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

Re: [amibroker] Plot Question



PureBytes Links

Trading Reference Links







Steve,
 
Plot() is for Indicator builder.....copy the formula to indicator builder and click apply.
 
Anthony 
-------Original Message-------
 

From: amibroker@xxxxxxxxxxxxxxx
Date: Friday, February 28, 2003 07:43:14
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Plot Question
 I'm following Fred's "Watered Down Semi-Interesting System". The last lines of the code are:Buy   = Cross(LELevelOBS, StoRSIx) OR Cross(StoRSIx, LELevelMom);  Short = Cross(StoRSIx, SELevelOBS) OR Cross(SELevelMom, StoRSIx);   Sell  = NOT Short AND (Cross(StoRSIx, LXLevelOBS) OR Cross(LXLevelMom, StoRSIx));  Cover = NOT Buy   AND (Cross(SXLevelOBS, StoRSIx) OR Cross(StoRSIx, SXLevelMom)); E = Equity(1); Plot(Price,"Price",2,1); Plot(RSIx,"RSIa",4,1); Plot(E,"Equity",1,1);When I run the backtest, I don't see the plots appear.Why is this?Thanks,SteveSend BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to suggest@xxxxxxxxxxxxx-----------------------------------------Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
 







____________________________________________________  IncrediMail - Email has finally evolved - Click Here






Yahoo! Groups Sponsor


  ADVERTISEMENT









Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Attachment: Description: ""