Forex
Google
New signals service!

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course


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

View Poll Results: Would you like to see all the lessons have been gathered in one ebook?
Yes! 1,627 96.73%
No! 10 0.59%
Dosen't matter! 45 2.68%
Voters: 1682. You may not vote on this poll

Reply
 
LinkBack (104) Thread Tools Display Modes
  #61 (permalink)  
Old 07-22-2007, 07:28 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,954
Blog Entries: 65
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 bigbear3391 View Post
So no one can help me? It still works for me. Some people me Im crazy. Butif it works for me it works for me.

can someone help me?

Bear-
Hi bigbear3391,

As I know the coders are coding for free if:
- it is interesting for them personally;
or
- it is interesting for many members of the forum.
Why?
If coder is coding something for free just for you only so this coder will have 'good job, thanks' message just from you only. If the coder is coding for free to the public for many members (if it is interesting for many members) so the coder will have this 'good job, thanks' message from many members.

Your possible EA based on 2 zigzag indicators are not simple case to do. It is not for one day coding and it is necessary to test it, improve it ater testing, may be - forward test. So, it is the project for separated thread.

Because no one wants to create bad EA. What do I mean? I mean that if coder will code this EA for you and post on the forum, and if this EA is having bad performance so people will speak about bad coder. They will not speak about bad idea. They will say: "this coder is bad because he coded EA with bad performance". And no one coder wants to be a bad coder.

If your system is not very simple to code so it is the better to create separate thread about it, post the images with indicators, made some few trades just to let the members know that your system is good. If many members will visit your thread so you will definitely have 1 or 2 coders who will be happy to code iit for free.

Sorry, I am not a coder.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 07-22-2007, 08:22 PM
bigbear3391's Avatar
Senior Member
 
Join Date: Dec 2006
Location: California USA!!!
Posts: 373
bigbear3391 is on a distinguished road
Thank You

Quote:
Originally Posted by newdigital View Post
Hi bigbear3391,

As I know the coders are coding for free if:
- it is interesting for them personally;
or
- it is interesting for many members of the forum.
Why?
If coder is coding something for free just for you only so this coder will have 'good job, thanks' message just from you only. If the coder is coding for free to the public for many members (if it is interesting for many members) so the coder will have this 'good job, thanks' message from many members.

Your possible EA based on 2 zigzag indicators are not simple case to do. It is not for one day coding and it is necessary to test it, improve it ater testing, may be - forward test. So, it is the project for separated thread.

Because no one wants to create bad EA. What do I mean? I mean that if coder will code this EA for you and post on the forum, and if this EA is having bad performance so people will speak about bad coder. They will not speak about bad idea. They will say: "this coder is bad because he coded EA with bad performance". And no one coder wants to be a bad coder.

If your system is not very simple to code so it is the better to create separate thread about it, post the images with indicators, made some few trades just to let the members know that your system is good. If many members will visit your thread so you will definitely have 1 or 2 coders who will be happy to code iit for free.

Sorry, I am not a coder.
Hello newdigital,

Thank you for your reply. I will do what you suggest.

Thanks again,

Bear-
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 07-23-2007, 04:03 AM
Member
 
Join Date: Jul 2007
Posts: 41
MQL4 is on a distinguished road
I have spent many hours trying to figure out this code:


