Chia Leilypour
Chia Leilypour
  • Bilgiler
2 yıl
deneyim
4
ürünler
0
demo sürümleri
0
işler
0
sinyaller
0
aboneler
Chia Leilypour ürün yayınladı

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

Chia Leilypour ürün yayınladı

#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 ürün yayınladı

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 ürün yayınladı

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 ürün yayınladı

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
MQL5.community'e kayıt oldu