Forex
Google

Go Back   Forex Trading > Discussion Areas > Metatrader 3
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 05-16-2006, 11:58 AM
scott TTM scott TTM is offline
Senior Member
 
Join Date: Apr 2006
Posts: 210
scott TTM is on a distinguished road
yousky,

Okay, after further review, it isn't totally there yet. It still gives me false readings on MT4, ie the lines aren't crossing where they should be. I used the code that you put here. Any ideas?

SB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 08-17-2006, 12:09 PM
leightonbeaty's Avatar
leightonbeaty leightonbeaty is offline
Member
 
Join Date: Oct 2005
Posts: 84
leightonbeaty is on a distinguished road
Mt3 convert to Mt4

Hi,

I have looked but cannot find a Mt4 version of attached indicators. Can someone direct me to them or convert them to Mt4?


tks in advance

leighton
Attached Files
File Type: mql $parabolic_stop.mql (843 Bytes, 11 views)
File Type: mql $parabolic_stopLINE.mql (911 Bytes, 10 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 08-17-2006, 12:51 PM
jorgka jorgka is offline
Senior Member
 
Join Date: Jan 2006
Location: Australia
Posts: 112
jorgka is on a distinguished road
Try Yousky MQL to MQ4. links found in this forum. do a search for Yousky.

Jorgka
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 08-17-2006, 12:55 PM
jorgka jorgka is offline
Senior Member
 
Join Date: Jan 2006
Location: Australia
Posts: 112
jorgka is on a distinguished road
Yousky mql to mq4 converter

Here is the yousky Link for MQL to MQ4 converter.

Register on this site first & then you will have access to the program.

http://yousky.free.fr/phpBB2/viewfor...18e72a7 af51e

Jorgka
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 09-01-2006, 04:43 PM
Spider4896's Avatar
Spider4896 Spider4896 is offline
Member
 
Join Date: Apr 2006
Posts: 69
Spider4896 is on a distinguished road
Anyone have a working copy of this MQL2MQ4 since the current version on the website does not work? Or if someone could also help me out converting a MQL EA to an MQ4 EA?

Thanks!

Spider~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 09-02-2006, 12:51 PM
yousky yousky is offline
Member
 
Join Date: Dec 2005
Posts: 60
yousky is on a distinguished road
Spider,

I've sent you a PM on my site with the converted version.
Sorry for the lack of time, and sorry for the Mql2Mq4 not working, it's due to I'll make a new Shareware version, now Mql2Mq4 will no more be free. I will give more support when purchase this version.

Bye
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 10-03-2007, 01:17 PM
chomper chomper is offline
Junior Member
 
Join Date: Apr 2007
Posts: 4
chomper is on a distinguished road
Help me convert this great indicator

Hello,

Can anyone please help me convert this great indicator that I have for Amibroker into MT4. Here is a little background and then the code.

thanks
chomper

The Trading Channel Index (TCI) identifies changes in price direction. The TCI can be used for
short-term confirmation of an Expert Rating signal, and is especially useful in option trading.

A simple rule is to never take a position against the direction of the TCI. The TCI is a very
short-term and responsive indicator and is likely to change in a short period of time. When you have determined
a position that you wish to take, using the direction of TCI to dictate your entry point can be an effective short-term timing method.

The Trading Channel Index is an adaptation of equities of Donald R. Lambert's Commodity Channel Index. The TCI has been slowed
down and is not quite as volatile as the Commodity Channel Index, whose fast response is needed for the commodity markets. A slower response
is more pratical for equity markets.

Used it Intraday as a filter.

Here is the amibroker code.....

n1 = ChannelPeriods; // Channel periods defaultvar is 10.
n2 = AvgPeriods; // Average periods defaultvar is 21.
AP = Avg; //Typical Price (High+Low+close)/3
ESA = EMA(AP, n1);
D = EMA(abs(AP - ESA), n1);
CI = (AP - ESA) / (0.015 * D);
TCI = EMA(CI, n2);


Plot the TCI line.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 12-30-2007, 10:18 AM
TranCer TranCer is offline
Junior Member
 
Join Date: Dec 2006
Posts: 3
TranCer is on a distinguished road
Can anyone transform an EA for MT3 to an EA for MT4 ?

Hi!
I have a good EA for MT3 but i am registered at a broker that accepts only MT4 ... can anyone make this EA for MT 4 ??

Thank you!
Attached Files
File Type: zip Auto Scalp trader.zip (225.6 KB, 33 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 12-30-2007, 10:42 AM
oilfxpro oilfxpro is offline
Banned
 
Join Date: Nov 2007
Posts: 374
oilfxpro is on a distinguished road
Quote:
Originally Posted by TranCer View Post
Hi!
I have a good EA for MT3 but i am registered at a broker that accepts only MT4 ... can anyone make this EA for MT 4 ??

Thank you!
Trancer

Are you going to share the method?If yes why not write a set of entry and exit rules.Enter when following conditions are met and exit when following conditions are met...........that is useful for coders to start writing codes .

If you are not going to share ,I suggest you hire a paid programmer.

If you require a free EA please post a chart ,template and detailed instructions on how to trade your method

OILFXPRO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 12-30-2007, 11:29 AM
peterdias77 peterdias77 is offline
Senior Member
 
Join Date: Mar 2006
Location: Dubai UAE
Posts: 235
peterdias77 is on a distinguished road
Smile

Trancer,

dont you have scourcecode of the EA ? if you do have it then post it. Its much easier to do the conversion with sourcecode.


Or if you dont have it, then atleast post the rules of the system, so someone can code it for you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert this into MT3 for me PLEASE scott TTM Indicators - Metatrader 4 6 08-10-2006 08:02 PM
How hard to convert to Easy Language (Tradestation) srbtop General Discussion 1 01-17-2006 02:53 PM


All times are GMT. The time now is 09:12 AM.