Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- Andrey Khatimlianskii
- Vues:
- 11202
- Note:
- Publié:
- Mise à jour:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Function to check and load history:
This is slightly modified CheckLoadHistory function from MetaQuotes.
Title:
#include <komposter\String.mqh>
Usage:
void OnTick() { static bool first = true; if ( first && !CheckLoadHistory( _Symbol, _Period, BarsToAnalyze ) ) return; else first = false; // add your code here }
The history of changes:
2013.02.18:
- [+] Added the maximum time limit of downloading historical data from the server (default value is 30 seconds).
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/1251

Trading system using the AnchoredMomentum indicator

This stochastic considerably reduces the number of false signals by adjusting sensitivity

The Expert Advisor using the UltraFatl oscillator.

Export of all necessary instruments and time frames in one click with load and checking history