mt4pycon icon indicating copy to clipboard operation
mt4pycon copied to clipboard

More examples for Python scripts

Open BaseMax opened this issue 2 years ago • 0 comments
trafficstars

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.

BaseMax avatar Jan 24 '23 21:01 BaseMax