Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
- Yayınlayan:
- Andrey Khatimlianskii
- Görüntülemeler:
- 11145
- Derecelendirme:
- Yayınlandı:
- 2012.12.19 13:06
- Güncellendi:
- 2016.11.22 07:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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).
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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