PureBytes Links
Trading Reference Links
|
Hi Peter,
Generally speaking you can not calculate indicator values for day X
without having the quotes for that day.
So the only way is to calculate the values and look into the future
using Ref( something, 1 ) but this will work for all bars except the last one.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: "server not recognized" <winchp@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, October 01, 2001 4:16 AM
Subject: [amibroker] Commentary question
> For all,
>
> Before I embark on writing my first commentary, I need a quick yes from those more skilled at it than myself.
>
> Qu: I want a comentary that when a particular EOD bar is selected it advises me what the indicator(s) value(s) for the next day
> would be for a given OHLC set, and conversely if a OHLC is input what the indicator(s) value(s) would be. Is this possible?
>
>
> Reason: This would be a really quick way of seeing if trading rules work and give some inspiration on what to try next.
>
> Thx,
>
> P
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|