Chia Leilypour
Chia Leilypour
  • Informações
2 anos
experiência
4
produtos
0
versão demo
0
trabalhos
0
sinais
0
assinantes
Chia Leilypour Produto publicado

//+------------------------------------------------------------------+ //|                                                   RSICascade.mq5 | //|                                  Copyright 2024, MetaQuotes Ltd. | //|                 

Chia Leilypour Produto publicado

#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;  

Chia Leilypour Produto publicado

Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //|                                             Optimum_Lot_Size.mq5 | //|                                  Copyright 2023, MetaQuotes Ltd. |

Chia Leilypour Produto publicado

Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //|                                             Optimum_Lot_Size.mq5 | //|                                  Copyright 2023, MetaQuotes Ltd. |

Chia Leilypour Produto publicado

This Expert advisor does not do any trade, but it scans the whole symbols in your market watch and scan each shares one by one in different timeframes and at the end it shows you which symbol in which timeframe has a powerful engulfing candle. Furthermore, you can define a MA period and a high and low RSI limit, and it shows you which symbols in which timeframe is going to cross the adjusted moving average, and which symbol in which timeframe is going to cross high or low limit of the RSI. 

Chia Leilypour
Registrado no site MQL5.community