You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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.
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
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)?
The text was updated successfully, but these errors were encountered: