PureBytes Links
Trading Reference Links
|
do no forget to add the chartid in the study function if you are using it in AA window
On 11/27/05, amartinod <amartinod@xxxxxxx> wrote:
Well,
Looking a bit further I could make it work with the Price but not witn an indicator like :
Buy
= Cross
(CCI
(14
), Study
("RE"
) );
Sell
= Cross
(CCI
(14
), Study
("SU"
));
But I am new to� Amibroker...
Thanks for trying to help,
AL,
-----Message d'origine----- De :
amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] De la part de
Prashanth Envoy� : samedi 26 novembre 2005 15:01 � :
amibroker@xxxxxxxxxxxxxxx Objet : Re: [amibroker] Trend Line Break
After drawing the Tendline, right click on the same and go to Properties. Here go to Study ID and give a ID (Re for Resistance and Su for Support).
Now all you have to do is, use the following in Automatic Analysis
Buy
= Cross(C, Study(
"RE") );
Sell
= Cross(C, Study
("SU"));
Hope this helps.
Cheers
Prashanth
----- Original Message -----
Sent:
Friday, November 25, 2005 10:22 PM
Subject:
[amibroker] Trend Line Break
Hello,
Does anyone in a Scan/Explore AFL coding already programmed a Trendline crossover :
1-
I draw a line on a chart,
2-
When Price (or any indicator) crosses that Trendline, I would like to the Scan/Exploration to display the security.
Thanks for your help,
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 other support material please check also:
http://www.amibroker.com/support.html
YAHOO! GROUPS LINKS
|