Traders Laboratory - View Single Post - Easy Language - Help with Simple System
View Single Post
  #6 (permalink)  
Old 12-17-2007, 12:30 PM
waveslider waveslider is offline
waveslider has no status.

Trader Specs
 
Join Date: Apr 2007
Location: Victoria,Canada
Posts: 366
Thanks: 8
Thanked 24 Times in 20 Posts
Re: Easy Language - Help with Simple System

if you are using an hourly chart you could say "if date<>date[1] then..." and then save the high and low of this bar using whatever variables you want.
This is just a way of identifying the first bar of the session.

Reply With Quote