SymbolSelect
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:57 PM
|
|||||||
Syntax
Description This function used to show/hide the given symbol in market watch. Parameters
Return value Returns true if successful. In order to get an error, call GetLastError() function. Sample
See Also | |||||||
|
Comments (2)
mahmoud
17 December 2015 02:23 PM
How do i select a symbol to trade it?
My ea open a trade with a new symbol each time
How do i tell it to select for example eurusd in order to trade it?
My ea open a trade with a new symbol each time
How do i tell it to select for example eurusd in order to trade it?
Hassan Abu Krayem
21 December 2015 10:19 AM
Hello Mahmoud,
No need to select any symbol to make a trade on it since you send the symbol name you want to NewMarketOrder method.
If you need to get the symbols names using the VTL you should loop from 1 to SymbolsTotal and on each loop call SymbolName method.
check the following articles :
http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1730
http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1729
No need to select any symbol to make a trade on it since you send the symbol name you want to NewMarketOrder method.
If you need to get the symbols names using the VTL you should loop from 1 to SymbolsTotal and on each loop call SymbolName method.
check the following articles :
http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1730
http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1729