Deal, symbol and account - EA Wizard.

 

My friends.

How do I get information about the DEAL, SYMBOL and ACCOUNT within the EA Wizard's Custom Signal module?

I'll be very happy with your answer.

Have a nice day.

 
Anderson De Assis: How do I get information about the DEAL, SYMBOL and ACCOUNT within the EA Wizard's Custom Signal module?

The EA Wizard produces code making use of the Standard Library. So read-up on the Trade Classes ...

CAccountInfo

Class for working with trade account properties

CSymbolInfo

Class for working with trade instrument properties

COrderInfo

Class for working with pending order properties

CHistoryOrderInfo

Class for working with history order properties

CPositionInfo

Class for working with open position properties

CDealInfo

Class for working with history deal properties

CTrade

Class for trade operations execution

CTerminalInfo

Class for getting the properties of the terminal environment

Documentation on MQL5: Standard Library / Trade Classes
Documentation on MQL5: Standard Library / Trade Classes
  • www.mql5.com
Trade Classes - Standard Library - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5