Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

put a trade bellow using the same coin #18

Closed
ronanmendes opened this issue Dec 11, 2019 · 2 comments
Closed

put a trade bellow using the same coin #18

ronanmendes opened this issue Dec 11, 2019 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@ronanmendes
Copy link

lets say i have the bot running with the parameters to buy at 10000, stop at 9000 and take profit at 11000

but i believe there is another point bellow wich can be a good entry point, for example, 7000. Can i open another instance of the bot to buy at 7000 with take profit at 8000 and stop at 6000 or one instance will afect the other?

thanks in advance

@tony-ho tony-ho self-assigned this Dec 11, 2019
@tony-ho tony-ho added the question Further information is requested label Dec 11, 2019
@tony-ho
Copy link
Owner

tony-ho commented Dec 11, 2019

@ronanmendes The app supports running multiple instances but you'll need to:

  • run each instance from a different folder using a different .env file
  • use a different set of Binance API keys for each instance

@ronanmendes
Copy link
Author

ok, many thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants