Thanks Now I read it half of it , but i didnt contiune since it talks about indicators, system bar counts etc.. rather then pure price action.
I would like to read pdf you recommended.. But I could not find the thread named "the best of big e". Could you please point it..
with hold seconds — Here it is.. Added code is below: extern int Position_Min_Hold_Seconds=120; .... if(TimeCurrent()>OrderOpenTime()+Position_Min_Hold_Seconds) OrderClose... (I didnt test it. )