New to MQL. Looking for a free EA/published EA MetaTrader 4

 

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!

 
chance6426: I am thinking this is easy, but even if I find all 3 parts, I would need them put together.
  1. Is it easy (or difficult) to …? - General - MQL5 programming forum

  2. You have only four choices: We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using SRC) and the nature of your problem.
              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

Something Interesting to Read

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:

Thank you! This is awesome....Looks like I got work to do! But tell me, does this look very challenging?

To a regular programmer, probably not. To a newbie, very.
Reason: