[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: second() always return "0" on 1-minute bar....



PureBytes Links

Trading Reference Links

Thanks BR.

But this function is not solve the problem. As I mentioned on the original message:

"I know you can use Now() to return current system time and then get value of the second. But Now() is using your local system timestamp, not IQFeed timestamp."

The issue is Now() is using local system time, but Second() (plus Hour(), Minute()) all using IQfeed time, which is not easy to sync with local system clock since it depends on lots of variables. It mentioned here: http://www.amibroker.com/iqfeed.html. "last update time now uses IQFeed timestamp instead of local clock and this prevents chart refresh stall occuring sometimes when clock on local machine and on IQFeed end are not synced"

Thanks!



----- Original Message ----
From: reinsley <reinsley@xxxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
Sent: Monday, October 6, 2008 2:02:48 AM
Subject: [amibroker] Re: second() always return "0" on 1-minute bar....


Hello,

This function provided by ED Pottasch could be useful or adapted to
your need...

http://finance. groups.yahoo. com/group/ amibroker/ message/128577

BR

--- In amibroker@xxxxxxxxx ps.com, "chris76721" <chris76721@ ...> wrote:
>
> Hello,
>
> I'm using 1-minute bar from IQFeed and would like to place a order
> *only* within first 3 seconds of the bar. I was wondering if anyone
> knows the best way to determine this?
>
> I tried this:
>
> if (LastValue(Buy) && Second() > 3)
> {
> // Enter long
> }
>
> However, the Second() always return 0 on 1-minutes bar :-(
>
> I know you can use Now() to return current system time and then get
> value of the second. But Now() is using your local system timestamp,
> not IQFeed timestamp.
>
> Thanks a lot for your help!
>


__._,_.___

**** 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

*********************************




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___