Mql5 code idea of indicators for beginners?

Gerard Willia G J B M Dinh Sy  
Hello
Are you okay?

I am looking for ideas for developing indicators for the dummies .

These codes will be put in CodeBase and therefore free. 
These codes will be very simple and therefore a very good support to start learning because that's the goal.
The beginner, or the confirmed can very easily complicate them for their own needs

I focus only on indicators, no EA, no script, no library

Thank you 
phade  

Just say "for dummies", you don't need to say for the "youngest"

It would have helped me when I was a MQL5 dummy. 

Do stuff with OnChartEvent maybe

- abdi  

Code Base

ATR Value Indicator

Hossein Nouri, 2018.06.26 11:34

An indicator for displaying ATR (Average True Range) value in pips or points with option for setting multiplier.

This indicator has many writings on the chart and the previous entries are not lost when the time frame is changed

I have one that can help you, but I don't have the code
It is in Persian language

[zip archive link redacted by moderator]
Only if you make a indicator about ATR
Please send it to me
Thank you for giving me your time
Chioma Obunadike  
Gerard Willia G J B M Dinh Sy:
Hello
Are you okay?

I am looking for ideas for developing indicators for the dummies .

These codes will be put in CodeBase and therefore free. 
These codes will be very simple and therefore a very good support to start learning because that's the goal.
The beginner, or the confirmed can very easily complicate them for their own needs

I focus only on indicators, no EA, no script, no library

Thank you 

Make

1. macd indicator merged with ma

2. Multi symbol alert EA that only sends alert once a day when price touches a zone 

3. Risk to reward indicator 

In your free time you can add

1. Copytrading EA

Soewono Effendi  
identify "price jumps", similar to ATR on lower timeframes and then provide "prediction" based on "pattern" (if available) on higher timeframes.

good luck.
Gerard Willia G J B M Dinh Sy  

Hello and thank you for your ideas
So here are the codes that are already done

ADX code for beginners by William210 https://www.mql5.com/fr/code/46308

Bollinger Bands code for beginners by William210 https://www.mql5.com/en/code/46194

Ichimoku code for beginners by William210 https://www.mql5.com/en/code/46250

MACD code for beginners by William210 https://www.mql5.com/en/code/46224

Momentum code for beginners by William210 https://www.mql5.com/en/code/46294

Moving average code for beginners by William210 https://www.mql5.com/en/code/46062

Rsi code for beginners by William210 https://www.mql5.com/en/code/46158

Stochastic code for beginners by William210 https://www.mql5.com/en/code/46331

There I planned to do the OBV then the ATR because obviously it is in high demand


For everything related to RR and other aspects of money management, it will wait a little, because I will still stay on the indicators for a while, but thank you for the idea, it confirms the needs

I'm going to do some tests and if this is confirmed, I could very quickly evolve the codes already proposed with more options

I'll send you friend requests to make it easier to keep in touch

THANKS

ADX code for beginners by William210
ADX code for beginners by William210
  • www.mql5.com
ADX beginner tutorial to learn how to code in MQL5
phade  
Gerard Willia G J B M Dinh Sy #:

Good morning.

I really like the idea of an rsi without using the function, because on irsi we cannot give the type of moving average, namely an SMA.

Redoing the code would allow me to add another type of average, an exponential for example, and would allow me to show other aspects of the code.

THANKS

well you could use iMA with iRSI, but I'd like to see the inner workings of the RSI algo (and how it can work in MQL5 with more customizability and more control)

Reason: