PureBytes Links
Trading Reference Links
|
Tomasz, I must apologise for wasting your time with my poorly worded
question. Anybody that accuses you of being impatient is very wrong.
What I meant to ask was, rather than using prefs(x) in a formula
where the meaning of the number x is not readily obvious, can the
text description be used in some way?
I tried prefs(STMARange) for example, but it through up an error.
I also tried just STMARange but also got an error.
Hope I explained it more clearly this time.
Thanks,
Anthony
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Anthony,
>
> See below:
>
> > I know how to use the prefs function with the index numbers.
> > However, I was wondering if the words following the index numbers
> > have any significance or use.
> > 0: FatLineChart;
> BOOLEAN - decides if built-in price line chart is bold or not
>
> > 1: MarkQuotations;
> BOOLEAN - decides if built in price line chart has quotes maked
with small dots
>
> > 2: ChartVolumeType;
> 0 - bars overlaid on price chart show volume
> 1 - bars overlaid on price chart show turnover
> 2 - switch off volume overlay
>
>
> > 3: ShortTimeMA;
> BOOLEAN - decides if Short time ma is shown or not
>
>
> > 4: STMARange;
> the period of short time moving average
>
> > 5: MidTimeMA;
> BOOLEAN - decides if mid time ma is shown or not
>
> > 6: MTMARange;
> the period of mid time moving average
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|