거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
15318
평가:
(3)
게시됨:
2010.06.29 14:03
업데이트됨:
2014.04.21 14:54
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Description:

Works on the range of M1. I am using periods of M1, M5, H1, D1 but, if necessary, everyone can modify the periods.

Example #1:

M1up[i] = iBands(NULL, PERIOD_M1, M1Period, M1Deviation, 0, PRICE_Ma, MODE_UPPER, i);
M5up[i] = iBands(NULL, PERIOD_M5, M5Period, M5Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M5);
M15up[i] = iBands(NULL, PERIOD_M15, M15Period, M15Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M15);
M30up[i] = iBands(NULL, PERIOD_M30, M30Period, M30Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M30);

Example #2:

M15up[i] = iBands(NULL, PERIOD_M15, H1Period, M15Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M15);
M30up[i] = iBands(NULL, PERIOD_M30, H1Period, M30Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M30);
H1up[i] = iBands(NULL, PERIOD_H1, H1Period, H1Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_H1;
H4up[i] = iBands(NULL, PERIOD_H4, H4Period, H4Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_H4);

Images:

EA_MA_Email EA_MA_Email

A simple EA that sends e-mail alert whenever there is moving average crossover

Minute Overlay Indicator for Sub Window Minute Overlay Indicator for Sub Window

The indicator will draw vertical lines every hour or any minute that you desire within the hour as long as a candle closes on that minute over the top of other indicators in the sub window.

MA_monika_SAR MA_monika_SAR

2 indicators(MA_Support and Para_B) in 1. TimeFrame from M1 to H4.

BB_Support_Up BB_Support_Up

Bollinger Bands on the current TimeFrame and from next three "Up"