Техническое задание
Hi Dear,
I need to develop a EA that start trading everyday at London opens and finish at New York closes.
The EA will Trades base on Ichimoku in two different time frame charts,
For exemple:
First time frame: to be selected (1min, 5min, 10min, 15min, 20min, 25min, 30min, 35min, 40min, 45min, 50min, 55min, 1h, 2h, 3h, 4h, 5h, 6h, 8h, 10h, 12h, 14h, 16h, 1d)
Ichimoku Parameter: to be selected (Tenkan-sen, Kijun-sen, Chikou-Span, Up-kumo and Down-kumo)
Second time frame: to be selected (1min, 5min, 10min, 15min, 20min, 25min, 30min, 35min, 40min, 45min, 50min, 55min, 1h, 2h, 3h, 4h, 5h, 6h, 8h, 10h, 12h, 14h, 16h, 1d)
Open order when: to be selected (Break and Close) or (Touch)
Order will be trigger ones the price Break and close on the second time frame a parameter selected on the first time frame.
Every time a price breaks back breaks and close in the other direction a order will be close and a new one will be open on the new trend.
The Perimeter is
1. Time to Start Trading
2. Time to Finish Trading
3.Spread (input maximum spread acceptable to trade)
4. Chart Time Frame to Generate The Signal (1min, 5min, 10min, 15min, 20min, 25min, 30min, 35min, 40min, 45min, 50min, 55min, 1h, 2h, 3h, 4h, 5h, 6h, 8h, 10h, 12h, 14h, 16h, 1d)
5. Chart Time Frame to Open an Order (1min, 5min, 10min, 15min, 20min, 25min, 30min, 35min, 40min, 45min, 50min, 55min, 1h, 2h, 3h, 4h, 5h, 6h, 8h, 10h, 12h, 14h, 16h, 1d)
6. Ichimoku Parameter to be use: (Tenkan-sen, Kijun-sen, Chikou-Span, Up-kumo and Down-kumo)
7. Take profit
8. Stop Loss;
Select a parameter (Tenkan-sen, Kijun-sen, Chikou-Span, Up-kumo and Down-kumo)
How many pips after Parameter: xxx
Please note the SL will be moving as the ichimoku parameter.
9. Trailling stop in points
10. Lot Size:
Fix: Example = 0.10
Or
X% of the balance: Example = 1%
11.Lot calculation type for following trades if first one has no profit, Ea must count accumulation losses to keep running the lot calculation till the cycle result is + than restart from first position
( start lot(1,1,1,1,1,1,1,1,1,1,1) Martingale lot(1,2,4,8,16,32,64,128) Fibo lot(1,1,2,3,5,8,13,21,34) Sum Start lot(1,2,3,4,5,6,7,8,9) - to be selected
12.Maximum Trades (input number of maximum losing trades before restart from first position) lot size will keep going until there is a winning trade or the maximum number of losing trades is hited.
Kind Regards