
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
what time of the day, the broker forms new daily candles?
How to link together multiple EA’s in under 15 minutes!
Text objects on the chart coding.
objects: set time zero+- X distance
Best way to add MaxBarsToCount (History) to the limit
How to paint "Close/High" in seperate window.
How to code the expiration for pending orders.
DLL:
- MT4 Files Functions Replacement
- Create your own MetaTrader extension (dll) + video about how to do it.
- Net DLL wrapper
- dll tutorial for Visual Studio 2005
Timefilter:
- how to set EA's time in timefilter is on this post and this page.
- how to code timefilter in EAs (codes) is here.
- "Non-Trading Hours" on the screen fixing: example code; now it displays "Trading Hours" during trading hours and "Non-trading Hours" during non-trading hours. Thanks Locutus.
- how to code time filter: public thread.
Solution to computer restarts, keep those EAs running: some good suggestion about.
MM (money management) calculation, indicators, discussion, tools: calculate your lot size and so on. Original thread with several versions.
Magic number:
- Automatic Magic Function: small thread about how to do it.
- how to put magic number in EA: small elite section thread.
- magic number: small thread with explanation.
How to create your own code Wizard Templates.
Creating Custom symbol Set File.
Automatic Time Control.
SpeechText back to live!
Signal Transmitter/Receiver: tool to send/receive text messages between MT4 instances.
Create your own .wav alerts.
Thread about copy trades to one or many Metatraders from many brokers from demo or/and real and so on with many combination of EAs or manual testing.
There are some functions explanation:
- Professional MM function by Nicholishen.
- Money managment function by Kalenzo.
- some simple MM codes.
- FILE_READ | FILE_WRITE function.
- DefindTrade(..) function by phoenix.
- Date format function.
- alert display function.
- sleep() function.
- Function for high and low.
- iCustom function: good threa by Codersguru.
- email/sms functions links.
- all the functions by Codersguru website.
- Function that returns an Array.
- IsStopped( ) function.
- How to use Hour() function.
- Function to effectively close all orders.
- Alert Once.
- Alerts: many functions and examples.
- Very IMPORTANT for ALL MTF indicators.
- Easy iCustom and Alerts!: very good thread by Codersguru.
- Highest high.
- How to alert only at candle close.
- icustom function links.
- zero devide fixing.
- the other money management functions.
- how to code one order per MetaTrader, or one order per simbol (eurusd, gbpusd ...), or one order per chart.- drawdown code.
- drawing rectangles on charts.
- #import function.
- How to set custom color in the indicator code.
- MetaTrader 4 *.mqh File.
- Change arrows or dots or text.
EA instant order requote problem: the thread with codes.
Mt4 and DDE: some programming issue.
Code to check the spread.
Hidden SL and TP
EA to only allow to work on Demo account and not Live account.
Difference between if(Close[1] == Open[1]) and if (iClose(NULL,0,1) == iOpen(NULL,0,1)).
Random Number Generation.
How to add multiple account # authorization in EA