MA Cross Daily Scaling Strategy

5/50 MA Cross with daily 0.1 lot additions when profitable

Symbols: EURUSD D1
Created 08 Jan 25
Modified 18 Mar 25 11:20
Header

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
Scripts
(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
Risk Management
0.00

2.00
Position Management
50.00

100

12345678
Stop Management
0.00

0

0

false
Exit Management
0.00

3

false

0.00

3

false
Custom Indicators
+NTL\MA(1,VAR0,1,VAR1,1).ex5,0,1,2

+NTL\ATR(1,14).ex5,0
User Variables
5;3,4,5,6,7
Fast MA Period

50;30,40,50,60,70
Slow MA Period

2;1.5,2.0,2.5,3.0
ATR Stop Multiplier

5;3,4,5,6,7
Initial Lots

0.1;0.1,0.2,0.3,0.4,0.5
Daily Addition Lots

80;70,75,80,85,90
Max Profit Exit Percentage
Backtesting & Optimisation
1000000.00

13