Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Exp_ColorZerolagJCCX - expert for MetaTrader 5

Views:
2272
Rating:
(18)
Published:
2015.11.02 15:37
Updated:
2023.03.29 13:45
\MQL5\Experts\ \MQL5\Include\ \MQL5\Indicators\
jccx.mq5 (7.63 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Exp_ColorZerolagJCCX Expert Advisor enters the market when the ColorZerolagJCCX indicator cloud changes its color. The signal is formed when a bar is closing if the oscillator has crossed its signal line.

Place JCCX.ex5 and ColorZerolagJCCX.ex5 compiled files to the <terminal_data_folder>\MQL5\Indicators.

Default Expert Advisor's input parameters have been used during the tests shown below. Stop Loss and Take Profit have not been used during the tests.

Fig.1. Examples of deals on the chart

Fig.1. Examples of deals on the chart

Testing results for 2014 on GBPJPY H4:

Fig.2. Testing results chart

Fig.2. Testing results chart

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13875

ColorZerolagJCCX_HTF ColorZerolagJCCX_HTF

The ColorZerolagJCCX indicator with the timeframe selection option available in the input parameters.

GlobalVariable GlobalVariable

This advisor demonstrates an example of global variables usage. The task of the advisor: store the calculation result in a global variable and get the global variable value on new initialization.

KAGI-1_HTF KAGI-1_HTF

The KAGI-1 indicator with the timeframe selection option available in input parameters.

ColorSchaffJCCXTrendCycle ColorSchaffJCCXTrendCycle

The Schaff Trend Cycle indicator based on the difference between two JCCX oscillators with different periods.