거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

PriceHistogram OnClick Event - MetaTrader 4용 지표

조회수:
20727
평가:
(19)
게시됨:
2015.07.29 11:15
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator shows four price histograms when a click event is fired.

Personally, I made it for the check at the time of development, but it was shared.

Updates (30/07/2015):

v 1.01

  • Eliminated bugs due to the InpCalcTime does not work.
  • Changed the BinRangeScale from 6 to 4.

v 1.02

  • A large bug was found. Please use here.
before:
   calc_histgram(lt_vh,lt_vhZO,m30high,m30low,m30vol,offset,limit,InpBinRange*8,lt_period);
   calc_histgram(mt_vh,mt_vhZO,m30high,m30low,m30vol,offset,limit,InpBinRange*8,mt_period);

after:
   calc_histgram(lt_vh,lt_vhZO,m30high,m30low,m30vol,offset,limit,InpBinRange*BinRangeScale,lt_period);
   calc_histgram(mt_vh,mt_vhZO,m30high,m30low,m30vol,offset,limit,InpBinRange*BinRangeScale,mt_period);

...it is my stupid error.

Display:

  • Red — 1-day histogram (use M5 timeframe).
  • Gold — short term histogram (use M5 timeframe).
  • Pink — medium term histogram (use M30 timeframe).
  • Blue — long term histogram (use M30 timeframe).

This is new version (v1.02)

price histgram on click v1.02

This is old version (v1.00)

PriceHistogram OnClick

Settings:

PriceHistogram OnClick settings

News Hour Trade News Hour Trade

Expert Advisor I have developed for News Time Trading (set time and leave it).

Hull Moving Average Hull Moving Average

The Hull Moving Average (HMA) is an extremely fast and smooth Moving Average that almost eliminates lag altogether and manages to improve smoothing at the same time.

DXWeekSnR DXWeekSnR

Indicator of support and resistance levels based on Open Close High Low Weekly Candle.

PriceHistogram Channel PriceHistogram Channel

This indicator shows channels using the price histogram.