private string matrixOutFolder = Cbi.Core.UserDataDir.ToString() + "ptt\\matrix";
The value for this variable on my computer is:
C:\Documents and Settings\User\My Documents\NinjaTrader 7\ptt\matrix\
Here is a variable I defined in a strategy:
private string matrixInFolder = Cbi.Core.UserDataDir.ToString() + "ptt\\matrix";
The value for this variable on my computer is:
D:\My Documents\NinjaTrader 7\ptt\matrix
How can the same variable on the same computer on the same chart be different??
Bryan

Comment