PureBytes Links
Trading Reference Links
|
{***************************************
Written by: markbrown.com
Description: vortex in sky
****************************************}
inputs:p0(2.3),p1(2.3),aa(h-c[1]),bb(l-c[1]),period(2.3),phase((c-c[1])/1000);
var:xx(0),yy(0),zz(0),x(42);
yy=p0+p1*x+aa*sine(2*square(21)*(x-phase)/period);
zz=p0+p1*x+bb*sine(2*square(21)*(x-phase)/period);
plot1(average(c,yy),"yy");
plot2(average(c,zz),"zz");
{***************************************
Written by: markbrown.com
Description: vortex on ground
****************************************}
var:xx(0),yy(0),aa(.01),p0(0),p1(1),x(0),pp(0),phase((c-c[1])/1000);
aa=(c-c[1]);
pp=p0+p1*x+aa;
yy=p0+p1*x+aa*sine(2*square(3)*(x-phase)/2.3)*1000;
Plot1(-yy,"vortex");
Plot2(.90*(highest(-yy,21)),"upper");
Plot3(.90*(lowest(-yy,21)),"lower");
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Attachment:
Description: "vortex.gif"
|