PureBytes Links
Trading Reference Links
|
Did you have a look at the "deDateTime.zip" plug-in in
the 3rd party area, on Amibroker site? It could be
useful in this case.
Denis
--- Steve <avalon-ardy@xxxxxxxxxxxxxxx> wrote:
> Need guidance on how to do the following. I'm using
> the following code to set the pivot points
> DayH = TimeFrameGetPrice("H", inDaily, -1);
>
> DayL = TimeFrameGetPrice("L", inDaily, -1);
>
> DayC = TimeFrameGetPrice("C", inDaily, -1);
>
> DayO = TimeFrameGetPrice("O", inDaily);
>
> This works well, but I'm limited to my databases
> time frame for the Daily H,L,O,C which in this case
> is 00:00GMT. What I want to be able do is have those
> inputs as selectable parameters, so I can
> re-calculate the pivots starting with a different
> H,L,O,C eg calculate 00:00 GMT then say the European
> open @ 08:00 GMT, NY open @ 13:00GMT etc
>
> Any pointers on how to do this or has someone
> already done it and would care to share?
>
> Thanks
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|