Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Librerie

CheckHistory - Check and load history function - libreria per MetaTrader 5

Pubblicati da::
Andrey Khatimlianskii
Visualizzazioni:
9844
Valutazioni:
(40)
Pubblicato:
2012.12.19 13:06
Aggiornato:
2016.11.22 07:32
\MQL5\Include\komposter\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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).

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/1251

Exp_AnchoredMomentum Exp_AnchoredMomentum

Trading system using the AnchoredMomentum indicator

Silent stochastic Silent stochastic

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

Exp_UltraFatl Exp_UltraFatl

The Expert Advisor using the UltraFatl oscillator.

sHistoryExport - handy script to export the historical data in the МetaТrader 4 format sHistoryExport - handy script to export the historical data in the МetaТrader 4 format

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