PureBytes Links
Trading Reference Links
|
That worked for me :
Filter=Cross(Study("TL",GetChartID()),CCI(14)) or Cross(CCI(14),
Study("TL",GetChartID()));
AL,
-----Message d'origine-----
De : amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] De la
part de osgem_2006
Envoyé : samedi 5 août 2006 09:02
À : amibroker@xxxxxxxxxxxxxxx
Objet : [amibroker] TRENDLINE BREAK ALERTS
i want to write formula for alert of trendline break on an indicator.
I wrote the following
// Trendline Alerts
Sell = Cross( CCI 14, Study( "SU" ),CCI 14,GetChartID());
when i tried to scan a symbol I get syntax error , error 31,syntax
error, expecting '('
please help me to write the correct code.
thanks
osgem_2006
|