Since "Draw methods will not work if they are called from the OnStateChange() method" I'm wondering where to put the code to just run it once the first time the strategy is enabled.
If the code is placed OnBarUpdate(), it will run repeatedly, reading from the file and creating duplicate lines each time so where is the best place to have 'one time' code?
I'm a coding newbie so the simplest explanation would be best.
Thanks!

Comment