Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
2778
Note:
(21)
Publié:
2015.11.02 15:29
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.

The global variable receives its compound name from text and magic number. A typical global variable name example: "main_id_1010458".

The idea of the advisor: binding the name of a global variable to magic number. The advisor algorithm is the following:

  • Start of the advisor: if the variable does not exist, it is created and assigned a calculated value; if the variable exists, its value is retrieved and stored in the variable.
  • Deinitialization adviser: if the variable does not exist, it is created and assigned a calculated value; if the variable exists, it is assigned a new calculated value.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/13871

ColorZerolagJCCX ColorZerolagJCCX

This variant of JCCX oscillator is calculated based on five JCCX indicators.

JS-Stoh-BB-RSI_HTF JS-Stoh-BB-RSI_HTF

The JS-Stoh-BB-RSI indicator with the timeframe selection option available in the input parameters.

ColorZerolagJCCX_HTF ColorZerolagJCCX_HTF

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

Exp_ColorZerolagJCCX Exp_ColorZerolagJCCX

The Exp_ColorZerolagJCCX Expert Advisor enters the market when the ColorZerolagJCCX indicator cloud changes its color.