Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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
Kütüphaneler

Smooth Algorithms - Corrected/Modified - MetaTrader 5 için kütüphane

Nikolay Kositsin
Yayınlayan:
Nicholas C Weber
Görüntülemeler:
3496
Derecelendirme:
(14)
Yayınlandı:
2022.12.22 04:41
Güncellendi:
2022.12.22 04:45
\MQL5\Include\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

SmoothAlgorithms.mqh logo

Original code and description here:
https://www.mql5.com/en/code/17472


Modifications:
Corrected errors that prevent compiling indicators that won't due to errors in the <SmoothAlgorithms.mqh> file.
I've also changed "int period" to "double period" in a lot of places so you can now use decimal periods on your custom indicators. This feature works, I've checked.

Introsort (Introspective sort) Introsort (Introspective sort)

Sort the input array in-place using comparison function less.

Volume Average percent spread mod Volume Average percent spread mod

Volume Average percent spread mod

Volumes Spread mod Volumes Spread mod

Volumes Spread mod

TrendLinearReg - indicator for MetaTrader 5 TrendLinearReg - indicator for MetaTrader 5

The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)