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

Error npm install #174

Closed
EraldoOkado opened this issue May 14, 2021 · 11 comments
Closed

Error npm install #174

EraldoOkado opened this issue May 14, 2021 · 11 comments
Labels
question Further information is requested

Comments

@EraldoOkado
Copy link

I have a problem, which when executing the npm start command, is giving the following error:

binance-trading-bot@0.0.65 start

node ./dist/server.js

internal / modules / cjs / loader.js: 883
throw err;
^

Error: Cannot find module 'C: \ xampp \ projects \ binance-trading-bot-master \ dist \ server.js'
at Function.Module._resolveFilename (internal / modules / cjs / loader.js: 880: 15)
at Function.Module._load (internal / modules / cjs / loader.js: 725: 27)
at Function.executeUserEntryPoint [as runMain] (internal / modules / run_main.js: 72: 12)
at internal / main / run_main_module.js: 17: 47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

And then I can't run the websocket, which is why the bot doesn't work.

image

@EraldoOkado EraldoOkado added the question Further information is requested label May 14, 2021
@EraldoOkado
Copy link
Author

And I have a problem installing Docker on my Windows computer.

image

@hugoleosp
Copy link

Why don't you use a Linux version installed on HyperV? I installed Alpine and it's running very smooth with minimum ram/cpu usage.

@EraldoOkado
Copy link
Author

I got it here, but I couldn't quite understand it, here in the test mode, he keeps buying 100% of the coins in just one order, and I had a loss of 0.1btc in the test mode. Could you help me, please?

@chrisleekr
Copy link
Owner

@EraldoOkado

When you say test mode, you mean Binance TestNet right?
Then you didn't lose the money because it's fake.

he keeps buying 100% of the coins in just one order,

What does it mean?

@EraldoOkado
Copy link
Author

Yes yes, it is fake money, but shouldn't I analyze the data in the test mode, and then put my real account in? I am trying to make as many changes as possible, so that it is good enough, and that I can make at least 20% profit in the month, that is, almost 1% per day. Do you think that would be possible? And I also intend to study the possibility of setting up a panel with more information and a more direct and interactive structure, however, nothing defined yet. The main focus now is to see and study the issue of monthly and daily income in the test mode, to start using the real mode all at once.

@chrisleekr
Copy link
Owner

@EraldoOkado

I see your intention. And I respect that.

First of all, I won't guarantee anything you will make money or not. It's your money, your responsibility.
Depending on your configuration, you may or you may not. It's totally based on your configuration and the market (and whales).

Unfortunately, Binance TestNet is not the same as real Binance. They do not have any transaction and you won't be able to test your strategy. So I suggest not to waste your time with the TestNet. Just make sure it is working with the TestNet and see the data coming through and familiar with the UI.

My suggestion for you is, read the code and make sure you understand what it is doing.
And do calculation based on the configuration. It is really important, you are reading the code or at least how it works which is described in the README.md.

This bot will help you to trade. It is not gonna just make money for you without your input.
When the market changes, you will also need to adjust the configuration.

@EraldoOkado
Copy link
Author

I understood perfectly, I will do as much as possible here to apply a strategy. Thank you very much, and my congratulations on the project, it is sensational!

@chrisleekr
Copy link
Owner

chrisleekr commented May 16, 2021

@EraldoOkado

Thanks for understanding.

There are more features to develop which are suggested by the community.
Those features will help further to trade and make more money.

I really hope you make money with this.

If your question is answered, please close the issue.
If you find any issue, please open a new issue. Thanks, man.

@EraldoOkado
Copy link
Author

Do you indicate, or know of any resources that the community uses? Or what would you recommend to me?

@chrisleekr
Copy link
Owner

chrisleekr commented May 16, 2021

@EraldoOkado I simply meant the community as other traders who use this bot.

Refer: #166

@EraldoOkado
Copy link
Author

Ahhh, I got it, so cool, thanks.

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

No branches or pull requests

3 participants