gotiko: Hope you can help me
Help you with what? You haven't stated a problem.You have only four choices:
- Search for it,
- learn to code it, (you couldn't be bothered to learn MQL4/5, therefor there is no common language for us to communicate,)
- Beg at Coding help - MQL4 and MetaTrader 4 - MQL4 programming forum or Need help with coding - General - MQL5 programming forum or Free MQL4 To MQL5 Converter - General - MQL5 programming forum or Requests & Ideas (MQL5 only!),
- or pay (Freelance) someone to code it.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I need to help make my trading strategy into EA for Renko
The indicators:
Quantum (only ex4)
Parameters:
eintDepth3 = 300
Symphonie_Trendline_Indikator
Parameters:
CCIPeriod = 14
ATRPeriod = 5
Here is the trading rules :
BUY ENTRY:
1. Quantum is blue
2. renko bar close above Symphonie_Trendline_Indikator
3. close order when Quantum becomes red
ENTRY SELL:
1. Quantum is red
2. renko bar close under Symphonie_Trendline_Indikator
3. close order when Quantum becomes blue
IF THE ORDER IS CLOSED FROM THE STOP LOSS OR BREAKEVEN IT WILL OPEN ANOTHER TO THE NEXT CONDITION
INPUT VALUE:
Lots size
Stop Loss
Breakeven at
Breakeven lock
No Trailing Stop
I have attached the indicators and a example screenshot
Hope you can help me