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

A candlestick-based chart based on histograms Ang_Zad_C_Hist calculated on the Open, High, Low, and Close timeseries of the price chart. Growing candlesticks are made in blue colors, while falling candlesticks are in pink ones. Growing candlesticks, the close prices of which have grown as compared to the preceding candlesticks, are bright, while pale colors are used for falling close prices. Falling candlesticks with falling close prices are bright pink, those with the growing ones are pale pink.

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input double ki=4.000001;  // Indicator smoothing ratio 
input int Shift=0;         // Horizontal indicator shift in bars 

Fig 1. Ang_Zad_C_Hist_Candle

Fig 1. Ang_Zad_C_Hist_Candle

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21154

VR Atr pro Lite MT5 VR Atr pro Lite MT5

Indicator Atr Lite calculates the average price motion

Candle shadows v1 Candle shadows v1

Candlestick size and shadow analysis. In OnTradeTransaction, opening (DEAL_ENTRY_IN) and closing (DEAL_ENTRY_OUT) the positions are intercepted, as well as closing by Stop loss (DEAL_REASON_SL).

SymbolX SymbolX

This indicator calculates the index of a given currency, using the USD index. The Close prices of six currency pairs are used to calculate the index.

SymbolX_Candle SymbolX_Candle

This indicator calculates the index of a given currency, using the USD index. It is based on indicator SymbolX, but four prices are used for calculations: OHLC instead of just one Close price.