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

Trend continuation factor (of average) - MetaTrader 5용 지표

조회수:
8160
평가:
(14)
게시됨:
2018.12.08 14:26
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory :

Indicator based on M.H.Pee's article "Just How Long Will A Trend Go On? Trend Continuation Factor".

Because trends are an important component of the market, it is imperative you can detect them. However, it's not enough to just identify a trend. It's also crucial to be able to tell the direction of the current trend.

Although trends can make you the most money in the shortest time when you are in sync with them, they can also cause you to sustain heavy losses if your position is in the opposite direction. To avoid getting caught in such a situation, I created the Trend Continuation Factor (TCF), an indicator that identifies the trend and its direction.

But there are big differences compared to original too.

  • price pre-smoothing (filtering) added in order to avoid multiple false signals
  • the calculating method is changed in order to produce "directional" result (unlike the original, like this version Trend Continuation Factor for example). That produces results that are very different than the original, and probably easier to use in trading decisions

Usage :

You can use color changes as signals

The usual "big picture" example :



ms-Сandle. Candle direction indicator, gaps in quotes. ms-Сandle. Candle direction indicator, gaps in quotes.

The indicator determines the direction of the bar based not only on the Open/Close prices. Gaps and gaps in quotes are also determined.

Trend trigger factor - discontinued signal line(s) Trend trigger factor - discontinued signal line(s)

Trend trigger factor - with an addition of discontinued signal line(s)

Trend detection index Trend detection index

Trend detection index

Trade signal based on PullBack and Candle (for MQL5 Wizard) Trade signal based on PullBack and Candle (for MQL5 Wizard)

This is the trading signal of PullBack and Candle. The expert code for this strategy is automatically generated by the MQL 5 wizard.