.618%-.762% Fibonacci Signals + 200 ema Filter

This preset strategy uses the Auto Fibonacci to enter trades between 61.8% and 76.2% retracement whilst using a 200ema as a trend filter.

This script can be used for signal alerts OR live trades. Be sure use appropriate risk.

Symbols: MAJOR MINOR CRYTO STOCK COMMODITY
Created 10 Feb 25
Modified 18 Mar 25 11:11
Header

General MAJOR MINOR CRYTO STOCK COMMODITY

.618%-.762% Fibonacci Signals + 200 ema Filter

This preset strategy uses the Auto Fibonacci to enter trades between 61.8% and 76.2% retracement whilst using a 200ema as a trend filter.

This script can be used for signal alerts OR live trades. Be sure use appropriate risk.

Sam Northen

Can add any market. TIP: Review simulated trades to get an understanding on how the market performs with this preset.

justretrace-ema-preset.set

MAJOR, MINOR, CRYTO, STOCK, COMMODITY
Scripts
Signal('AutoFib1') == Bullish && Low() <= LL(20) && Ask() < HH(10) && Close(1) > MA1(1,0) ? Ask() : 0

Ask() - ATR1() * VAR0

Signal('AutoFib1') == Bearish && High() >= HH(20) && Bid() > LL(10) && Close(1) < MA1(1,0) ? Bid() : 0

Bid() + ATR1() * VAR0
Position Management
1

Trading Rules
false
Time Management
07:00

21:00
Exit Management
1.00

3
R (Risk)

false

2.50
Custom Indicators
+NTL\ATR(1,14).ex5

+NTL\AutoFib(1,'','0.0,0.236,0.382,0.5,0.618,0.762,1.0',10,48,4,12,50,400,0,20,250,150,'0.618,0.762',0,0).ex5,0,1,2,3,4,5

+NTL\MA(1,200,1).ex5,0,1,2
User Variables
9;1,2,3,4,5,6,7,8,9,10
Backtesting & Optimisation
100000.00

500

10
Debugging
18