PureBytes Links
Trading Reference Links
|
Thanks for your suggestion, Tomasz. Adding a check for the number of
bars could be a solution.
Before I implement it (I'm quite wary of adding to codes which I do
not full comprehend), are there other suggestions from other members
who are using this Elder Triple Screen code done by Mr. Dennis
Skoblar? Do your own experience match mine when there are not enough bars?
- Winston
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>
> Maybe your code simply does NOT converge in such situation
> and in fact this causes endless loop for real.
>
> If that's the case, why don't you simply add a check for minimum
> number of bars?
>
> if( BarCount > 100 )
> {
> do { ....
> Best regards,
> Tomasz Janeczko
> amibroker.com
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|