Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Librerie

Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 - libreria per MetaTrader 5

https://www.mql5.com/en/code/17472
Pubblicati da::
Dragan Drenjanin
Visualizzazioni:
2828
Valutazioni:
(6)
Pubblicato:
2023.10.12 20:23
Aggiornato:
2023.11.13 15:29
\MQL5\Indicators\ \MQL5\Include\ \MQL5\Experts\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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