×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

1st Hour Breakout

97 bytes removed, 13:05, 14 October 2013
no edit summary
CONDITION1 = C[1] < SESS1FIRSTBARHIGH[0];
IF CONDITION1 THEN BUY NEXT BAR AT SESS1FIRSTBARHIGH[0] + 20 POINTS STOP;
CONDITION2 = CLOSE[1] > SESS1FIRSTBARLOW[0];
IF CONDITION2 THEN SELL NEXT BAR AT SESS1FIRSTBARLOW - 20 POINTS STOP;
END;
IF LOW[0] <= VALUE1 THEN EXITSHORT BUYTOCOVER NEXT BAR AT MARKET;
IF HIGH[0] >= VALUE2 THEN EXITLONG SELL NEXT BAR AT MARKET;
</syntaxhighlight>
'''Download:''' [http://www.multicharts.com/files/elafiles/1sthr.ela 1sthr.ela]
 
'''File Includes:''' Signal - 1st Hour Breakout
[[Category:Signals]]

Navigation menu