NexusFi: Find Your Edge


Home Menu

 





1 Day 1 trade


Discussion in NinjaTrader

Updated
    1. trending_up 1,827 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 6 posts
    2. attach_file 0 attachments




 
Search this Thread

1 Day 1 trade

  #1 (permalink)
Mafaliva
Padova+Italy
 
Posts: 3 since May 2012
Thanks Given: 0
Thanks Received: 0

hello, I'm a new user, I would ask if there are some people that correct for me this strategy for to do only one trade for every day.

Input : lenght(60);

vars : Max(0);

Max = Highest(high,lenght);

If time > 1500 and time < 1600 then begin
buy next bar at Max limit;
setprofittarget(100);
end;

I have set the chart with 1 min bar

regards
MF

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
19 thanks
  #2 (permalink)
 GFIs1 
who cares
Legendary Market Wizard
 
Experience: None
Platform: nobody interested
Broker: none
Trading: forget about it
Posts: 6,935 since Feb 2012
Thanks Given: 6,196
Thanks Received: 15,591


Mafaliva View Post
strategy for to do only one trade for every day...

Ciao @Mafaliva

Could you please state on which instrument you will apply the strat please?

GFIs1

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #3 (permalink)
Mafaliva
Padova+Italy
 
Posts: 3 since May 2012
Thanks Given: 0
Thanks Received: 0


this is an example I would apply in to EURUSD

MF

Reply With Quote
  #4 (permalink)
 GFIs1 
who cares
Legendary Market Wizard
 
Experience: None
Platform: nobody interested
Broker: none
Trading: forget about it
Posts: 6,935 since Feb 2012
Thanks Given: 6,196
Thanks Received: 15,591


Mafaliva View Post
I would apply in to EURUSD

Sounds interesting - two more questions

a) did you already backtest the formula?
b) how did you define the 15 to 16h time? by statistical research?

As I am not a programmer here - I can not guide you in the process.
But I am doing research on time based entry/exits and I am looking
for repetitive patterns under different circumstances.
So I could not find a formula that works every day the same in a
certain instrument though.

GFIs1

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #5 (permalink)
Mafaliva
Padova+Italy
 
Posts: 3 since May 2012
Thanks Given: 0
Thanks Received: 0

the formula is more complex, but I can help you with e-mini sp500 40 min bar this formula is write for gmt+2:

Input : lenght(40),Spred(0.25);

vars : Max(0),Min(0);

Max = Highest(high,lenght);
Min = Lowest(low,lenght);

condition1 = time = 1550 and time < 1630;
condition2 = marketposition = 0;
condition3 = time = 1630 and time < 1710;



if condition1 and condition2 then sellshort next bar at Max+spred limit;
setprofittarget(100);
setstoploss(250);
if marketposition = -1 and time > 1910 then buytocover next bar at market;


If condition1 and condition2 then buy next bar at Min-Spred limit;
setprofittarget(100);
setstoploss(250);
if marketposition = 1 and time > 1910 then buytocover next bar at market;


if condition3 and condition2 then sellshort next bar at Max+Spred limit;
setprofittarget(100);
setstoploss(250);
if marketposition = -1 and time > 1910 then buytocover next bar at market;


If condition3 and condition2 then buy next bar at Min-Spred limit;
setprofittarget(100);
setstoploss(250);
if marketposition = 1 and time > 1910 then buytocover next bar at market;

Reply With Quote
  #6 (permalink)
 GFIs1 
who cares
Legendary Market Wizard
 
Experience: None
Platform: nobody interested
Broker: none
Trading: forget about it
Posts: 6,935 since Feb 2012
Thanks Given: 6,196
Thanks Received: 15,591


Mafaliva View Post
the formula is more complex

To help you further in this case I see

a) that this is the wrong sub-forum to find the right discussion partners
b) there are on futures.io (formerly BMT) many threads where strategies / programming are discussed.

Therefore I suggest you type in the search box the term "strategy" and you find
dozens of threads. Look for the right platform and read some of the top threads.
Place your question again in an appropriate thread there.

GFIs1

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #7 (permalink)
 
vvhg's Avatar
 vvhg 
Northern Germany
 
Experience: Intermediate
Platform: NT
Trading: FDAX, CL
Posts: 1,583 since Mar 2011
Thanks Given: 1,016
Thanks Received: 2,824

Generally speaking, you want to set a flag eg. traded=true on entry and clear that flag once a day (at eg. 0h), then you can have traded=false as an entry criterion.




Sent from my iPad using Tapatalk HD

Hic Rhodos, hic salta.
Reply With Quote




Last Updated on May 24, 2012


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts