I think it would be nice to have a python style api just like TradePlatform.NET has a C# wrapper over trading functions:
https://tradeplatform.codeplex.com/SourceControl/latest#TradePlatform.MT4.SDK/TradePlatform.MT4.SDK.API/TradingFunctions.cs
This python api could be used both in embedded python and have an implementation that runs externally that uses zeromq to send the commands.
I know about do_order perhaps this api could just call do_order for the external zeromq powered implementation?:
|
def do_order(self, oArgs, oOpts=None): |
Link to the embedded issue:
OpenTrading/OTMql4Py#3
I think it would be nice to have a python style api just like TradePlatform.NET has a C# wrapper over trading functions:
https://tradeplatform.codeplex.com/SourceControl/latest#TradePlatform.MT4.SDK/TradePlatform.MT4.SDK.API/TradingFunctions.cs
This python api could be used both in embedded python and have an implementation that runs externally that uses zeromq to send the commands.
I know about do_order perhaps this api could just call do_order for the external zeromq powered implementation?:
OpenTrader/OpenTrader/OTCmd2.py
Line 789 in 6b9625e
Link to the embedded issue:
OpenTrading/OTMql4Py#3