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

List of open source bots #11

Open
TradingToolCrypto opened this issue Nov 27, 2023 · 1 comment
Open

List of open source bots #11

TradingToolCrypto opened this issue Nov 27, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@TradingToolCrypto
Copy link
Owner

@TradingToolCrypto
Copy link
Owner Author

TradingToolCrypto commented Nov 27, 2023

There are two wrappers for building bots quickly within metatrader

#include <TradingToolCrypto\CBP\CBPFrameWork.mqh>
#include <TradingToolCrypto\TT\RobotFrameWork.mqh>

RobotFrameWork mt5 : this is your standard metatrader syntax for open/close/orders/price/positions within mt5 brokerages (you must use this library if you want to backtest your robot).

The CBPFrameWork is the same as the RobotFrameWork , but this handles your crypto trades (for live trading).

When building bots, it's recommended to use both include files and have a

input bool Exchange_Trading

and toggle live trading at the crypto exchanges.

@TradingToolCrypto TradingToolCrypto changed the title List the open source bots List of open source bots Dec 29, 2023
@TradingToolCrypto TradingToolCrypto added the documentation Improvements or additions to documentation label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant