Trabalho concluído
Termos de Referência
looking for someone to convert my pinescript strategy into mql4 so i can run is as an automated EA
This script implements a trading strategy using the SSL Channel indicator, a 200-day Exponential Moving Average (EMA), and Average True Range (ATR). It also uses a Heatmap Volume indicator to filter trades based on volume.
The strategy enters long positions when the SSL Channel indicator crosses over and the current price is below the 200-day EMA and volume is above a certain threshold. It enters short positions when the SSL Channel indicator crosses under and the current price is above the 200-day EMA and volume is above the threshold.
Stop loss and take profit levels are set based on the ATR multiplier. The SSL Channel indicator and 200-day EMA are also plotted on the chart.