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

Strategies #275

Open
randomlogin opened this issue Jul 15, 2021 · 2 comments
Open

Strategies #275

randomlogin opened this issue Jul 15, 2021 · 2 comments

Comments

@randomlogin
Copy link

Hi!
I want to use QtBitcoinTrader to trade using some basic popular strategies, MACD for example.
Maybe there is a list of built-in strategies?
If not, am I understanding it right, that I can implement it using the scripting language (I think it's called JL script)?

@JulyIghor
Copy link
Owner

Hello. There is no builtin strategies like MACD.
Yes, you can implement them by your own with the JL script.
It is based on JavaScript core so you can use all it features.
To create MACD you will have to collect trade history information and calculate required values, afterwards you can stream result values to other scripts as indicator.

@davideoneglio
Copy link

I want to integrate OKX QtBitcoinTrader and create a strategy to increase the marketing activities of QtBitcoinTrader.
Any contact email to contact. Thanks in advance

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

3 participants