Watch how to download trading robots for free
Find us on Facebook!
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

Mean_Indicator - indicator for MetaTrader 5

Views:
5656
Rating:
(15)
Published:
2018.11.20 12:53
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Mean Indicator displays two levels: average price of all bars of the current day and the average price of the previous day.

It has one configurable parameter:

  • Day hour begin - day start hour

The indicator works on Н1 and lower timeframes.

The color of the middle line for the current day bars changes depending on the day's bars average price direction. The downward movement of the middle line is colored red, while the upward one is colored green.


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22939

Moving Average applied price Moving Average applied price

Now you can test the indicator and select the price type from the ENUM_APPLIED_PRICE enumeration

Slope_MA_Confirmation Slope_MA_Confirmation

Slope Direction Line / Moving Average confirmation candles indicator

Candle_Range_Envelop Candle_Range_Envelop

Candle Range Envelop indicator

RL algorithms RL algorithms

Libraries based on the article "Random decision forest in reinforcement learning"