거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
5794
평가:
(15)
게시됨:
2018.11.20 12:53
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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"