Hi,

I'm quite new to using Amibroker and trying to learn by typing some formulas.

One thing I can't get to work as I want is to filter that a certain value 
should be higher than a certain value and also higher then yesterday.

For instance:
Filter that RSI (14) is higher then 30 and also higher then the day before.
I guess this is very simple but I just can't get it to work.

The objective of the formula is to filter out that the RSI value is pointing 
upward.

I've tried the following:

Try 1: Filter = RSI(14) > 30 AND RSI(14) > HHV(RSI(14),1);
Try 2: Filter = RSI(14) > 30 AND RSI(14) > (RSI(14),1);

But that doesn't work..

Is there anyone who can have a quick look and tell me what's wrong ?

Thanks, Lars

Reply via email to