While attempting to use an indicator that relies on DrawObjects for updating already drawn out objects in backtesting, I have come to realize that for some odd reason, DrawObjects reports not saving any of the objects in Ninjascript despite the Strategy Analyzer chart being filled with DrawObject tags for referencing.
The indicator itself works completely fine in realtime and does report DrawObjects being stored and easily accessible through Ninjascript.
Is there any reason why this might be happening and if so, how might I remedy this situation?

Comment