Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
8758
Valutazioni:
(14)
Pubblicato:
2008.07.14 08:01
Aggiornato:
2014.04.21 14:52
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

First of all, the script removes all previously created objects-arrows from the chart. Then it arranges the arrows in accordance with the opened, closed, pending orders from the history of terminal. The color and the direction of an arrow is determined by the type of the order: SELL - red, BUY - blue, pending orders - yellow. A balloon-tip, containing the information about the type of the order, its price and ticket, appears as soon as you put the cursor of your mouse over it. The length of the displayed history is determined by the "Account History" tab of the client terminal.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/8163

InnOutBar_mtf InnOutBar_mtf

Another indicator that displays the signals for buying and selling.

InnBar_mtf InnBar_mtf

The indicator InnBar_mtf.

ModifyOrder ModifyOrder

The modification of an order (position) using the mouse - the second script from the "GMO" ("Graphical Management of Orders") series.

CrossMA CrossMA

Almost classical TS based on the intersection of two MA.