[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

System test target



PureBytes Links

Trading Reference Links

Tomacz

In a system test, I can simulate real stop-orders for example

Buyprice=Fractalup;
buy:=cross(H,buyprice);

And If I want an exit with a target ( based on a small percentage 3 ) 
associated with a sell stop.

If my target is reached the same day of the buyprice where H > 
Buyprice and H > buyprice*1.03, do you think the system tester 
execute the entry and the exit target on the same day

Stephane