İş tamamlandı
Şartname
Hello
I'd like the EA to open buy and sell orders based on Fibonacci levels + other levels which are all included below :
23.6%
34%
36%
38.2%
50%
61.8%
64%
66%
100%
Strategy 1:-
1- The EA should calculate Fibonacci levels by looking back at a number of candles pre-defined by the user on the timeframe specified by the user and automatically identify the uptrend or a downtrend on the chart then open orders accordingly
2- The EA will open orders based on the levels chosen by the user in the settings, so for example if its a downtrend and price keeps retracing up until it reaches the 66% level, and it was defined by the user to open orders on levels 23.6% 38.2% and 66% then the EA should open orders when price touches all of these levels one by one respectively until it reaches the last level
Strategy 2:-
1- The EA should calculate Fibonacci levels based on the highest point on the chosen "when the chart is zoomed-out to the maximum" this way the EA will be confined to the specific visible part of the chart preventing it from going back on time to an unwanted point in the history of the price movement
2- The EA will open orders based on the same method mentioned in point#2 on strategy 1