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

Custom Bollinger Bands - MetaTrader 4용 지표

MetaQuotes Software Corp. | Korean English Русский Deutsch 日本語
게시자:
Achmad F. Ibrahim
조회수:
38878
평가:
(31)
게시됨:
2015.09.24 10:01
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

The original code is from Bands.mq4 by MetaQuotes Software Corp.

Bollinger Bands with customizable moving average method and applied price.

Available moving average methods:

  • Simple
  • Exponential
  • Smoothed
  • Linear weighted
Available applied prices:

  • Close price
  • Open price
  • High price
  • Low price
  • Median price
  • Typical price
  • Weighted price

Inputs

History Dump CSV with heat map for Excel analysis History Dump CSV with heat map for Excel analysis

This script creates a .CSV file of your order history so you can import it into Excel and analyse it using the calculated heat map slots and other calculated values. All trading attributes are extracted from the history and output to the .CSV file. Updated version 1.03 (about 27KB) has NetProfit, OpenDay, OpenHour, OpenSlot, CloseDay, CloseHour, CloseSlot, DurationMinutes, PotentialWinPips, PotentialLossPips and others. The file is tab delimited for easier conversion from text to columns in Excel. Times are server time. Handles 4 and 5 digit brokers and 2/3 and 4/5 point value pairs, e.g. JPY correctly.

CCI on Step Channel CCI on Step Channel

This version of CCI indicator uses median line of the Step Channel indicator.

Authenticate into an MT4 account from MQL4 (tested in build 880) Authenticate into an MT4 account from MQL4 (tested in build 880)

MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+.

Basic Trailing Stop Basic Trailing Stop

An EA template to add a simple trailing stop to your strategy.