Hi,
What defines Rs and Fs in the formula
below?
thanks
Joseph Biran
____________________________________________
From: Graham [mailto:kavemanperth@xxxxxxxxx]
Sent: Wednesday, March 30, 2005
2:59 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Re:
candle colours and explorations
sorry meant to mention I find bars better for this purpose as you can
still see the daily direction from the open &
close points. I changed
to candle as you mentioned using them.
On Wed, 30 Mar 2005 18:57:22 +0800, Graham <kavemanperth@xxxxxxxxx> wrote:
> I use this in a chart showing trends
>
>
Plot(C,"close",IIf(Rs,colorGreen,IIf(Fs,colorRed,colorBlack)),styleCandle);
>
>
>--- In amibroker@xxxxxxxxxxxxxxx,
"Ian" <ian@x...> wrote:
>>
>> hi guys,
>>
>> Oz market struggled today but not a bad
close after all that.
>>
>> I've got 2 questions:
>>
>> 1. Trader Jim Berg has a system of
coloured bars (I use candles)
>> when they are in a trend (according to
his system) all the bars are
>> the same colour, instead of up days green
down days red etc. Is this
>> possible in AB?
>>
>> 2. Is it possible to go straight to the
exploration window without
>> opening the code window first?
>>
>> thanks
>> Ian