Prodotti pubblicati

I più votati
#property copyright "Copyright 2023, MetaQuotes Ltd." #property link      " https://www.mql5.com " #property version   "1.00" #include <Most_Common_Classes.mqh>    // Define parameters for the moving averages    input int fastMAPeriod = 10;  // Fast MA period (e.g., 10 for scalping)    input int slowMAPeriod = 20;  // Slow MA period (e.g., 20 for scalping)    input ENUM_MA_METHOD maMethod = MODE_SMA;    double lotSize;    int maShift_current = 0;     int maShift_Previous = 1;        bool enou
FREE
//+------------------------------------------------------------------+ //|                                                   RSICascade.mq5 | //|                                  Copyright 2024, MetaQuotes Ltd. | //|                                              https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2024, MetaQuotes Ltd." #property link      " https://www.mql5.com " #property version   "1.00" #include <Most_Co
FREE
Questo consulente esperto non esegue alcuna operazione, ma esegue la scansione di tutti i simboli nel tuo orologio di mercato e scansiona ciascuna azione una per una in tempi diversi e alla fine ti mostra quale simbolo in quale periodo di tempo ha una potente candela avvolgente. Inoltre, puoi definire un periodo MA e un limite RSI alto e basso, e ti mostra quali simboli in quale intervallo di tempo attraverserà la media mobile regolata e quale simbolo in quale intervallo di tempo attraverserà
FREE
Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //|                                             Optimum_Lot_Size.mq5 | //|                                  Copyright 2023, MetaQuotes Ltd. | //|                                              https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2023, MetaQuotes Ltd." #property
FREE