5/50 MA Cross with daily 0.1 lot additions when profitable
General EURUSD D1
MA Cross Daily Scaling Strategy
5/50 MA Cross with daily 0.1 lot additions when profitable
Claude
Initial 5 lots, adds 0.1 lots daily when profitable
MACrossDaily.set
EURUSD D1
true
Claude
(MA1(1,0) > MA1(1,1) && MA1(2,0) <= MA1(2,1) && Positions() == 0) ? Ask() : 0 || (Positions() > 0 && DayBars() == 0 && Profit(0) > 0 && OrderType(0) == 0) ? Ask() : 0
Low(1) - ATR1(1) * VAR2
Positions() == 0 ? VAR3 : VAR4
(Profit() > 0 && Profit() < MaxProfit() * (VAR5/100)) || TotalProfit() >= 1000000 ? Bid() : 0
(MA1(1,0) < MA1(1,1) && MA1(2,0) >= MA1(2,1) && Positions() == 0) ? Bid() : 0 || (Positions() > 0 && DayBars() == 0 && Profit(0) > 0 && OrderType(0) == 1) ? Bid() : 0
High(1) + ATR1(1) * VAR2
Positions() == 0 ? VAR3 : VAR4
(Profit() > 0 && Profit() < MaxProfit() * (VAR5/100)) || TotalProfit() >= 1000000 ? Ask() : 0
0.00
2.00
50.00
100
12345678
0.00
0
0
false
0.00
3
false
0.00
3
false
+NTL\MA(1,VAR0,1,VAR1,1).ex5,0,1,2
+NTL\ATR(1,14).ex5,0
5;3,4,5,6,7
50;30,40,50,60,70
2;1.5,2.0,2.5,3.0
5;3,4,5,6,7
0.1;0.1,0.2,0.3,0.4,0.5
80;70,75,80,85,90
1000000.00
13