|
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
YAHOO! GROUPS LINKS
__,_._,___ |
