PureBytes Links
Trading Reference Links
|
Hi ,
Ok now I'm Using:
barcomplete = BarIndex() < LastValue(BarIndex()); AlertIf( barcomplete AND BuyCondation, "EMAIL", "Buy alert on "+FullName(), 1 );
In the Email That I received from alert it showing under the Subject the following:
Alert: Buy (1) EURGBP on 4/10/2008 9:00:00 AM and it Received in 4/10/2008 9:05 AM.
I note that it showing the opening bar time under subject and it is showing under Received column the time for closing bar.
How can I show under subject the closing bar time, Not the Open bar time?
Regards.
--- In amibroker@xxxxxxxxxxxxxxx, <bjagow@xxx> wrote: > > TJ, > AB EOD consumes over 30% of my CPU when idling in the background, but usage > drops to near zero when minimized. > > Seems strange to me. > > Bob > ----- Original Message ----- > From: "Tomasz Janeczko" groups@xxx > To: amibroker@xxxxxxxxxxxxxxx > Sent: Tuesday, April 08, 2008 3:43 PM > Subject: Re: [amibroker] Chart Refresh > > > > All visible charts are refreshed. > > Invisible charts can be refreshed too if you add RequestTimedRefresh > > function > > in the underlying AFL code. > > > > Best regards, > > Tomasz Janeczko > > amibroker.com > > ----- Original Message ----- > > From: "Mohammed" softnews2003@xxx > > To: amibroker@xxxxxxxxxxxxxxx > > Sent: Tuesday, April 08, 2008 11:03 PM > > Subject: [amibroker] Chart Refresh > > > > > >> Hollo folks, > >> > >> I'm still have confusion of data refresh in AB, > >> > >> Dose AB refreshes all charts or only the active chart, If only active > >> chart is there any way to make it refresh all symbols in the all list? > >> > >> I need this for Email notification. > >> > >> Thank you for advice. > >> Regards > >> > >> > >> ------------------------------------ > >> > >> 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
__,_._,___
|