I also tried this "Day()!=Ref(Day(), -1)" with Trend2...but still not working
No ..This is also not working... I think the issue is that system is getting confused while reading 2 timeranges.. I mean..whether it should read...
This is because.."Trend" is a buy indicator and Trend2 is for shorting only those stocks which were buy earlier.. so..my expression for short is...
Below is snapshot what I have created : Timerange = TimeNum() > 091500 AND TimeNum() < 094500 ; Timerange1 = TimeNum() > 133000 AND TimeNum() <...
Thanks for your reply mickey !! It is not sell, it is buy..and that is the catch. Short = {Buy condition} and {(If timerange is between 133000 to...
Hi, I'm trying to code following strategy but unable to code for "short" because it includes buy condition as well. I have coded Buy,Sell & Cover...
Separate names with a comma.