Trabajo finalizado
Tarea técnica
I would like a consultation to advise me on how best to utilize my TradingView strategy so that I can algo trade in MT5. I have been backtesting this in TradingView but now would like to have trades execute with my MT5 account since my broker is Eightcap.
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.
The targets and stop need to plot to the chart.
I need advice on the following:
1. Could I use my working TradingView strategy to send trades to MT5? Or is it best to convert it to an EA.
2. If it is best that I convert it to MQL then what is the best way to structure the EA and indicators?