PureBytes Links
Trading Reference Links
|
Hi,
you can simply make a right mouse button click (with the cursor over the
price pane) and select "Edit formula"
Then you can add your code.
Thomas
<http://www.tradingbasis.com/> www.tradingbasis.com
_____
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of paulradge
Sent: Friday, October 27, 2006 5:05 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] plotting help/advice please.
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
<http://www.tradingbasis.com> www.tradingbasis.com
_____
From: amibroker@xxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx> ps.com
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of paulradge
Sent: Friday, October 27, 2006 3:53 PM
To: amibroker@xxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx> ps.com
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
|