Работа завершена
Техническое задание
Job:
Convert my pine script coding to MT5 EA
Strategy:
As per the trading view indicator the EA should work.
1) Indicator code given below:
study("Supply Demand ZONE",overlay=false)
isHigherHigh() => high>high[1] and high[1]>high[2] and close>close[1] and close[1]>close[2] and close>open and close[1]>open[1] and close[2]>open[2] and low>open[1] and low[1]>open[2] and (open+low)<(open+close)
barcolor(isHigherHigh()? black :na)
barcolor(isHigherHigh()? black :na, -1)
barcolor((isHigherHigh() and close>open)? black :na, -2)
When the condition matches the code, the position will open in buy /sell at 3 rdbar. The position will close at the same 3 rdbar before the bar time is finishing, one second before (if its 5min chart the position should execute the close at 4min:59sec).
3) Risk Management
Please note this is the outline of the work. I will give you the full strategy if you confirm you can do this work.
Please message me for the full strategy file.