Enters a long position when reaching a highest high of VAR0. Enters a short position when reaching a lowest low of VAR0. Stop loss is ATR * VAR1. Works best with USDJPY M30.
General USDJPY M30 USDJPY H1
Simple Breakout
Enters a long position when reaching a highest high of VAR0. Enters a short position when reaching a lowest low of VAR0. Stop loss is ATR * VAR1. Works best with USDJPY M30.
NTL-Simple-Breakout.set
USDJPY M30, USDJPY H1
High() == HH(VAR0,1) ? Ask() : 0
Ask() - (ATR1() * VAR1)
Low() == LL(VAR0,1) ? Bid() : 0
Bid() + (ATR1() * VAR1)
6.00
1.00
false
+NTL\ATR(1,14).ex5
100;50,75,100,125,150,175,200,225,250
6;3,4,5,6,7,8,9,10
10000
0