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. Its 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.
How can I write an idicator and an EA that references multiple levels?
In this case I have a Floor_Pivots_Hourly.mq4 indicator (attached) that draws Pivot Point, R1, R2, R3, and S1, S2, S3 levels on 1-5 min chart.
I presume that I should use return() function, so that the EA can reference it, right? How do I do that?
Lets assume that I want to write a simple central tendency strategy/EA that will go LONG when the Closing Price of the Bar closes above the S1 level (with previous bar's closing price being below the S1 level). Short would be vice-versa.
Hi Codersguru,
really want to appreciate your effforts in submitting teaching on how to write codes for Mt4 trading.Please keep up the good work.
Can I also have the series forwarded to my e-mail?
Thanks
thank u to u of u'll hard works on completing the books of MQL4 Programming... based "C"... i'm speechless & feel how kind of u make us more 'knowledgeable' in MQL4...
To start a huge pat on the back for your kindness in helping those who need it.
Now this may be too simple a question...I have used the search function but can't seem to get it narrowed down.
I have an mql file and would like to know how to change it to an ex4 file...just to hide the logic (I know there are decompilers out there, but only those keen enough will actually use one)
To start a huge pat on the back for your kindness in helping those who need it.
Now this may be too simple a question...I have used the search function but can't seem to get it narrowed down.
I have an mql file and would like to know how to change it to an ex4 file...just to hide the logic (I know there are decompilers out there, but only those keen enough will actually use one)
Thanks
ex4 it's a compiled mq4.
When you hit the compile button on the metaeditor (where you're working with mq4) you get a ex4 file.
Also, If you download an indicator to the indicators folder. When you start (or restart) MT4, an ex4 file is generated automatically.
And some things like this examples. MT4 works with ex4 files only.
To start a huge pat on the back for your kindness in helping those who need it.
Now this may be too simple a question...I have used the search function but can't seem to get it narrowed down.
I have an mql file and would like to know how to change it to an ex4 file...just to hide the logic (I know there are decompilers out there, but only those keen enough will actually use one)
Thanks
hmmm if u want to compile an .mq4 file to .ex4 file just 'click' "compile" at MetaEditor only.. that its...
for other reasons to decompile those files like '.ex4' to source code '.mq4', u need decompiler program.. or else u need to pay some of quality programmer here to decompile ur files...1st change .ex4 to .exe then we can reversed the code to source code...if i'm not mistaken...