PureBytes Links
Trading Reference Links
|
//try this --------8<---------------------------------------
Buy = Sum( Ref( RSI(2), -1 ) > RSI(2) , 7) == 5;
Plot(RSI(2),"RSI(2)",1,1);
PlotShapes(Buy*shapeUpArrow ,colorGreen);
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxx> wrote:
>
> I'm trying to code:
>
> RSI(2) has dropped 5 of the last 7 days
>
> And just can't get my act together on this. Been a long tuff
cupla
days
> dealing with scale-in problems...
>
> TIA
>
> d
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.1/690 - Release Date: 2/16/2007 2:25 PM
|