Jump to content
Medved Trader Forums

Ilya

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation

0 Neutral
  1. I just ran into this problem again, I sent a log. In this case, the position on the account is updated immediately, and transactions do not reach until you click the update button yourself.
  2. Can you tell me where MT's logs are stored? Now I am faced with such a problem. When signing for an update of transactions, all transactions that were previously received. Then, when I made a purchase in IB, the API did not send a message about updating transactions. In the MT itself, in the "view account" window of the transaction, the transaction appeared, but was not sent. But if you press the refresh button (in the "view account" window), then the API sends a message about new transactions. Then I placed a limit order and there was also no update of transactions via the API. But in the MT itself (the "account view" window) there is also no information about the limty order, pressing the refresh button now did not help. I completely rebooted the MT program and after that everything worked in normal mode, all limit orders and transactions began to arrive.
  3. I noticed that MT sometimes has delays in receiving new transactions. The delay can be up to an hour. And sometimes it may not come at all, but in this case, the MT does not send anything at all (no other data, be it a request for candles or something else), as if it was frozen. You restart MT and everything works again.
  4. Hello. I am faced with the problem of getting the current price for options. Crypto, stocks, futures, everything works with them. I send a request to subscribe "L1 update" like this: { "cmd": "subscribe", "reqID": "183", "success": "OK", "resultcode": 200, "result": { "sub": "L1", "subbed": [ "^ ES_220107C4585: GLOBEX" ] } } And I only get the response once, and the response contains old data that was a few days ago: { "cmd": "L1Update", "success": "OK", "resultcode": 200, "result": { "sym": "^ ES_220107C4585: GLOBEX", "timeStamp": "2021-12-18T00: 00: 00.003", "price": 89.4, "size": 0.0, "volume": 0.0, "bid": 85.72, ask: 90.4 } } And no more answers come. In the Interactive Broker, the data on the current price is updated, in the MT program itself in the "AccountView" window, the data is updated, but for some reason this data is not transferred further, and this is only with options.
×
×
  • Create New...