PureBytes Links
Trading Reference Links
|
Hi Thomas,
thank you reply,,,
this is what i'm playing with at the moment,,both the ema plots appear in the rsi pane when i'd like to have them in the price pane,,
regards
Paul
Filter = C > 1 AND C < 10 AND Cross(EMA(Close,5),EMA(Close,10)) AND Condition = RSI (14) > 50;
Plot (EMA(C,5),"myema",colorRed);
Plot (EMA(C,10),"myema1",colorBlue);
Buy = Cross(EMA(Close,5),EMA(Close,10));
Sell = Cross(EMA(Close,10), EMA(Close,5)) OR Cross(50,RSI());
Plot (RSI(14),"MY RSI",colorRed);
AddColumn (C,"close");
Hello,
You can open the editor: Analysis - Formula Editor
Than insert my line and click: Tools - Apply Indicator
Plot(EMA(Close,10), "EMA", colorRed, styleLine);
Thomas
www.tradingbasis.com
------------------------------------------------------------------------------
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of paulradge
Sent: Friday, October 27, 2006 3:53 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] plotting help/advice please.
i've been digging through the help files on plotting,,,i can get rsi to plot
in a different pane to the price chart which is ok i'm happy with that,,,
but when i plot an ema it goes into the rsi pane also when i'd preffer to
see it in the price pane,,
anytips ??
Paul
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006
|