chance6426: I am thinking this is easy, but even if I find all 3 parts, I would need them put together.
- Is it easy (or difficult) to …? - General - MQL5 programming forum
-
You have only four choices:
- Search for it,
- learn to code it. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
- Beg at Coding help - MQL4 and MetaTrader 4 - MQL4 programming forum or Need help with coding - General - MQL5 programming forum or Free MQL4 To MQL5 Converter - General - MQL5 programming forum or Requests & Ideas (MQL5 only!),
- or pay (Freelance) someone to code it.
No free help
urgent help.
Thank you, I thought I would try.
What site would be best to learn MQL4 and merging indicators?
chance6426: Thank you, I thought I would try. What site would be best to learn MQL4 and merging indicators?
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2017.09.16 05:40
Expert Advisor Programming for MetaTrader 4
This book will teach you the following concepts:
- The basic of the MLQ4 language, including variables and data types, operations, conditional and loop operators, functions, classes and objects, event handlers and more.
- Place, modify and close market and pending orders.
- Add a stop loss and/or take profit price to an individual order, or to multiple orders.
- Close orders individually or by order type.
- Get a total of all currently opened orders.
- Work with OHLC bar data and locate basic candlestick patterns.
- Find the highest high and lowest low of recent bars.
- Work with MetaTrader’s built-in indicators, as well as custom indicators.
- Add a trailing stop or break even stop feature to an expert advisor.
- Use money management and lot size verification techniques.
- Add a flexible trading timer to an expert advisor.
- Construct several types of trading systems, including trend, counter-trend and breakout systems.
- Add alert, emails, sounds and other notifications.
- Add and manipulate chart objects.
- Read and write to CSV files.
- Construct basic indicators, scripts and libraries.
- Learn how to effective debug your programs, and use the Strategy Tester to test your strategies.
All of the source code in this book is available for download, including an expert advisor framework that allows you to build robust and fully-featured expert advisors with minimal effort.
Thank you! This is awesome....Looks like I got work to do! But tell me, does this look very challenging?
chance6426:
To a regular programmer, probably not. To a newbie, very.
Thank you! This is awesome....Looks like I got work to do! But tell me, does this look very challenging?

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
I am thinking this is easy, but even if I find all 3 parts, I would need them put together.
Maybe someone could help.
Conditions:
All timefames on real or demo
MACD above or below 0 above/green - below/red
HMA 200 red/green bear/bull
HMA 10 red/green bear/bull
Arrow up or down and alert on close of last candle when all 3 meet same color
(Bonus) Text next to arrow with 14 Day ATR
Thanks in advance!