Job finished
Specification
I need to expand my timeframe-script...
reason:
I have a EA it works with Martingale.
if the Value of Pair goes Short, so the EA buys..
for example:
sell 0.01
sell 0.02
buy 0.01
buy 0.02
buy 0.04
buy 0.08
buy 0.16
Now we have a timeframechanger:
if the open value goes bigger (3% , 5% ..) so timeframe will changed.
so less positions will be buyed as result.
Now i need to implement one feature more.
1)
Every timeframe become one more point. This point
have 3 options
option 1: Waiting for zero-point and close all order with PLUS x PIPS (x PIP is a value to set @ setting) (to know where is the PLUS direction you can count the positions)
option 2: Close all order if the working value (money) is +- 0
option 3: Close all order after XX PIPS (look attached picture)
In Case of option 3 you have to look, in which direction goes my pair.
as orientation u can use the count of buyposition and count of sellpostion.
2)
See the actually DD in % + TIMEFRAME + RISK OPTION in a Table on Chart
3) If we Start the PC Sunday 22h for the EA, The Script or indicatior ( i dont know what it is) have to load automaticly with the same setting (possible?)