Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-11-2006, 03:30 PM
Member
 
Join Date: Apr 2006
Posts: 53
freak is on a distinguished road
Some REALLY good programmist needed to make - Spiral Fibo - AMAZING!!



Does anybody know anything about this indicator FOR MT4?

Especially where can I find it

Last edited by freak; 09-12-2006 at 12:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 09-12-2006, 09:55 AM
Member
 
Join Date: Apr 2006
Posts: 53
freak is on a distinguished road
Hmmm Thats pity...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 09-12-2006, 10:18 AM
deepdrunk's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 312
deepdrunk is on a distinguished road
it is good indicator,i have it long time ago on vawe59 platform and there was a thread here on forum about it but no indicator for mt4
that picture is from mt3 ? if you have mt3 post it and someone will translate to mq4
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 09-12-2006, 12:30 PM
Member
 
Join Date: Apr 2006
Posts: 53
freak is on a distinguished road
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);
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 09-13-2006, 10:59 AM
Junior Member
 
Join Date: Dec 2005
Posts: 3
zhuangcn is on a distinguished road
This spiral indicator was programmed by Phy from the moneytec forum. It is a very nice fib tool if used with other tools as well. Robert Fischer( the author of the New Fibonacci Trader) is an expert at this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 10-26-2006, 11:55 AM
Member
 
Join Date: Apr 2006
Posts: 53
freak is on a distinguished road
SOLVED!

How to draw an ellipse shape in MT4?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 10-26-2006, 06:06 PM
Senior Member
 
Join Date: Mar 2006
Location: Dubai UAE
Posts: 246
peterdias77 is on a distinguished road
Indicator disappears after sometime, in a few seconds.

Quote:
Originally Posted by freak
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 10-26-2006, 10:06 PM
Member
 
Join Date: Aug 2006
Posts: 52
aghenry1 is on a distinguished road
same issue

I am having the same issue along with repeated requests for a script approval while it is on screen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 11-02-2006, 04:23 AM
Senior Member
 
Join Date: Mar 2006
Location: Dubai UAE
Posts: 246
peterdias77 is on a distinguished road
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:
Originally Posted by aghenry1
I am having the same issue along with repeated requests for a script approval while it is on screen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 11-03-2006, 11:53 AM
FXSamurai's Avatar
Member
 
Join Date: Aug 2006
Posts: 56
FXSamurai is on a distinguished road
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
fibo spiral, fibo ea, spiral


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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


All times are GMT. The time now is 01:50 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.