if (MODE_ASK==121.10)
{
ticket=OrderSend(Symbol()......................... .................

I want it to buy usd/jpy on 121.10. What is the problem?

Also, can someone please write me a code syntax that can buy at a certain time?

Thank You.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 08-12-2007, 01:56 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,098
et_phonehome_2 is on a distinguished road
indicator_chart_window not working

I tried changing the line:
#property indicator_separate_window
to
#property indicator_chart_window.

The original line works on a separate window, but when I try to get it displayed on the chart window, nothing displays and the indicator is attached? Can someone help me to get this to display in the chart window?

Thanks in advance....
Attached Files
File Type: mq4 MACD line.mq4 (2.4 KB, 16 views)

Last edited by et_phonehome_2; 08-12-2007 at 01:57 PM. Reason: Missing source file
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 08-12-2007, 04:02 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,954
Blog Entries: 65
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 et_phonehome_2 View Post
I tried changing the line:
#property indicator_separate_window
to
#property indicator_chart_window.

The original line works on a separate window, but when I try to get it displayed on the chart window, nothing displays and the indicator is attached? Can someone help me to get this to display in the chart window?

Thanks in advance....
You may use currency chart in separate window and use it together with MACD. But i am affraid that it will be different scale (if use EURUSD and MACD in the same searate window). It is on this post.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 08-12-2007, 06:03 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,098
et_phonehome_2 is on a distinguished road
newdigital,

Thanks for your response. Unfortunately, its not what I am looking for. I wanted to know how I can display the MACD Line on the chart window and not as an indicator window. I have tried modifying the properties, but it does not display the MACD line.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 08-12-2007, 08:00 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,954
Blog Entries: 65
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 et_phonehome_2 View Post
newdigital,

Thanks for your response. Unfortunately, its not what I am looking for. I wanted to know how I can display the MACD Line on the chart window and not as an indicator window. I have tried modifying the properties, but it does not display the MACD line.
Only you can do is just open MACD indicator in MetaEditor to see how it was coded to have an idea about what to attach to the chat. I know that it is ema(s).

We do not have special thread about MACD yet.
We are having the following threads:
Momentum indicator
Stochastic Oscillator
Parabolic SAR indicator
http://www.forex-tsd.com/setup-quest...indicator.html

About MACD.

Code:
The MACD ("Moving Average Convergence/Divergence") 
is a trend following momentum indicator that shows 
the relationship between two moving averages of prices. 
The MACD was developed by Gerald Appel, publisher of 
Systems and Forecasts.
Code:
Appel, Gerald. The Moving Average 
Convergence-Divergence Method. Great Neck, NY: 
Signalert, 1979.
Code:
Interpretation

The MACD proves most effective in 
wide-swinging trading markets. 
There are three popular ways 
to use the MACD: crossovers, 
overbought/oversold conditions, 
and divergences.
Code:
Calculation

The MACD is calculated by subtracting 
the value of a 26-day exponential 
moving average from a 12-day 
exponential moving average. 
A 9-day dotted exponential 
moving average of the MACD 
(the "signal" line) is then 
plotted on top of the MACD.
Code:
The MACD is the difference between a 26-day 
and 12-day exponential moving average. 
A 9-day exponential moving average, 
called the "signal" (or "trigger") line is plotted 
on top of the MACD to show 
buy/sell opportunities. 
Appel specifies exponential moving averages 
as percentages. Thus, he refers to these 
three moving averages as 
7.5%, 15%, and 20% respectively.
Attached Files
File Type: mq4 MACD.mq4 (2.4 KB, 16 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 09-04-2007, 05:08 PM
Kir Kir is offline
Junior Member
 
Join Date: Sep 2007
Posts: 1
Kir is on a distinguished road
ebook ready?

Hello and thank you for the lessons!
I'm having a hard time finding them in all these threads
So my question is - has the ebook been completed?

edit:
Well, I have found that the lessons are in separate pdf files and not just scattered across threads as I thought they were.
Anyway, I've got them all now and just want to say THANK YOU to the author - this his a unique tutorial, that I have been searching the net for a few days for.
Kudos!

Last edited by Kir; 09-04-2007 at 05:19 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 09-04-2007, 05:47 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
ebook

I'm so sorry for that.
I hope the admin collect all the lessons in one zip file.
The good news is I'll start writing my new book soon.

Quote:
Originally Posted by Kir View Post
Hello and thank you for the lessons!
I'm having a hard time finding them in all these threads
So my question is - has the ebook been completed?

edit:
Well, I have found that the lessons are in separate pdf files and not just scattered across threads as I thought they were.
Anyway, I've got them all now and just want to say THANK YOU to the author - this his a unique tutorial, that I have been searching the net for a few days for.
Kudos!
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 09-04-2007, 06:24 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,954
Blog Entries: 65
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 codersguru View Post
I'm so sorry for that.
I hope the admin collect all the lessons in one zip file.
The good news is I'll start writing my new book soon.
yes, it is collected something here http://www.forex-tsd.com/general-dis...der-forex.html
Besides some members made it in one file here http://www.forex-tsd.com/66415-post5.html and here MQL4 Manual
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
mql4 course

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-4-mql-4-development-course/134-welcome-mql4-course.html
Posted By For Type Date
【MT4】MetaTrader Part9【メタトレーダー】 Post #0 Refback 08-19-2008 03:04 AM
【MT4】MetaTrader Part8【メタトレーダー】 Post #0 Refback 08-17-2008 12:49 PM
??????MetaTrader????????????? - MetaTrader???Wiki Post #0 Refback 08-17-2008 08:53 AM
【隔離スレ】MetaTrader初心者専用2【ゆとり専用】 Post #20 Refback 08-02-2008 04:59 AM
where to learn the scripting language? Post #20 Refback 07-27-2008 10:16 PM
。レMT4。ロMetaTrader Part11。レ・皈ソ・ネ・。シ・タ。シ。ロ - MetaTrader、゙、ネ、畍iki Post #20 Refback 07-07-2008 03:30 AM
【MT4】MetaTrader Part11【メタトレーダー】 Post #20 Refback 07-06-2008 08:30 AM
【隔離スレ】MetaTrader初心者専用2【ゆとり専用】 Post #20 Refback 07-03-2008 05:05 PM
FX初心者スレ Post #20 Refback 07-03-2008 10:04 AM
Automating Forex trading - HotStockMarket Message Boards - Penny Stocks | Stock Tips This thread Refback 07-02-2008 04:07 PM
。レMT4。ロMetaTrader Part12。レ・皈ソ・ネ・。シ・タ。シ。ロ - MetaTrader、゙、ネ、畍iki Post #20 Refback 06-20-2008 05:09 PM
Strategie i Systemy Forex This thread Refback 06-06-2008 03:51 PM
MQ4 Systemy Forex This thread Refback 06-05-2008 05:23 PM
Experts Advisors ? Comment 軋 marche ? - Forum Eole Trading Ltd Post #20 Refback 05-02-2008 02:56 PM
Jom Buat Ea Dan Robot Sendiri!!!! - Page 2 - CariGold Forum This thread Refback 04-02-2008 05:23 AM
Jom Buat Ea Dan Robot Sendiri!!!! - Page 2 - CariGold Forum This thread Refback 03-31-2008 11:07 AM
Jom Buat Ea Dan Robot Sendiri!!!! - CariGold Forum This thread Refback 03-31-2008 04:59 AM
faire appel a des indicateurs programm馥s dans un Expert - Forum Eole Trading Ltd Post #20 Refback 03-30-2008 08:16 PM
faire appel a des indicateurs programm馥s dans un Expert - Forum Eole Trading Ltd Post #20 Refback 03-19-2008 08:31 PM
aKiToSHi's bookmarks on del.icio.us This thread Refback 03-14-2008 01:25 AM
Programmation indicateur mq4 - Forum Eole Trading Ltd This thread Refback 03-13-2008 07:06 AM
Programmation indicateur mq4 - Forum Eole Trading Ltd This thread Refback 03-13-2008 04:56 AM
蜿醍鴫莠荳荳ェ蟄ヲMT4郛也ィ狗噪螂ス蝨ー譁ケ - 縲檎↓郤ソ蝗セ荵ヲ鬥縲 - 縲守↓郤ソ謚戊オ隶コ蝮帙 螟匁ア,螟匁ア蜈・髣ィ,螟匁ア隶コ蝮,螟匁ア遉セ蛹コ,螟匁ア菫晁ッ驥,螟匁ア莠、譏,謚戊オ,謚戊オ隶コ蝮,A閧。,閧。逾ィ Post #20 Refback 03-11-2008 12:53 PM