Skip to content

Pythonic "trading functions" API #4

@MetaMemoryT

Description

@MetaMemoryT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions