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

Include one pair. #56

Open
MishiMish opened this issue Jan 20, 2022 · 1 comment
Open

Include one pair. #56

MishiMish opened this issue Jan 20, 2022 · 1 comment

Comments

@MishiMish
Copy link

In the readme there is a possibility to ExcludeTokens, is there a possibility to include only 1 pair? I want to trade only BTC/BUSD.

@andresilvasantos
Copy link
Owner

Yes it is. Use targetTokens instead like this:

strategyId: {
      name: "Strategy Name",
      targetMarket: "BUSD",
      targetTokens: ["BTC"]
}

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