Question to MetaQuotes - difference between SYMBOL_TRADE_EXECUTION_MARKET and SYMBOL_TRADE_EXECUTION_EXCHANGE

 

Hello MetaQuotes

What is a practical difference when symbol has either SYMBOL_TRADE_EXECUTION_MARKET or SYMBOL_TRADE_EXECUTION_EXCHANGE? The other question is - what is the proper price that I should use for them? SYMBOL_LAST?

Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Environment State / Symbol Properties - Documentation on MQL5
 
Enigma71fx:

Hello MetaQuotes

What is a practical difference when symbol has either SYMBOL_TRADE_EXECUTION_MARKET or SYMBOL_TRADE_EXECUTION_EXCHANGE? 

At the moment they are the same actually.
 
Enigma71fx:
The other question is - what is the proper price that I should use for them? SYMBOL_LAST?
For Market Execution you don't have specify any price if you want trade by market.
 
Rosh:
For Market Execution you don't have specify any price if you want trade by market.
Thank you :)