Tried add 90seconds timeframe to my trading system and found that it not changed later. All time when system call values the same value (initial).
Check it, please.
Sure I added timeframe in Initialize(). I calls Add(PeriodType.Second, 90);
In case I calls Add(PeriodType.Minute, 2); system going well...
Regads,
Eugene.

Comment