İş tamamlandı
Şartname
I have a TradingView strategy that I want to have converted to MT5.
My TradingView strategy executes trades is based off of multiple indicators which provide filters for trade setups. I have all these indicators and their settings coded within the TradingView strategy in pinescript. The main indicator is the EMA which is based off of multiple timeframes. The EMA indicators will need to plot to the chart.
Once a trade is triggered I need to have 4 orders placed, 3 target prices and 1 stop. The stop needs to be updated on each candle close.
In TV I have plotting of the trade entry, target prices and stop. I would like to have these converted/built into an indicator for plotting purposes. In the Image EMAx1: Long trade triggered by green up arrow. 1st blue horizontal line is our trade entry point. Other horizontal blue lines are target prices. Green line is the stop loss.
I have attached the pinescript that I would like to have the EA match.