PureBytes Links
Trading Reference Links
|
Ralf:
Tomasz is considering a #include type facility for AFL. This would be
real cool for us don't you think? This would allow snippet code to be
included like bar colors and generic filter code so that we would not
have to always keep typing it in for each new
indicator/exploration/commentary.
Steve
> consider to include a facility in AFL which would allow to set
> all relevant parameters - may be even the filter settings:
> like
> initsection {
> market = "ASX";
> longbuy = (open, 1);
> ...
> };
>
> The ultimate would be an 'autoinsert' button, which inserts this
> 'initsection' text into the current cursorposition - automatically
> deriving the values from the current setting....
>
> Regards - Ralf
|