Forum

What threshold should I use?

What threshold should I use? All of them are equally needed to make decision. I tried doing it on my own but it still trading using 1 indicator only and not all. MACD significance: 10 m_pattern_0(10) SAR significance: 40 m_pattern_0(40) RSI significance: 70 m_pattern_0(70) Timefilter has 0

Verify how the self generated EA code I made works

I just made a self generated EA code for testing. Even after reading the documentation, I am confused how it works, especially on where the value "significance" is based. Anyway, I just want to ask if this code opens order only if all of the conditions are met, or it opens order even only one

EA Code for closing buy orders when overbought

I'm trying to make a MetaEditor 5/MQL5 EA code to be used in MT5. The command is to close buy orders w hen the stochastic (5,3,3) reaches or increased greater than 80. I am using the help of Chat GPT but I keep on getting the same errors: 'SELECT_BY_POS' - undeclared identifier 'OrderSelect' - wrong