MT5.ShowOrders: Show orders

Description Usage Value Author(s) References See Also Examples

View source: R/Source_MT5.R

Description

Show all active orders displayed on the "Trade" tab. For active positions use MT5.ShowPositions() instead.

Usage

1

Value

Returns Data.frame [nx7], with follow informations:

Author(s)

Guilherme Kinzel, guikinzel@gmail.com

References

https://www.mql5.com/en/articles/2513

See Also

MT5.ShowPositions(), MT5.DeleteOrder(), MT5.ModifyOrder(), MT5.MultipleOrders(), MT5.SingleOrder()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 

MT5.ShowOrders()

## Returns
##   sSymbol iType fVolume fPrice   fStop fGain iTicket
## 1  NZDUSD     2    0.10  0.682 0.00000     0  763153
## 2  NZDUSD     2    0.10  0.661 0.00000     0  763194
## 3  GBPUSD     2    0.01  1.330 1.32956     0  766489


## End(Not run)

Kinzel/mt5r documentation built on March 25, 2021, 9:57 p.m.