Is there a better and faster way to do this?
 
// remove leading sell signals
bcout = True;
for(i = 0; i < BarCount AND bcont; i++)
{
 Sell[i] = 0;
 if(Buy[i] != 0) bcont = False;
}
 
Thanks,
 
- Mark
__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html






SPONSORED LINKS
Investment management software Real estate investment software Investment property software
Software support Real estate investment analysis software


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to