No tick in bar, run start()?

[Deleted]  

Hi,


In a theoretical situation: In a 1min bar, no activity occurs. The next bar opens. Even though no tick has occured, does the start()? function run when the new bar opens?


This is important in programming forme.

[Deleted]  
skyhr:

Hi,


In a theoretical situation: In a 1min bar, no activity occurs. The next bar opens. Even though no tick has occured, does the start()? function run when the new bar opens?


This is important in programming forme.


I'm not sure there is a New Barif there is not a tick() !

I'm sure start() don't trigger if no tick() ...