Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 7186
- Note:
- Publié:
- 2015.08.25 16:01
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
It is a simple but good class for orders management. I know there should have been management of magic numbers and so on, this is just a taste.
Usage:
COrdersManager Orders; Orders.DeleteAll(); // Close and delete all orders (open and pending) Orders.CloseOpen() // Close all open orders Orders.CloseSell() // Close all SELL orders Orders.CloseBuy() // Close all BUY orders Orders.DeletePending() // Delete all pending orders Orders.CheckOpenOrders() // Returns amount of open orders Orders.CheckOpenBuyOrders() // Returns amount of buy orders open Orders.CheckOpenSellOrders() // Returns amount of sell orders open

Library provides functions for management of MetaTrader 4 to MySQL database connections. Fixed memory allocation and release problems of the original library.

This indicator shows Flag and Pennant patterns.

This new representation helps to see charts in a new different way.

This indicator shows 3 periods ATR LWMA.