Forex
Google

Go Back   Forex Trading > Programming > Metatrader Programming
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
  #41 (permalink)  
Old 12-19-2006, 06:54 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,222
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by mhdeaton
cool thanks...

your link mql4 development course; doesnt seem to work can you fix it ?

Thanks again

Mhdeaton
You mean first link?
It's working http://www.forex-tsd.com/metatrader-...opment-course/
It is the subforum in two sections:
- http://www.forex-tsd.com/questions/
and
- http://www.forex-tsd.com/lessons/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old 12-22-2006, 08:26 PM
waaustin waaustin is offline
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
Reverse Order Coding Help

Hello all.

I Need some help with coding an EA I'm working on. Could someone here please point me to any threads that discuss or give me examples of how to close the current order and reopen a new order in the reverse direction when i get a signal that my original order conditions have reversed?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 12-26-2006, 12:51 AM
Yoda_Glenn Yoda_Glenn is offline
Senior Member
 
Join Date: Nov 2006
Posts: 121
Yoda_Glenn is on a distinguished road
How do you load in templates?

I know how to load in presets, but I how do you load a template for an EA? Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 12-26-2006, 04:05 AM
celdred2 celdred2 is offline
Junior Member
 
Join Date: Dec 2006
Posts: 2
celdred2 is on a distinguished road
Question Newbie needs MT4 help

First time DL and about to use MT4. Help files are no real help. I just need to be shown, once I hope,
1) HOW TO input a pre-written indicator from this forum into MT4 and have it work,
2) how to pass on the data via DDE into Omega Prosuite/Metastock. I have enabled DDE in MT4, but nothing happening over the border in Omega/Metastock

Appreciate the advice given re. shonky brokers too. Seems FXDD are fair enough to start with?

Thanks for your time any help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 12-26-2006, 04:39 AM
luxinterior luxinterior is online now
Senior Member
 
Join Date: Nov 2006
Posts: 125
luxinterior is on a distinguished road
Not sure about answer to number two but to use an indicator just put the file in your 'indicators' folder in the root of your MT4 installation for example C:/MT4/experts/indicators

Then restart MT4 and you're set.

I'm sure somebody else will be able to help you with your second question.

Regards

Lux
__________________
Build An Expert Advisor. FREE E-course As Seen On TV
ForexArea.com
Users of Gap Trader from 'Forex-Assistant' MUST Read This
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 12-26-2006, 07:02 AM
prasxz prasxz is offline
Senior Member
 
Join Date: Jun 2006
Posts: 1,028
prasxz is on a distinguished road
Dde

Quote:
Originally Posted by celdred2
First time DL and about to use MT4. Help files are no real help. I just need to be shown, once I hope,
1) HOW TO input a pre-written indicator from this forum into MT4 and have it work,
2) how to pass on the data via DDE into Omega Prosuite/Metastock. I have enabled DDE in MT4, but nothing happening over the border in Omega/Metastock

Appreciate the advice given re. shonky brokers too. Seems FXDD are fair enough to start with?

Thanks for your time any help.

I knew this link is not related with your question....but hope this can help you out

MT4 Monitor - MT4 DDE in visual basic 6.
maybe codersguru can help you...


==================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 12-26-2006, 11:51 AM
celdred2 celdred2 is offline
Junior Member
 
Join Date: Dec 2006
Posts: 2
celdred2 is on a distinguished road
Smile

Thank you for that. So easy, why the hey doesn't the Help say so?
Anyone help with DDE from the 3rd Party side?
Thanks again, appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old 12-31-2006, 05:09 PM
giapel giapel is offline
Senior Member
 
Join Date: Jun 2006
Posts: 235
giapel is on a distinguished road
function to convert real data to modeling control points

Someone has a function that convert real data to modeling control points used to test EA ?

..., when i test EA i use "Method of modeling control points ", when i test EA for forward-testing on market i use real data, now : if EA uses data (converted from real data) used for testing I have the same results of testing

can you hep me ?

thank you, and happy new year

giapel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old 01-02-2007, 05:56 PM
Oiler Oiler is offline
Junior Member
 
Join Date: Jan 2007
Posts: 1
Oiler is on a distinguished road
Question MQL - Drawing Trend Line segments

I'm writing up an indicator based on TDMovingAverage (a moving average which hides during ranged markets and shows during trending markets). Could anyone give me some hints on how best to draw this?

Is there some constant I can use when setting the indicator value so it doesn't get drawn? I was toying around with DRAW_LINE using Dot objects and just setting the dots to 0 when in ranging markets. This effectively hides them but I'd still like to investigate using lines.

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old 01-06-2007, 08:04 AM
TheWicker's Avatar
TheWicker TheWicker is offline
Member
 
Join Date: Apr 2006
Posts: 49
TheWicker is on a distinguished road
Converting a MT4 system template to eSignal and Metastock

I need a professional to convert a system in metatrader to esignal and metastock softwares. The prize is the rules to the system.
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
Learning Cycles For New Traders Dan7974 General Discussion 350 01-18-2008 06:04 PM
Learning to code for autotrading GoatT Metatrader Programming 8 01-10-2007 08:55 PM
Self learning expert mrtools Expert Advisors - Metatrader 4 32 10-22-2006 05:29 PM


All times are GMT. The time now is 02:28 AM.