PureBytes Links
Trading Reference Links
|
ok I have been looking at all the replies to the questions I asked
but it is still not quite what I was looking to do with the program
so let's try this
I would like to calculate the say the closing cost for the next 5
days beyond the last day of data. I order to do this I want to use a
formula that would change the end result each successive day based on
the calculation performed on the previous day. So it would look
something like this:
close = EOD
close1 = close * .1 + close
close2 = close1 * .05 + close1
close3 = close2 * .025 + close2
etc.
now is this possible where the look ahead start with the data
obtained and then using some mathimatical calculations forcing the
data to look into the future? Shift will give me the results for one
day if I xshift 5 days it still only returns the same value as if
looking just one day.
Disq
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|