[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Guru Chart Commentary



PureBytes Links

Trading Reference Links

Hi,

This should work. I tested it just now and see no problems.
Try typing:
buy=rsi(9)>30; 
sell=rsi(9)>30;

buy / sell in separate lines with terminating semicolons.
Then click "Refresh" button and you should see the arrows.

Best regards,
Tomasz Janeczko
amibroker.com


----- Original Message ----- 
From: "Ermanno" <cooprimavera@xxxx>
To: <amibroker@xxxxxxxxxxx>
Sent: Thursday, January 11, 2001 02:08
Subject: [amibroker] Guru Chart Commentary


Hi,

I am trying to apply a formula using guru chart commentary on 3.45 version
but green arrows (buy signal) do not appear evenif buy condition is
satisfied.

I have also tried to used the same buy and sell signal
(buy=rsi(9)>30;sell=rsi(9)>30), but the results are the same, only red
arrows.

Why?

Thanks and regards.
Ermanno