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

RE: [amibroker] Help with ExRem vs Flip



PureBytes Links

Trading Reference Links


 Remove the ""  ""  below and it should solve your problem:
x=Param("x",25,2,25);R = ((HHV(H,x) - C) /(HHV (H,x) -LLV (L,x))) *-100;Buy=Cross(R,-80);PlotShapes(IIf(Buy,shapeUpArrow,shapeNone),5,0,R,-14);Plot(R,"%WilliamsR",6,4);Sell=Cross(-20,R);""Buy=""ExRem(Buy,Sell);""Sell=""ExRem(Sell,Buy);PlotShapes(IIf(Sell,shapeDownArrow,shapeNone),4,0,R,-14);Plot(-20,"",7,1);Plot(-80,"",7,1); GraphXSpace=10;Which produces the plot in the attached.  The circled red and greenarrows seem like they should be eliminated by the ExRem statementsaccording to the above definition.   The plot shows this is not thecase.What am I missing?KenSend 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. 
Attachment: A1.gif (12.99KB)Join Excite! - http://www.excite.comThe most personalized portal on the Web!







Yahoo! Groups Sponsor












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.