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

KoliEr Bands, Bollinger Bands ® - MetaTrader 4용 지표

[삭제]
조회수:
17189
평가:
(2)
게시됨:
2010.03.03 08:44
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author:

KoliEr Li (http://kolier.li)

KoliEr Bands give you a step by step view for support and resistant levels.

If Bollinger Bands is Batman, KoliEr Bands is Robin.

Use them together.

Red and solid lines is KoliEr Bands.

Blue and dot lines is Bollinger Bands

Logic:

Use the average value of the highest and lowest price from the period bar to now as Center Line.

Upper and Lower bands are Deviation of close price.



Parameters:

  • extern string IndicatorName = "KoliErBands";
  • extern int BarsToCount = 0; // Set to 0 to count all bars
  • extern int KB_Period = 14; // Peroid of KoliEr Bands
  • extern int KB_Deviation = 2; // Deviation Level
Firepips Firepips

Imports live trades and orders from the firepips twitter page

The MAD Indicator (Moving Averge Delta) The MAD Indicator (Moving Averge Delta)

This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.

Optimize cross Moving average Optimize cross Moving average

On of my books says about moving average, that there is no "magic settings", this indicator tries out a lot of possible combinations between a long and a short moving average.

Accu Dist for a single currency Accu Dist for a single currency

In this field give a brief description of your script (1-2 sentences).