Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639
|
SwingStockTrader,
it's hard to say without knowing the full code. It could simply be that a variable is declared as boolean and now you try to store a numerical value with it. Besides that referencing previous bar values should be done with square brackets and not round brackets. At least the current Tradestation versions won't compile
where Volume is a reserved word. Which platform are you using?
Regards,
ABCTG
|