thanks.But if i move the end line then it will only execute the next bar , but i want it to be executed throughout the day when that high or low is crossed.:(
Hi i guys, in easy language if i give a stop order for intraday then it gets filled the next day if its not achieved that day.How to solve this problem?
I mean if i give order like
vars:hi(0),lo(0);
if time=1000 then{calculating high and low of the 10 am bar}
hi=high;
lo=low;
end...
Hi guys,I am trying to refer daily value in an intraday chart can anybody hlep me how to do it?
for example i want refer the average of rsi of last 10 days in the intraday chart. can anybody tell me how to get it in EL
suppose i give average(rsi(close,14),10) in the intraday chart it get the...
Hi guys i coded one intraday strategy (i am new bie in coding ) i found that if i reduce the number of trades per day the strategy will perform better.Can anybody tell me how to code to limit the maximum number of traders per day in EL.
say for eg. i dont want to take more than 3 signals per day.
Hi guys , i was reading building winning trading sytems with tradestationbook there a code is given for King Kelter system but the code is not working can any body tell me why?
{King Keltner by George Pruitt?based on trading system presented by Chester
Keltner}
Inputs: avgLength(40)...