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

Fun



PureBytes Links

Trading Reference Links


Paste the code in an empty Ind 
builder.
Hit Apply.
Have fun.
Or understand that we may place any 
circle
anywhere we want, manually or 
automatically.
(Thank Amibroker, automation is far 
more
advanced than automation needed for 
this
subject)
 
/*FUN*/
maxgraph=8;
 
<FONT face=Arial 
size=2>x0=250;y0=0;R=20;rr=25;x=cum(1);y1=y0+sqrt(R^2-(x-x0)^2);y2=y0-sqrt(R^2-(x-x0)^2);graph0=y1;graph1=y2;graph1barcolor=graph0barcolor=2;x0=250-rr;y0=0;R=20;x=cum(1);y1=y0+sqrt(R^2-(x-x0)^2);y2=y0-sqrt(R^2-(x-x0)^2);graph2=y1;graph3=y2;graph2barcolor=graph3barcolor=4;
 
<FONT face=Arial 
size=2>graph2style=1;x0=250-2*rr;y0=0;R=20;x=cum(1);y1=y0+sqrt(R^2-(x-x0)^2);y2=y0-sqrt(R^2-(x-x0)^2);graph4=y1;graph5=y2;graph4barcolor=graph5barcolor=5;graph4style=graph5style=1;x0=225;y0=-10;R=20;x=cum(1);y1=y0+sqrt(R^2-(x-x0)^2);y2=y0-sqrt(R^2-(x-x0)^2);graph6=y1;graph7=y2;graph6barcolor=graph7barcolor=7;
 
Dimitris Tsokakis