PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx> wrote:
> Manioc,
> In AFL reference there is an excellent function
>
> STUDY (AFL 1.5) SYNTAX study( STUDYID, CHARTID = 1 )
> RETURNS ARRAY
> FUNCTION generates an array equivalent to a trendline study
> drawn by the user - allows detecting trendline breakouts from AFL.
>
> In the Newsletter you must read
> AFL Library: Detecting channel breakouts
> Tip of the week: Using studies in your AFL formulas
>
> Also, in AFL Library, the "Double top detection"
> http://www.amibroker.com/library/detail.php?id=19
> prepared by Tomasz Janeczko.
>
> I think it is more than enough to begin with.
>
Thanks Dimitris.
These are good example to get inspired from to customize.
|