Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
Ivan - expert for MetaTrader 5
- Views:
- 4596
- Rating:
- Published:
- 2017.03.22 16:20
- Updated:
- 2018.02.27 13:05
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Input parameters
- Stop Loss — the Stop Loss price level
- % risk — percentage of risk per trade based on the free margin
- Reverse Level CCI(100) — the value of the CCI(100) indicator, crossing which means a position reverse signal
- Global Signal Level CCI(100) — the value of the CCI(100) indicator, crossing which means a position opening signal
- Minimum distance from the price to stop loss (in pips) — the minimum distance between the current price and the calculated Stop Loss level
- Trailing Step (in pips) — trailing step
Various levels can be tested in the Strategy Tester to see what levels perform best. I recommend optimizing the EA in the "OHLC" mode, and then run a selected version in a single test in the "Every tick" or "Every tick based on real ticks" mode.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17706
Exp_ThreeCandles
Trading system based on the signals of the ThreeCandles indicator
Intersections OHLCThe indicator calculates OHLC crossovers
ColorXRSI_Histogram_HTF
The ColorXRSI_Histogram indicator with the timeframe selection option available in the input parameters.
ColorXMFI_Histogram_HTFThe ColorXMFI_Histogram indicator with the timeframe selection option available in the input parameters.