Rejoignez notre page de fans
Visible Pos - script pour MetaTrader 4
- Vues:
- 8884
- Note:
- Publié:
- 2008.07.14 08:01
- Mise à jour:
- 2014.04.21 14:52
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8163
Another indicator that displays the signals for buying and selling.
InnBar_mtfThe indicator InnBar_mtf.
The modification of an order (position) using the mouse - the second script from the "GMO" ("Graphical Management of Orders") series.
CrossMAAlmost classical TS based on the intersection of two MA.