Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 3711
- Valutazioni:
- Pubblicato:
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
A list of all positions. An example of working with CPositionInfo.
The following can be displayed on the screen:
- positions of all symbols;
- positions of the current symbol;
- positions for all magic numbers;
- positions with the specified magic number.
It provides a visual review of the order in which positions are stored in the terminal. An example of output format:
2017.03.27 17:38:40.858 ListPositions (USDJPY,H1) 2 | USDJPY | 140795995 | 2017.03.27 17:32:40 | POSITION_TYPE_SELL | 0.02 | 110.33500000 2017.03.27 17:38:40.889 ListPositions (USDJPY,H1) 1 | EURUSD | 140795819 | 2017.03.27 17:31:49 | POSITION_TYPE_BUY | 0.07 | 1.08833000 2017.03.27 17:38:40.889 ListPositions (USDJPY,H1) 0 | USDCAD | 140795790 | 2017.03.27 17:31:45 | POSITION_TYPE_BUY | 0.07 | 1.33933000 2017.03.27 17:38:40.889 ListPositions (USDJPY,H1)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17987

Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations

A script for placing two Buy and Sell Stop orders at an equal distance.