Posts
PanagiotisCharalampous 30 Sep 2020, 11:11
Indicators API Help
while referencing an indicator: Crashed in OnTick with NullReferenceException: Object reference not set to an instance of an object.
Hi xabbu, You problem is here IndicatorArea.DrawStaticText("Symbols", _text, VerticalAlignment.Top, HorizontalAlignment.Right, _color);...xabbu 30 Sep 2020, 10:58
xabbu 30 Sep 2020, 11:26
Indicators API Help
while referencing an indicator: Crashed in OnTick with NullReferenceException: Object reference not set to an instance of an object.
Dear Panagiotis, thank you very much for your fast support. I added the line of code and it works!!! Without your knowledge I would have NEVER f...