Search results

FTMO Trader Scouting
  1. N

    HOWTO: Get Quotes from MT4's DDE Server into Python

    Also do you have any idea why when I run the request method, I have Symbol DATE TIME BID ASK EURUSD N\A Symbol DATE TIME BID ASK EURUSD N\A Symbol DATE TIME BID ASK EURUSD N\A The request does not bring anything.
  2. N

    HOWTO: Get Quotes from MT4's DDE Server into Python

    God, I changed line 213 in dde_client for item = create_string_buffer(bytes('\000' * 128, 'ascii')), now QUOTE_client.advise(i) triggers infinite update of the the bid-ask. Without calling the request...
  3. N

    HOWTO: Get Quotes from MT4's DDE Server into Python

    Yes I'm using python 3.6... Do you know what should I change to make it work ? Cause it works fine if I request just one time, it's using the while 1: ... that produces the error.
  4. N

    HOWTO: Get Quotes from MT4's DDE Server into Python

    Hi Jack, Good program. Although when I try to run the line : current_quote = QUOTE_client.request(i).split(" "), I have the error: TypeError: a bytes-like object is required, not 'str', so I have decoded it in utf-8. It works well if I request manually (running the line everytime I want an...
FTMO Trader Scouting
Back
Top