Posts
martins 03 Dec 2024, 00:46
cTrader Algo
indicator.Count is 0 when referenced in cBot's first OnBar and changes to correct 201 if referenced again without doing anything else
firemyst said: martins said: Further tests with Print(DateTime.Now.ToString("HH:mm:ss.ffff") + …) & some System.Threading.Thread.Sleep c...firemyst 03 Dec 2024, 00:31
cTrader Algo
indicator.Count is 0 when referenced in cBot's first OnBar and changes to correct 201 if referenced again without doing anything else
martins said: Further tests with Print(DateTime.Now.ToString("HH:mm:ss.ffff") + …) & some System.Threading.Thread.Sleep calls in both an indi...martins 03 Dec 2024, 00:26
martins 03 Dec 2024, 12:52
cTrader Algo
Algo -> cBots -> New -> type a new Name -> click on a template : the new Name you carefully typed gets overwritten with the template name
…unexpectedly, so if you don't notice you end up creating a cBot with the name of the template, which was not intended. Then you look for the ri...