Unisciti alla nostra fan page
- Visualizzazioni:
- 9116
- Valutazioni:
- 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

Another indicator that displays the signals for buying and selling.

The indicator InnBar_mtf.

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

Almost classical TS based on the intersection of two MA.