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

Re: [amibroker] Amibroker Alerts



PureBytes Links

Trading Reference Links




sir how can i learn AFL language

--- On Mon, 20/7/09, jonrolson <jonrolson@xxxxxxxxx> wrote:

From: jonrolson <jonrolson@xxxxxxxxx>
Subject: [amibroker] Amibroker Alerts
To: amibroker@xxxxxxxxxxxxxxx
Date: Monday, 20 July, 2009, 3:45 PM

 

I am using an alert with one of my formulas, Anytime I generate a buy or sell signal I want it to run an external program. The buy and sell signals are working as I expect ( I see the arrows drawn correctly on my chart) But the alerts only seem to fire when I actually look at the chart. For example I had a buy signal at 9:20 AM and I check the chart at 10:30am thats when I see the external program run

// Sample Code
PlotShapes( Buy * shapeUpArrow, colorGreen );
PlotShapes( Sell * shapeDownArrow, colorRed );

AlertIf( Buy, "EXEC c:\\App.exe" , Name() + "~Open" , 3 );
AlertIf( Sell, "EXEC c:\\eApp.exe" , Name() + "~Close" , 3 );



Love Cricket? Check out live scores, photos, video highlights and more. Click here.

__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





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

__,_._,___