| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|||
|
We got only this
Code:
DrawSpiral();
function DrawSpiral()
{ var points:Array = new Array();
var b:Number = DegToRad(80);
var r:Number;
var t:Number;
var i:Number;
var a:Number = 1;
for (i=0; i<=500; i++)
{ t = a * Math.PI/4; r = Math.exp(t * cot(b));
points[i] = new Object();
points[i].r = r;
points[i].x = r * Math.cos(t);
points[i].y = r * Math.sin(t);
a+=0.2; }
with (spiral_mc)
{ lineStyle(0.5,0xff0000);
moveTo(points[0].x, points[0].y);
for (i=1; i<=500; i++)
{ lineTo(points[i].x, points[i].y);
}
}
}
function DegToRad(degrees:Number)
{ return degrees * Math.PI/180;}
function cot(t:Number)
{ return 1 / Math.tan(t);
}
|
|
|||
|
|||
|
Indicator disappears after sometime, in a few seconds.
Quote:
|
|
|||
|
Approvals can be removed: goto TOOLs, then Expertadvisor , and remove tick mark from CONFIRM DLL FUNCTION CALLS
But i am havin continues referesh problems, script just disappears from the chart. Any help ????? Quote:
|
|
||||
|
This is a very interesting tool. Actually, this is what got me looking for the metatrader software, when I saw a picture of it on another forum. Until then, I only used Intellichart software. I'm glad I did, as I now have tons of extra indicators. Wow!
But until stumbling on these posts, I didn't find the fibo spiral. I now installed all files as instructed, and I can generate a fibo spiral in a chart. BUT there is one big problem... It seems to be only possible to generate a spiral based on a ractangle that can only be placed in a fairly random way on the chart. Exactly as seen at http://www.forex-tsd.com/indicators-metatrader-4/4282-how-draw-ellipse-shape-mt4.html (post 47). Normally, it should be possible to put the corners of the rectangle on precise points in the chart, to get a spiral that is precise (as seen in the first post of this thread). But whatever I try, it seems impossible to drag the rectangle or its corners in any way, or to set its corners in other ways. Also, when price changes, the spiral disappears... That would mean it's only useful when offline, or during weekends... ![]() Does anyone know what to do to get these matters solved? Thanks in advance! ![]() |
![]() |
| Bookmarks |
| Tags |
| fibo spiral, fibo ea |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/3636-spiral-fibo-amazing.html
|
||||
| Posted By | For | Type | Date | |
| محتاج مؤشر ضروري اذا تكرمتم - منتديات المتداول العربي | This thread | Refback | 03-18-2008 01:12 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firebirdv63,v65 amazing EA!!!!!!!!!!!!!!!! | sps8 | Expert Advisors - Metatrader 4 | 10 | 10-06-2007 02:56 PM |
| Fibonacci Spiral | CP6 | Indicators - Metatrader 4 | 15 | 09-10-2007 03:43 AM |
| Logarithmic spiral Indicator - predicting price and time | trohoang | Indicators - Metatrader 4 | 13 | 10-11-2006 05:10 AM |
| Amazing EA...! | zecki | Expert Advisors - Metatrader 4 | 30 | 07-22-2006 05:29 PM |