Hi everyone,
I just joined 21 day program yesterday, and have some questions.
1. In GBPUSD EA, there are two groups of MACD settings. Which one is for H1 and which one is for M30?
static input string IndicatorName3 = “MACD”; // —— Indicator parameters ——
input int Slot3IndParam0 = 8; // Slow MA period
input int Slot3IndParam1 = 12; // Fast MA period
input int Slot3IndParam2 = 9; // Signal line period
static input string IndicatorName4 = “MACD”; // —— Indicator parameters ——
input int Slot4IndParam0 = 11; // Slow MA period
input int Slot4IndParam1 = 12; // Fast MA period
input int Slot4IndParam2 = 9; // Signal line period
2. I have the same question as (1) for USDJPY EA.
3. For EURUSD EA, there is a link of settings when I watched the video:
https://eatradingacademy.com/wp-content/uploads/2024/01/3.-EURUSD-SSN.pdf
In this PDF, deviation of Envelops is 0.25.
When downloading these EAs (https://eatradingacademy.com/s/veUAX), some PDF files of parameters are also included. In “3. EURUSD SS+N.pdf”, deviation is 0.24.
Which one is the latest?
Thanks,
Tony