eabase / mt4pycon

The MT4 Python Connector
MIT License
23 stars 8 forks source link

More examples for Python scripts #8

Open BaseMax opened 1 year ago

BaseMax commented 1 year ago

Would you guide and help with the following block code to get Libe tricks inside Python.

#----------------------------------------------------------
#  ToDo
#----------------------------------------------------------
#def getLiveTicks():
    # Here  be dragons
    # SymbolInfoTick
    # MqlTick tick;
    #   if (!SymbolInfoTick(symbol, tick)) {
    #      response = CreateErrorResponse(GetLastError(), "SymbolInfoDouble failed");
    #      return;
    #   }
    #SymbolInfoTick

Thank you for any kind of help.