Quote:
|
Originally Posted by optimu
This is the EA. I have added that all position that are left open or waiting (buystop, sellstop orders) should be closed(deleted) at 8 gmt the following trading day. You can adjust the oppening hour, stop loss, take profit, and margin wich is the distance from the 8 gmt close (in your example +/- 25 pips). I have put a trailing stop. If you set it to 0 it is disabled. From my expirience backtesting with small trailing stops is misleading and can be very different from the real thing. I hope this helps. If you have any additions to your method you can post them and I will try to include them in the EA.
Optimu.
PS. This EA only works on the one minute chart (M1).
|
Hi Optimu,
I think i made a mistake about the input, the EA should go the opposite.
old input:
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. BUY = close value + 25 pips
3. SELL = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
It should be :
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. SELL = close value + 25 pips
3. BUY = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
I am very sorry about this, i hope you dont mind. Thank you