1reason
12-26-2007, 09:51 PM
I am trying to set up my first indicator with market analyzer. I want to compare the last price/tick to the high of yesterday.
would this be correct? Close[0] > High[1]
I dont want to wait until the end of the bar (as this will be daily bars) and I have not found what is the "last" price code for NT.
I also believe I need to set onbarclose to false and my understanding is that using something like "close[0]" will take less resources than "marketdata.last"
would this be correct? Close[0] > High[1]
I dont want to wait until the end of the bar (as this will be daily bars) and I have not found what is the "last" price code for NT.
I also believe I need to set onbarclose to false and my understanding is that using something like "close[0]" will take less resources than "marketdata.last"