Hello,
Signals are SORTED according to absolute value of user defined
position score http://www.amibroke r.com/guide/ h_portfolio. html
Best regards,
Tomasz Janeczko
amibroker.com
On 2010-01-26 20:54, B S wrote:
Quick question on low level processing in the CBT. At a given bar, what is the default order that signals are presented in a loop such as:
for (sig = bo.GetFirstSignal( i); sig; sig = bo.GetNextSignal( i))
Is it alphabetical by symbol? Exit signals first? Something else?
Thanks.