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 = 87; // RSI Target for Buy Exi
input double RSI_Target_Sell = 33; // RSI Target for Sell Exit
input int BarsToWait = 1; // Bars to wait when RSI goes against position
input double LotSize = 50; // Lot Size
input int MagicNumber = 12345; // Magic Number
input int MagicNumber = 125421321; // Magic Number
input int Slippage = 3; // Slippage in points
//--- Global variables