Mql5 code idea of indicators for beginners?

 
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 
 

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

 
phade # :

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

There it's done :-)
English is not my mother tongue.

So far I have already made a few
I have already made the codes for

Bollinger Bands
MACD
Ichimoku Cloud

But haven't done the docs yet

And I planned to do

momentum
ADX
stochastic
OBV

 

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
 

Hello.

With pleasure,

I still have some free codes to do and as soon as I have some time, I do it to you so that you can learn to develop by yourself.

I have taken note of the creation of an ATR. If others have requests for free indicator codes....

 
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

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

good luck.
 

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
 

It would be cool if you make an RSI indicator that constructs the algorithm in a function (not using iRSI)

I tried to do it, but what I did doesn't work as well as iRSI. So I'm interested in the scaling that should make the plot come out well

 

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

 
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: