Forum

Bid & Ask price always zero for most of the symbols using python

Hi, Bid & Ask price always zero for most of the symbols using python symbol = "CAG" symbol_info = mt5.symbol_info(symbol) print(symbol_info.bid) print(symbol_info.ask) for below symbols price are available AAPL__188. 28 ADBE__495. 32 ADI__190. 6 ADM__78. 61 AES__21. 07 CFG__26. 75 DAL__48. 17 K__67

How to get status of an order using orders_get()

Hi, How to get status of an order using orders_get() in documention it shows something like this ticket time_setup time_setup_msc time_expiration type type_time type_filling state magic volume_current price_open sl tp price_current symbol comment external_id 554733548

Error : AutoTrading disabled by client

Hi, Receiving AutoTrading disabled by client error when order send thru Python How to enable autotrading any suggestions Thanks