Posted 10/21/2009 07:16:41
|
|
|
|
Either you're not using Edition 2 or you're not in the context of SymbolScript. If neither one of these guesses are true, you may need to post a bit more code so that we can gain some context.
Thanks.
henk (10/20/2009) In NewBar() I have put as you suggested:
LastTurtleUpBar = Bars.Current.BarStartTime;
However, I get error:
Rightedge.Common.Bardata does not contain a definition for 'BarStartTime'
Please help
|
|
Posted 10/21/2009 10:17:09
|
|
|
|
| Correct, I am using Edition 1. I have since solved code that works with edition 1: LastUpBar = Bars.Current.PriceDateTime;
|
|
|
|