----- Original Message -----
Sent: Wednesday, April 09, 2008 5:25
PM
Subject: [amibroker] Re: Chart
Refresh
Hello Tomasz;
Now I do Add the following formula in the underlying AFL code,
------
RequestTimedRefresh(1);
function
RefreshAll()
{
oAB = CreateObject( "Broker.Application" );
oAB.RefreshAll();
}
Buy = C < O;
AlertIf( Buy, "EMAIL", "BUY "+FullName(), 1 );
------
The Active chart is "EURDUS" and I received the alert each 15M, If the bar
close red. And this is very nice.
BUT I only get the alert for the active chart, the other pairs I didn't get
any alert for it if the bar close red.
How can I get the alert for all pair I have in "ALL folder"?
Regards.
--- In amibroker@xxxxxxxxxxxxxxx, "umrperumal" <umrperumal@xxx>
wrote:
>
>
> Hi TJ,
>
> If I click right mouse
button over the chart and choose "Edit
> Formula", the formula is
available to anybody for edit. Is there
> any way to "password protect
the formula", so that the formula is
> not tampered by others sitting
on the pc in my absence.
>
> With kind regards
>
>
UMR Perumal
>
>
>
> --- In
amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" groups@
> wrote:
>
>
> > Underlying code is the code that chart uses - available if
you
> click with RIGHT mouse
> > button over the chart and
choose "Edit Formula"
> >
> > Best regards,
> >
Tomasz Janeczko
> > amibroker.com
> > ----- Original Message
-----
> > From: "Mohammed" softnews2003@
> > To:
amibroker@xxxxxxxxxxxxxxx
> > Sent: Wednesday, April 09, 2008 5:34
AM
> > Subject: [amibroker] Re: Chart Refresh
> >
>
>
> > > Hello Tomasz,
> > >
> > >
Thank you for your reply.
> > >
> > > Could you
please clear what you mean by "underlying AFL code"
> > >
>
> > Regards
> > >
> > >
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
<groups@>
> > > wrote:
> > >>
> >
>> 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@>
> > >> 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
> > >
> > >
> > >
>
>
>