| / | Forum |
|
rbhuet
2006.10.04 09:49
I have been unable to get the Strategy Tester to work properly with entry orders.
I have replicated the problem with a bare-bones Expert (see code below). When this
is run on the Strategy tester for EURUSD 5 min chart, the program creates an entry
Buy Stop order on the open of the 6:55 candle on June 27. The Strategy Tester shows
it activating at 6:57, but the price only reaches 1.2602, which should not activate
the order which is at 1.2611. Any help you can provide would be much appreciated.
I am running version 4.0, build 191. Thanks. //+------------------------------------------------------------------+ //---- return(0); |
|
A trading strategy using hedging system created for trading the intra-day style of GBPJPY / EURJPY and for daily trading. |
5198 |
stringo
2006.10.04 10:18
Please use latest build of client terminal!
And don't forget check "Recalculate" button |
|
rbhuet
2006.10.05 09:07
stringo wrote: Yes, going to Build 197 fixed the problem. Thanks!Please use latest build of client terminal! And don't forget check "Recalculate" button |