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

Vortex Oscillator System - MetaTrader 4용 expert

조회수:
13753
평가:
(2)
게시됨:
2010.01.07 09:33
업데이트됨:
2014.04.21 14:54
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Vortex Oscillator is an oscillator created by taking the difference between the VI+ and VI- lines of the Vortex Indicator and plotting the result as a histogram. The histogram oscillates around the zero line.

This system incorporates several features that are absent from the Vortex Indicator System. With all options turned off, the system functions as a simple reversal system, closing out a long trade on a sell signal and reversing to short, and closing out a short trade on a buy signal and reversing to long. The options include using a Stop Loss and/or Take Profit for long trades, and using a Stop Loss and/or Take Profit for short trades. It also has separate settings for the thresholds at which the Vortex Oscillator flashes buy or sell signals. When these options are turned on, the system will exit a trade as appropriate, but will not enter a new trade until there is a buy or sell signal.

I have tested the code to be sure it works as I have intended, and does indeed seem to work. However, I do not present this Expert Advisor as one that will be profitable. It is presented only as a foundation for further exploration of the Vortex Oscillator as a trading tool. My preliminary tests indicate that in its current form, it is NOT a profitable system.

DISCLAIMER: This Expert Advisor is provided as-is, and NO representation is made that this system will be profitable in real trading with real money. It is provided solely for educational purposes. Do not use it to trade your real money account with real money unless and until you have tested it and adapted it to suit your risk tolerance and trading style.

Important Note: You must have the Vortex Oscillator in your ...experts\indicators directory for this Expert Advisor to work, as it uses the iCustom() function to pull the values of the Vortex Oscillator.

Revision: External variable names Use_Buy_Stop, Use_Sell_Stop, VO_Buy_Stop and VO_Sell_Stop have been updated to Use_Buy_StopLoss, Use_Sell_StopLoss, VO_Buy_StopLoss and VO_Sell_StopLoss, respectively, to avoid confusion as to their function.

Vortex Indicator System Vortex Indicator System

A trading system based on the Trading Idea presented in the article "The Vortex Indicator" published in the January 2010 issue of Technical Analysis of Stocks & Commodities.

Vortex Oscillator Vortex Oscillator

An oscillator version of the Vortex Indicator

MACD Alert ea MACD Alert ea

alerts the user if the macd is above 0.0006 on 5m or below -0.0006 on 5m

pSAR bug pSAR bug

An expert advisor designed to open and close orders at every first parabolic SAR signal i.e. when sequence shifts from below the price to above and vice.