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

Description:

Trend indicator.

Input parameters:

  1. TimeFrame = 60; the period of the diagram can be any of the following sizes:
    1 - 1 minute;
    5 - 5 minutes;
    15 - 15 minutes;
    30 - 30 minutes;
    60 - 1 hour;
    240 - 4 hours;
    1440 - 1 day;
    10080 - 1 week;
    43200 - 1 month;
    0 (zeroes) - Period of the current chart.
  2. RSI=5; period of RSI indicator.
  3. applied_RSI=0; the used price. There can be any of price constants:
    0 - Close price;
    1 - Open price;
    2 - High price;
    3 - Low price;
    4 - Average price, (high+low) /2;
    5 - Typical price, (high+low+close) /3;
    6 - Weighed price of closing, (high+low+close+close) /4.
  4. MA=50; period of Moving Average indicator.
  5. method_MA=0; - a method of averaging. Can be any of meanings(importance) of methods sliding average (Moving Average):
    0 - Simple moving average;
    1 - Exponentially smoothed moving average;
    2 - Smoothed moving average;
    3 - Linearly weighed moving average.
  6. koridor = 5; a threshold of an envelope.



MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/10455

Simple Scalping System Simple Scalping System

Simple scalping system for m1-m5 timeframe.

X alert v3.0 X alert v3.0

Alerts on two moving average(MA) cross

DivStochv5 DivStochv5

Basic on iStochastic. Show good area price for long/short.

SpreadProbe SpreadProbe

Just like internet speed test can tell you your internet speed, SpreadProbe can measure ask/bid spreads on the go.