Chia Leilypour / Profile
- Information
|
2 years
experience
|
4
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
//+------------------------------------------------------------------+ //| RSICascade.mq5 | //| Copyright 2024, MetaQuotes Ltd. | //|
#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;
Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //| Optimum_Lot_Size.mq5 | //| Copyright 2023, MetaQuotes Ltd. |
Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //| Optimum_Lot_Size.mq5 | //| Copyright 2023, MetaQuotes Ltd. |
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.



