Forex
Google

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course
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
  #1 (permalink)  
Old 08-19-2006, 02:17 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Wink Easy Language Tutorial!

Hi folks!

I'll start soon writing a tutorial in Easy Language!
I want to hear your opinion and is it worth the time?
__________________
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
  #2 (permalink)  
Old 08-19-2006, 02:22 PM
fccheah's Avatar
fccheah fccheah is offline
Junior Member
 
Join Date: Jun 2006
Location: Asian
Posts: 2
fccheah is on a distinguished road
What is a Easy Language ? Is it something similar to MQL4 and what can it be use for ?

I am new to FX and hope to know more about FX trading using MQL4, please advise where should i start ? Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-19-2006, 02:38 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Lightbulb El!

Quote:
Originally Posted by fccheah
What is a Easy Language ? Is it something similar to MQL4 and what can it be use for ?

I am new to FX and hope to know more about FX trading using MQL4, please advise where should i start ? Thanks
Hi fccheah,

Welcome to the world of MQL4!

The Easy Language is the programming language of TradeStation and the most of the MQL4 indicators have been converted from this language to MQL4. So, it's very important to the MQL4 programmers to know it.

To start with MQL4 programming, I recommend go to metatrader.info and reading my tutorial !
__________________
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
  #4 (permalink)  
Old 08-20-2006, 03:28 AM
goover goover is offline
Member
 
Join Date: Feb 2006
Posts: 43
goover is on a distinguished road
Quote:
Originally Posted by codersguru
Hi folks!

I'll start soon writing a tutorial in Easy Language!
I want to hear your opinion and is it worth the time?
It's good to hear that. I would like to learn that also but can't find any info. I think it would be great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-20-2006, 05:51 AM
tirou tirou is offline
Senior Member
 
Join Date: Feb 2006
Posts: 110
tirou is on a distinguished road
Quote:
Originally Posted by codersguru
Hi folks!

I'll start soon writing a tutorial in Easy Language!
I want to hear your opinion and is it worth the time?
There will not be any second opinion.We are eagerly waiting for your lessons.Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-23-2006, 06:01 PM
De Vinci's Avatar
De Vinci De Vinci is offline
Senior Member
 
Join Date: Nov 2005
Posts: 144
De Vinci is on a distinguished road
Talking

deleted post - see my other message below on the same thread.......

Last edited by De Vinci : 08-24-2006 at 05:49 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-23-2006, 06:52 PM
pip-gandalf pip-gandalf is offline
Member
 
Join Date: Mar 2006
Posts: 53
pip-gandalf is on a distinguished road
mq

mq4 is manipulated by brokers, so we need to convert from mq4 to tradestation.
does anyone know a tool which converts mq4 to easy language?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-23-2006, 07:29 PM
cubesteak's Avatar
cubesteak cubesteak is offline
Senior Member
 
Join Date: Jul 2006
Location: Southern California
Posts: 163
cubesteak is on a distinguished road
Quote:
Originally Posted by pip-gandalf
mq4 is manipulated by brokers, so we need to convert from mq4 to tradestation.
does anyone know a tool which converts mq4 to easy language?

What do you mean by "mq4 is manipulated by brokers"??? How can they manipulate binary code that is compiled and running???

That makes me worried!! Please elaborate...

Yet, to do so would require one of two things:

1. intervening in a just in time compilation process and changing the code - MT4 does not use JIT Compilation as MS Visual Studio unmanaged C++ doesn't do it...

2. manipulation of running binary code. That would require either an extremely sophisticated assembly level programatic manipulation tool that can do its dirty work in milliseconds (to provide such quick order fills, etc.) or on the fly decompilation with programmatic source code pattern recognition. Both of these technologies are in their extreme infancy and it is HIGHLY unlikely that they are being used.

How would a broker benefit from manipulating your MQ4? Why would they want to? I would think that there are enough bad traders out there so that they can profit without this level of meddling.

Now, running stops is a different matter altogether, but no programming language will help us with that!

Can you elaborate on your comment?

Best regards,
Cubesteak
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-24-2006, 05:34 PM
De Vinci's Avatar
De Vinci De Vinci is offline
Senior Member
 
Join Date: Nov 2005
Posts: 144
De Vinci is on a distinguished road
Red face



Well....Here it is, a file containing the following EasyLanguage Books ( EasyLanguage version is probably quite old ( for TS 2000 i to TS 6 / 7 ..), but anyway useful...) :


David Jennings Code Snippets & How To's ( MetaStock, TradeStation, & AIQ ).pdf

EasyLanguage Manual.pdf

Getting Started With Tradestation Easylanguage.pdf

Simple And Series Functions In Easylanguage - Jurik.pdf

Strategy Trading - By Tradestation Technologies.pdf

Tradestation - Easy Language for TradeStation - Getting Started.pdf

TradeStation - EasyLanguage Reference Guide.pdf

Wiley - Building Winning Trading Systems with TradeStation, 2003.pdf

Jack_Schwager's (OMEGA RESEARCH) Complete Guide To designing and Testing Trading Systems CD (
POWER POINT).rar

STAD ( Strategy, Trading and Development ) - Easy Language Vol 1-13 - Omega Research - (CloneCD).rar
( to burn on acd with a burning program supporting CloneCD format )

Just go to :

http://www.megaupload.com/?d=4DK9BYN3

Bye

DV
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-24-2006, 05:48 PM
JoZo's Avatar
JoZo JoZo is offline
Senior Member
 
Join Date: Feb 2006
Location: Croatia
Posts: 409
JoZo is on a distinguished road
Thanks alot codersguru!!!

I'm using www.prorealtime.com so I want to learn how to make my own indicator.

Thanks again
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
CATFX50 tutorial , help us dellan CatFx50 20 06-12-2007 10:38 AM
Forex Tutorial Site. cumminsj Documentation 4 08-16-2006 10:13 AM
How hard to convert to Easy Language (Tradestation) srbtop General Discussion 1 01-17-2006 02:53 PM
Foreign language posts forexts Announcements Blog 0 12-04-2005 09:37 PM


All times are GMT. The time now is 09:41 PM.