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
- Görüntülemeler:
- 4745
- Derecelendirme:
- Yayınlandı:
- 2017.06.30 14:54
- Güncellendi:
- 2017.06.30 14:54
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Public methods:
MqlParam params[];
Public access to the params array;
CMqlParams* Set(T data,ENUM_DATATYPE type = TYPE_LONG);
This is the main method of setting the params. Methods can be chained to add multiple params at the same time. *see example script.
T Get(int index);//example
int param = Get<int>(0);
Returns the param data at index.
ENUM_DATATYPE Type(int index)
Returns the type at index.
int Total()
Returns the total number of params.
CMqlParams* Clear()
Clears the param array and sets Total() to 0

An simple Indicator displaying daily opening line.

This indicator helps to move charts one by one to the the front, just like slide show, and make your hands free.

Another ZigZag trend indicator based on extremum points of SMA indicator.

A simple trend indicator based on the RSI changes.