PureBytes Links
Trading Reference Links
|
David, you apparently want to reconstruct the stochastic your own way.
Here is the formula for a stochastic ... replace the components as you wish:
Stoc = ((Issue_C - LLV(Issue_L,Period)) /
(HHV(Issue_H,Period) - LLV(Issue_L,Period))) * 100;
%K = MA(Stoc,3);
%D = MA(%K,3);
----- Original Message -----
From: "david1000d" <david1000d@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, March 06, 2008 7:13 AM
Subject: [amibroker] Re: Replace O H L in Fast Stochastic
> Hi,
> I thought that the SetForeign function only allowed me to replace
> the ticker data with that of a different symbol, as opposed to
> replacing it with a set variable, an I wrong??
> kind regards, David.
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
> wrote:
>>
>> SetForeign function.
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>> ----- Original Message -----
>> From: "david1000d" <david1000d@xxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Thursday, March 06, 2008 3:36 PM
>> Subject: [amibroker] Replace O H L in Fast Stochastic
>>
>>
>> > Hi Guys,
>> > I need to replace the default O,H,L values in the Fast
> Stochastic
>> > with my own variables. I can't see where I can do this, any
> ideas??
>> >
>> > thank you in advance for your help
>> >
>> >
>> >
>> > 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
>> >
>> >
>> >
>>
>
>
>
>
> 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
>
>
>
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/
|