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

Basket Chart Creator - MetaTrader 4용 스크립트

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

Real author: MetaQuotes Software Corp., Khalil Abokwaik

The script creates user defined basket of pairs as an offline MetaTrader 4 chart on the desired time frame, and continues to update the chart on new ticks until it is manually stopped.

The basket chart can be used for analysis or even traded via an expert advisor.

Basket price calculation is based on the Geometric Mean method.

As long as it is meaningful to the trader, a basket can contain any type of instruments (currency pairs, stocks, metals, indexes ... etc).

Weights can be applied to basket contents in order to normalize is price.

Inputs:

  • Basket_Name : Basket Chart Name (example : #COM#)
  • Time_Frame : Time frame of the basket offline chart (example : H1)
  • Pairs : Basket instruments separated by commas (example : AUDUSD,NZDUSD,USDCAD,EURAUD,EURNZD,EURCAD,GBPAUD,GBPNZD,GBPCAD)
  • Pairs_DW : Directional Weights of basket instruments seperated by commas (example : +1 , +1 , -1 , -1 , -1 , -1 , -1 , -1 , -1).
    • + is used if the direction of the instrument is the same as the basket direction. The plus sign is optional
    • - is used if the direction of the instrument is opposite to the basket direction
    • weights can be fractions (0.25, 6.5 ... etc)
  • Template_Name : Name of the template that you like to be automatically applied to the basket chart. (example : ADX)

Sample Baskets:

  • Commodity Currencies basket containing all pairs of AUD, NZD and CAD
  • Precious Metals (Gold, Silver, Platinum, Palladium)
  • Yen Index (USDJPY, GBPJPY, EURJPY ... )
  • Technology Stocks (AAPL, IBM ...)


About:

About

Inputs:

Recommendations:

  • It is recommended to apply the script on M1 chart (any currency pair).
  • The quality of the basket chart history is highly dependent on the history data quality of its instruments.
News EA Template without DLL News EA Template without DLL

Template EA that downloads news without the use of DLL.

TypeToBytes TypeToBytes

Byte-wise operation with structures and standard data types.

PA adaptive MACD PA adaptive MACD

Phase accumulation adaptive MACD - completely adaptive MACD

TimeToNextCandle TimeToNextCandle

This indicator shows how much time remaining to the next bar opening.