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

Fractals Modified - MetaTrader 4용 지표

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

Description:

This indicator is a small modification of classical Fractals Indicator.

You can choose the number or left/right bars to have a new top or bottom as well a shift parameter.

In the following chart you can see the indicator with parameter values:

  • leftbars=10;
  • rightbars=10;
  • shift=0.

The parameter leftbars/rightbars indicates the necessary number of bars to the left/right to have either a bottom or a top. Instead, the last parameter, shift, can be choosed to be 0 to have a good visualization of the top/bottom levels.

However, in order to use this indicator it should be convinient to choose it as maximum between leftbars and rightbars. It is in this moment when the top/bottom is created.

In the following chart you can see the same as before with parameters:

  • leftbars=10;
  • rightbars=10;
  • shift=10.


Remarks:

I attached a new version of FractalsMod indicator. This new version only admits two external variables leftbars/rightbars. You can show here a chart with this indicator with parameter values:

  • leftbars=10;
  • rightbars=10;


Note that the indicator is not defined for bars 0,...,rightbars. Therefore, in order to use this indicator in an EA you have to define either

double FractalsUp = iCustom(NULL,0,"FractalsModv2",leftbars,rightbars,0,rightbars+1);

or

double FractalsDown = iCustom(NULL,0,"FractalsModv2",leftbars,rightbars,1,rightbars+1);

popup tip: any bar's local time popup tip: any bar's local time

popup tip: any bar's local time, with help of a verticle line.

Awesome Bar Counter Awesome Bar Counter

This is a indicator to see if you can find a trend by drawing a graph with bars counted.

Mad Trader Mad Trader

GBPJPY 5M Only. Good luck.

Artificial Intellegence optimized by Pramod Baviskar Artificial Intellegence optimized by Pramod Baviskar

Artificial Intellegence (by Reshetov) original code is optimized with higher returns and accuracy for positional traders.