US30 Big Round Number Breakout

Buys only when US30 breaks out of a BRN on the hourly timeframe with a large trailing stop of 15 ATR. It breaks out of prices that are multiples of 1000.

Symbols: US30 H1
Created 29 Dec 24
Header

General US30 H1

US30 Big Round Number Breakout

Buys only when US30 breaks out of a BRN on the hourly timeframe with a large trailing stop of 15 ATR. It breaks out of prices that are multiples of 1000.

NTL-US30-BRNBreakout.set

US30 H1
Scripts
Close() > (Close() - (Close() % 1000)) && Open() < (Close() - (Close() % 1000)) ? Ask() : 0
If the price opens below and closes above a price that is a multiple is 1000, open a long position.
Stop Management
15.00

true
Exit Management
false

false
Backtesting & Optimisation
1968.54

500

8