Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
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
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Komut dosyaları

YURAZ_RSAXEL Script draws the Axel Rudolph levels - MetaTrader 5 için komut dosyası

Görüntülemeler:
3113
Derecelendirme:
(24)
Yayınlandı:
2017.01.18 08:58
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
//+------------------------------------------------------------------+
//|                                                 YURAZ_RSAXEL.mq5 |
//|                        Copyright 2009, MetaQuotes Software Corp. |
//|                                              http://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "2009, MetaQuotes Software Corp."
#property link      "http://www.mql5.com"
#property version   "1.00"

#include "YURAZ_ClassRSAXEL.MQH" // Class
//
// Draw the Axel Rudolph levels 
// OOP

void OnStart()
  {
   Parsing *Pars=new Parsing;
   datetime  td=D'1999.01.01';
   Pars.begin(td);
   delete Pars;
  }

below are the data samples for the script, prepared manually from news

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/11348

Normalized MACD Normalized MACD

Normalized MACD.

Buy sell volume Buy sell volume

Buy sell volume.

DownloadHistory DownloadHistory

Symbol for downloading the history data for the current symbol with indication of progress.

Imp_XMA Imp_XMA

Moving average wing averaging of the linear combination of the input price timeseries.