I'm using an "Enabled" strategy (not attached on chart) and I'm trying to show a Text on the left of the chart through DrawTextFixed function placed in the "OnBarUpdate". The code is verified but no text is showed.
Is there a peculiar way to do this without attaching the strategy to chart?
Thanks.

If the Strategy is not attached to the chart, I cannot see how it can do anything to the chart. After all, they have no connecting glue.

Comment