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

A Tool: Horizontal Grid Plotter - MetaTrader 4용 스크립트

조회수:
15789
평가:
(6)
게시됨:
2009.06.27 07:28
업데이트됨:
2014.04.21 14:53
AIS7HGP.MQ4 (6.33 KB)
AIS7HGR.MQ4 (3.87 KB)
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
A Tool: Horizontal Grid Plotter


Modification: 70101
Release Date: 2009.06.26


Copyright (C) 2009, MetaQuotes Software Corp.
https://www.metaquotes.net


Copyright (C) 2009, Airat Safin
https://www.mql5.com/en/users/ais


Free Open Source Software



Instructions


1. A Tool: Horizontal Grid Plotter is MQL4 program set for equidistant horizontal price lines plotting.
2. Program files:
   1.1. "AIS7HGP.MQ4" is horizontal grid plotter file;
   1.2. "AIS7HGR.MQ4" is horizontal grid remover file.
3. Copy program files in "../experts/scripts" folder.
4. Run MetaEditor and compile program files.
5. Run "AIS7HGP" to plot horizontal grid lines.
6. Run "AIS7HGR" to delete horizontal grid lines.
7. Input parameters:
   7.1. "aed.HGMax"   defines maximal price level of the grid in quote units;
   7.2. "aed.HGStep"  defines distance between horizontal price lines in quote units;
   7.3. "aed.HGMin"   defines minimal price level of the grid in quote units;
   7.4. "aei.HGColor" defines color of the grid;
   7.5. "aei.HGStyle" defines style of the grid according to following code table:
        7.5.1. "0" is solid line code,
        7.5.2. "1" is dash line code,
        7.5.3. "2" is dot line code,
        7.5.4. "3" is dash-and-dot line code,
        7.5.5. "4" is dash-and-double-dot line code;
   7.6. "aei.HGBackground" defines background or foreground plotting:
        7.6.1. "0" is foreground plotting code,
        7.6.2. "1" is background plotting code.
RFractals RFractals

Многоранговые фракталы

Next price predictor using Neural Network Next price predictor using Neural Network

An indicator that uses a Feed Forward Neural Network to predict the next few open prices. The network is trained using a Backpropagation method. The training is set up automatically, resulting in a self-trained network and a self-learning indicator.

A Tool: Vertical Grid Plotter A Tool: Vertical Grid Plotter

Script for vertical grid lines plotting

My first EA based on Stochastic My first EA based on Stochastic

using Stochastic m5, m15 and m30