PDA

View Full Version : Stategy Properties


Json
04-02-2007, 01:45 AM
Would like to set strategy default to Sim101.
I've tried:

protected override void Initialize()
{
CalculateOnBarClose = false;
BarsRequired=1;
Account="Sim101";
}


Suggestions?

NinjaTrader_Ray
04-02-2007, 02:08 AM
This is not supported at this time.

Ray