This commit is contained in:
zhutoutoutousan
2026-02-13 08:03:25 +01:00
parent 09c2f54c71
commit 98a87a69ca
134 changed files with 20003 additions and 253 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ input double RSI_Target_Buy = 88; // RSI Target for Buy Exi
input double RSI_Target_Sell = 48; // RSI Target for Sell Exit
input int BarsToWait = 6; // Bars to wait when RSI goes against position
input double LotSize = 0.1; // Lot Size
input int MagicNumber = 12345; // Magic Number
input int MagicNumber = 123459123; // Magic Number
input int Slippage = 3; // Slippage in points
//--- Global variables