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

GTerminal_V5 Graphic orders and indicators - MetaTrader 4용 expert

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

A trader manages the EA on the basis of accustomed operations and terms.


The general principle of graphical orders and practical approach to their realization in MetaTrader 4 environment are described in the article, on the Forum thread.

TRADING

- automation of routines for realization of the trading plan;

- releasing a human trader from continuous waiting for a trading event at the terminal.

LEARNING

- Visual demonstration of trading principles and strategies.

- Training of skills in MT 4 Strategy Tester.

- Strategy testing.

- Traders' contesting in MT 4 Strategy Tester.


Graphical orders are lines for executing of trade requests. The execution is limited with the end of a line.


Order opening lines, conditionally, are named as follows: BUYSTOP, BUYLIMIT, SELLSTOP, SELLLIMIT.


Order closing lines, conditionally, are named as follows: TPBUY, SLBUY, TPSELL, SLSELL.


Lines of closing all orders on the chart of the given type, conditionally, are named as follows: TPALLBUY, SLALLBUY, TPALLSELL, SLALLSELL (including those opened manually).


Initialization lines that set StopLoss/TakeProfit for newly opened orders: TPINITBUY, SLINITBUY, TPINITBUY, SLINITSELL (init - only at the moment of order opening).


EA managing line: PAUSE (to be placed in the chart automatically in demo/real trading).


Lines of opening/closing are also executed in the indicator windows: RSI, CCI, WPR, Momentum, Force Index, DeMarker, ATR, OBV, MFI.


The line accepted for execution has in its description the EA's reply "O.k.", whereas an unaccepted line has "Not execute". These replies are highlighted, if you put the mouse cursor over the line.



GTerminal can trade on all markets where МТ 4 is applied. It provides you with the possibility to send orders in two steps: first tp/sl=0, then modifying (necessary for СFD).

Different GTerminal EAs attached to different windows of different symbols do not hinder each other from trading. To identify them, you can set a magic number.

A trader can manually manage his or her orders opened by the EA, in a usual way: modify, close, apply scripts, enable Trailing Stop, etc.

Limitations:

The EA opens only one order per direction.

The lot size is given in the EA properties. The deposit state is not controlled.

The period of the indicator used must match with that specified in the EA (a feature of MQL4)

All lines are of the Trend Line type, i.e., "/".

The mutual arrangement of lines is not checked or commented.

Recommendations:

If a graphical order has not been executed or if it has been opened, but closed immediately, then check the mutual arrangement of your lines.

The EA's trades are stored in log files and visible in the tabs of "Expert Advisors", "Journal".

You may use the "load/save" option in "Properties/Inputs" for your convenience.



Please read the comment inside the file attached.

You can refer to the author by commenting on this publication or via e-mail.



P.S.
I didn't delete the debugging print (one)
.
Please download again, 35.2 KB, or delete it yourselves:
=>Edit/Find Print that is not banned, and put two ones before it //.

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

Halifax Halifax

Leading Edge trend estimator with bands.

Graphical Calculator Graphical Calculator

It allows you to calculate profits, StopOuts, and margin, just moving in the chart three lines that correspond with the opening level, StopLoss and TakeProfit of the position.

Function ObjectGetValue_ByCurrent    .....Delta_ByCurrent   .....Delta_ByTimeShift .....Delta_PerBar Function ObjectGetValue_ByCurrent .....Delta_ByCurrent .....Delta_ByTimeShift .....Delta_PerBar

A test script with the functions that calculate the true value of a graphical object's Y coordinate. It is useful to watch the bar forming.

FX-CHAOS FX-CHAOS

Draft EA that works on H4, first entering on daily chart. It uses Ryan Jones' Fixed Ratio money management method and "reverse pyramid.