making a intraday body afl...

#1
dear all, most of the times and most of the threads i have read about intraday afl has not been closed at 3 30. when we say intraday afl it should close the trade at the market end time.
secondly most of the times we dont take much about parameters to be used in backtesting and even a single parameter makes a lot of difference..

i request seniors to make a frame body of afl which opens trade at the market opening and closes at 3 30 ( or at 5 for currency market and accordingly for commodities market.. since i play in nifty only i will prefer at 3 30 only.).

hope to hear from you soon.
 
#2
dear all, most of the times and most of the threads i have read about intraday afl has not been closed at 3 30. when we say intraday afl it should close the trade at the market end time.
secondly most of the times we dont take much about parameters to be used in backtesting and even a single parameter makes a lot of difference..

i request seniors to make a frame body of afl which opens trade at the market opening and closes at 3 30 ( or at 5 for currency market and accordingly for commodities market.. since i play in nifty only i will prefer at 3 30 only.).

hope to hear from you soon.
3:30 is too late as orders won't execute after the trigger :D

also some brokerages square off leveraged trades (MIS type orders etc) much before that, anyway choose your own time for trigger

Can add this conditions

Code:
Sell  = "your sell equation here"  OR TimeNum()  > 151500;// 3:15 PM
Cover = "your cover equation here" OR TimeNum()  > 151500;// 3:15 PM
Cheers
::thumb::
 
#4
shruti trader .. please dont change the topic.. ok thanks part time trader now can u please help me with selling 50 % position at some profit targets ??
 

Similar threads