Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pythonic "trading functions" API #3

Closed
MetaMemoryT opened this issue Sep 16, 2015 · 1 comment
Closed

Pythonic "trading functions" API #3

MetaMemoryT opened this issue Sep 16, 2015 · 1 comment

Comments

@MetaMemoryT
Copy link

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?:
https://github.com/OpenTrading/OpenTrader/blob/6b9625ec2b672ba73f0b846913a3d52ae1f1b659/OpenTrader/OTCmd2.py#L789

@OpenTrading
Copy link
Owner

Sorry for the delay, but I'm tied up on another project until Christmas.

The OTMql4Py is really just a bridge to Python - it's just glue. The trading API
will be under OpenTrader, which is a command line program. In that sense,
OpenTrader will be the API, as you write scripts in OpenTrader commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants