Chia Leilypour / Profil
- Information
|
2 Jahre
Erfahrung
|
4
Produkte
|
0
Demoversionen
|
|
0
Jobs
|
0
Signale
|
0
Abonnenten
|
//+------------------------------------------------------------------+ //| RSICascade.mq5 | //| Copyright 2024, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #Eigenschaft Copyright "Copyright 2024, MetaQuotes Ltd." #property link " https://www.mql5.com" #property version "1.00" #include <Most_Common_Classes.mqh> double lotSize; int RSIShift_current = 0; int RSIShift_Previous = 1; bool genug_Geld; bool genug_Volumen;
#property copyright "Copyright 2023, MetaQuotes Ltd." #property link " https://www.mql5.com" #property version "1.00" #include <Most_Common_Classes.mqh> // Parameter für die gleitenden Durchschnitte definieren input int fastMAPeriod = 10; // Schnelle MA-Periode (z.B. 10 für Scalping) input int slowMAPeriod = 20; // Langsamer MA-Zeitraum (z.B. 20 für Scalping) input ENUM_MA_METHOD maMethod = MODE_SMA; double lotSize; int maShift_aktuell = 0; int maShift_Previous = 1; bool genug_Geld; bool
Wichtiger Hinweis: Bevor Sie es in einem echten Konto verwenden, testen Sie es in Ihrem Demokonto. //+------------------------------------------------------------------+ //| Optimum_Lot_Size.mq5 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2023, MetaQuotes Ltd." #property link " https://www.mql5.com" #property version "1.00" #property script_show_inputs #include
Wichtiger Hinweis: Bevor Sie es in einem echten Konto verwenden, testen Sie es in Ihrem Demokonto. //+------------------------------------------------------------------+ //| Optimum_Lot_Size.mq5 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2023, MetaQuotes Ltd." #property link " https://www.mql5.com" #property version "1.00" #property script_show_inputs #include
Dieser Expert Advisor führt keinen Handel durch, sondern scannt die gesamten Symbole in Ihrer Marktüberwachung und scannt jede Aktie einzeln in verschiedenen Zeitrahmen und zeigt Ihnen am Ende, welches Symbol in welchem Zeitrahmen eine starke Engulfing-Kerze hat. Darüber hinaus können Sie einen MA-Zeitraum und ein oberes und unteres RSI-Limit definieren und es zeigt Ihnen, welche Symbole in welchem Zeitrahmen den angepassten gleitenden Durchschnitt kreuzen werden und welches Symbol in welchem



