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

Consecutive Candles with Stochastic Filter Indicator - MetaTrader 4용 지표

조회수:
34593
평가:
(15)
게시됨:
2017.09.25 08:28
업데이트됨:
2019.02.04 15:32
CCwSF.mq4 (15.58 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator identifies consecutive High candles and consecutive Low candles. The first candle must have an (x) pip long adjustable body for the first condition to be met, the candle must also be below or equal to the 20 stochastic level for consecutive High candles or above or equal to the 80 stochastic level for consecutive Low candles. You can set your own stochastic levels.

If the above conditions are met, then the indicator looks at candle 2. Candle 2 must also have an (x) pip long adjustable body for the condition to be met, however, it is not dependent on the stochastic levels. If conditions for candle two are met then the indicator will send an alert just after candle 1 closes and place an arrow on the chart.


Inputs of interest

  • Minimum pip size for candle one. Pips in actual points, this is automatically converted for 4-digit brokers.
  • Minimum pip size for second candle.
  • Minimum pip size for third candle.
  • Turn on push notifications?
  • Turn on popup notifications?
  • Turn on email notifications?
  • Arrow? Choose between Trend_Trading, Range_Trading, or No_Arrows.
  • Candles before alert. Options are two or three
  • Verbose = Turn details on or off in Expert Tab
  • KPeriod = 5
  • Slowing = 3
  • DPeriod = 3
  • MAMethod = sma
  • PriceField = close/close
  • overBought = 80
  • overSold = 20
  • BuyColor = Green
  • SellColor = Red

For the purpose of clarity, let us divide trading styles into two types trend or range. With trend trading, if the price is going up you expect when you place your trade for it to continue in the same direction. With range trading, you expect the price to reverse so you place a trade in the opposite direction of recent movement.

So for example if three large bullish bars print according to your pip size specification and the stochastic was overbought at the time of the first bar printing are you expecting price to continue going up, and thus would like an up arrow printed on the chart, or if range trading and you would want a print down arrow at that time expecting price to go lower now that it has been in overbought territory for some time.


Trend Mode

Trend Mode


Range Mode

Range Mode


Some Inputs

Some Inputs


Verbose Mode

Verbose Mode

Simpler Trend Simpler Trend

Get a grasp of the current trend by candle colors.

All In One Divergence All In One Divergence

Indicator to trade divergence. One of 30 indicators can be selected.

News EA Template Without DLL From 2 Sources News EA Template Without DLL From 2 Sources

The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.

Simple Regression Channel Simple Regression Channel

As simple Regression Channel code for MetaTrader 4.