Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Envelopes beginner tutorial By William210 - indicator for MetaTrader 5

Views:
3351
Rating:
(5)
Published:
2023.11.28 17:41
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Good morning.

All codes, all functions have examples in the official documentation if you want.

I wanted to rewrite simpler code, easier to reuse

Whether starting out in coding,

or need a basic code to evolve quickly,

it should help you, as it helps me with my own codes


Leave a comment to tell me which one you prefer

The code from the doc or mine, and don’t forget to put a star for SEO!!!


I did other codes, still on the Mql5 iFunctions


ADX code for beginners by William210

Alligator code for beginners by William210

AMA - Adaptive Moving Average - code for beginners by William210

ATR - Average True Range - code for beginners by William210

Bands Bollinger code for beginners by William210

Ichimoku code for beginners by William210

MACDr code for beginners by William210

Momentum code for beginners by William210

Moving average code for beginners by William210

Rsi code for beginners by William210

Stochastic code for beginners by William210


And other codes, a little more advanced, to show the calculations of these indicators without using the Mql5 iFunction

AO - Awesome Oscillator - without iAO() code for beginners by William210

Donchian Channel for beginners by William210

Keltner Channel code for beginners by William210

Rsi without Irsi() code for beginners by William210


If you have code ideas to help or serve as a basis, request it on this thread

Envelopes beginner tutorial - Terminal

Envelopes beginner tutorial - Inputs

Envelopes beginner tutorial - Colors

Horizontal Grid Controller Horizontal Grid Controller

Horizontal Grid Controller with KeyEvents

Sample program for async/sync all close. Sample program for async/sync all close.

This is a simple program to compare asynchronous and synchronous all close. It is a sample program, so feel free to modify it for your own testing purposes, such as adding conditions.

Candle Time Count Down Candle Time Count Down

Current Candle To Close in x Time

Candlestick Body, High Low and Wick Range Candlestick Body, High Low and Wick Range

Click on candlestick to see its body range, high low range, upper wick range and lower wick range value.