Join our fan page
- Views:
- 9114
- Rating:
- Published:
- 2008.07.14 08:01
- Updated:
- 2014.04.21 14:52
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.
Translated from Russian by MetaQuotes Ltd.
Original code: 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.