PureBytes Links
Trading Reference Links
|
Hello,
D=Darvas();
Plot(C,"",IIf(stateArray==5,2,1),64);
Plot(Boxarr1,"",D+1,512);
Plot(Boxarr2,"",D+1,512);
PlotShapes(IIf( Dbuy, shapeUpArrow,shapeNone),colorGreen,0,C,-20);
PlotShapes(IIf( Dsell, shapeDownArrow, shapeNone),colorRed,0,C,-20);
Title= "Darvas dll";
OR
http://www.amibroker.com/library/detail.php?id=414
stephane
>
> Wasn't there a DLL plugin that did Darvas Boxes? Is it the
> DLL "Box" in the third party plugin section? If it is does anyone
> know how to set it up?
>
> Thanks
> Jeff
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|