The error message is:
"Failed to call method 'Initialize' for indicator 'DoubleMA': 'TickSize' property can not be accessed from within 'Initialize' method"
It appears to be this line of code in the indicator which is in the "Initialize" method:
"double double1 = TickSize;"
Is this a code breaking condition of NT 7?
If so, how could i correct it?
Thanks,
taddypole...

Comment