PureBytes Links
Trading Reference Links
|
doesn't stochD require 3 inputs?
StochD(StocPeriod, X, Y);
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 4/16/06, Ara Kaloustian <ara1@xxxxxxxxxx> wrote:
>
> AB ver 4.8.1.... data QP.... last data on 4/13/06
>
> Trying to plot stochastic overlay on prices on daily chart using code below:
>
>
> StocPeriod = 12;
> StocD_Overlay = StochD(StocPeriod);
> Plot(StocD_Overlay,"",colorblue,styleLine|styleThick|styleOwnScale,-10,120);
>
> Everything else looks normal.
>
> Code normally works fine ... except for one symbol "GROW". Value displayed
> is "-1 .#IND0". I can not say if problem is with today's data only or not.
>
> Code works fine if I change chart to weekly. Aslo am computing stochastic
> for timeframes 2x and 3x. They work fine on both daily and weekly.
>
> Also it works OK in separate pane showing stochastics only (similar formula)
>
>
> I have seen this once or twice before (don't have details), but paid no
> attention .... strange behavior like this scares me ....
>
> Any suggestions?
>
> TIA
>
> Ara
>
>
>
>
>
> 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
>
>
>
>
> ________________________________
> YAHOO! GROUPS LINKS
>
> Visit your group "amibroker" on the web.
>
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> ________________________________
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|