Ganbayar Batchuluun / Profile
- Information
1 year
experience
|
0
products
|
0
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Researcher
at
Dongguk university
Ganbayar Batchuluun
Added topic How to login to MQL5 in MT5 to install indicator.
I registered to MQL5 using google account. In login, i typed my gmail address, and my full name,,,but wont log in, because there is no user name in settings in my MQL5 menu. i can login to MQL5 website using my gmail address but cannot in MT5
Ganbayar Batchuluun
Added topic Why bid value is different than a value of MT5?
I am using : price_ask=mt5.symbol_info_tick(symbol).ask price_bid=mt5.symbol_info_tick(symbol).bid Because of errors, i carefully checked why i got errors. Then i found the error, which was the difference of the values obtained by the above functions
Ganbayar Batchuluun
Added topic python scripts (or project) to .X5 file for the market.
Hi I have created AI bot written in python. How to convert it to .X5 to upload on the market? I have three .py files and one .csv and one .h5. These 5 files are one project , i can connect it to MT5 and predict candles. However, for MT5
Ganbayar Batchuluun
Added topic Any example to get current bid and ask data from Metatrader5 (Using Python)?
I found many examples that can access data stream from metatrader as follows: # request 1000 ticks from EURAUD euraud_ticks = mt5. copy_ticks_from ( "EURAUD" , datetime ( 2020 ,1,28,13), 1000 ,
: