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

Support Vector Machine Indicator - MetaTrader 5용 지표

조회수:
17971
평가:
(30)
게시됨:
2013.01.21 16:03
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This indicator uses support vector machines to analyse indicator data and signal future trades. Buy trades are signalled by a green ‘up’ arrow with sell trades signalled by a red ‘down’ arrow.

Support Vector Machine Indicator: GBPJPY 1hr 

The process adopted by this indicator is as follows:

  1. Select what indicators are to be used as inputs for the support vector machine.
  2. Collect historical indicator and price data for the current symbol.
  3. Use this historical data to determine what trades would have been successful if they had been taken.
  4. Feed this data to the support vector machine and use it for training.
  5. Use the trained support vector machine to signal future trades.

This indicator uses the Support Vector Machine Learning Library available from the metaquotes market place to achieve support vector machine functionality.

When the custom indicator is first attached to the chart, it populates the chart with historical buy/sell trades that would have been successful. It is these data points that are used to train the support vector machine, then on any bar thereafter the indicator uses the model produced by the trained support vector machine to predict any future trades.

This is a simple indicator used to demonstrate how support vector machines can assist in signalling trades. I recommend you optimize inputs used for the support vector machine to maximise your results. Some examples components you may wish to modify are:

  • The number of inputs used (this can theoretically be from one to infinity)
  • The indicator types (this can be any built-in/custom indicator)
  • The offset in indicator data (this can be changed to allow passing in a snapshot of an indicator i.e. the past 5 bars)
  • The number of Training Points to be used.

TMA TMA

Triangular Moving Average (TMA). The main weight goes for the average part of the price series. In fact, the Moving Average is a double smoothed simple Moving Average

Cronex_T_DeMarker_GF Cronex_T_DeMarker_GF

The trend indicator with divergence histogram.

Exp_SuperWoodiesCCI Exp_SuperWoodiesCCI

The trading system drawn on the basis of the signals of the SuperWoodiesCCI indicator

channel_breakout_entry channel_breakout_entry

The market volatility indicator