PureBytes Links
Trading Reference Links
|
Hello,
Thank you for your suggestions. Points 1. and 3. are quite possible in the near future.
Point 2. will be implemented after introduction of RT version.
As for pont 4. please check http://www.amibroker.com/library/detail.php?id=35
for the formula of Gann Swing chart.
Note: please uncomment the following lines at the bottom of the formula mentioned above
to get the candlestick chart drawn along with swings:
/* Colourized price bars drawn here */
graph0 = close;
graph0style = 128;
barcolor = IIF( outsidebar, 1, IIF( downbar, 4, IIF( upbar, 5, 0 ) ) );
graph0barcolor = ValueWhen( barcolor != 0, barcolor );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: <lvl@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: 14 September, 2001 11:35
Subject: [amibroker] More wish list items
Tomasz,
Any comments? The email below was sent early this week. Perhaps you
don't receive my emails? Therefore, I will send it again.
Tomasz,
More wish list items:
1. A regression line with a 2 standard error channel above and below.
2. A visual and/or audible price alert for each chart which is
triggered when that price is achieved.
i.e. the ability to input a price above and below the current price
which would give the alert as, say a pop up window and/or a beep,
when triggered.
3. The ability to send the Automatic Analysis window to the
background after clicking on a code to go to the relevant chart. At
the moment the window stays on top.
4. Gann swing charts as a standard price chart style - with the
choice to display the swings as square or as straight lines from
peaks to troughs.
Regards,
Larry Lovrencic
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|