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 - library for MetaTrader 5 - MetaTrader 5 için kütüphane

https://www.mql5.com/en/code/17472
Yayınlayan:
Dragan Drenjanin
Görüntülemeler:
2679
Derecelendirme:
(6)
Yayınlandı:
2023.10.12 20:23
Güncellendi:
2023.11.13 15:29
\MQL5\Indicators\ \MQL5\Include\ \MQL5\Experts\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This library is fully functional and bug free. A few years ago I thoroughly revised this library. Exactly  2021, ensuring its reliability. I recommend reading the author's original explanation for this library at the following   LINK.

In this example, you will see complete and operational project, labeled "Example EA". This project uses a template obtained from the codebase, which is freely available. I made several modifications, added new features and more. Even though I've been away from this robot for a while now, that doesn't mean it lacks potential. With some fine-tuning and the addition of new features and functionality, it could be the promised robot. However, its current main role is to show how I have integrated this library.

Note:  <TradeAlgorithms.mqh>,  has been integrated into this example and has undergone the necessary improvements.

    Double Bolling Band Signal Double Bolling Band Signal

    Let follow previous EA by this link https://www.mql5.com/en/code/46630

    ATR Trailing Stop with 1 Buffer only ATR Trailing Stop with 1 Buffer only

    This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix.

    MT5 CCI with shift parameter MT5 CCI with shift parameter

    The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.

    Simplest CSV file reader Simplest CSV file reader

    Provide simplest class to read and parse CSV file