-
Notifications
You must be signed in to change notification settings - Fork 3.9k
installation problems. #1019
Comments
What are the errors? |
I agree with @askmike, your description is not very clear, and it seems you're reporting 3 separate bugs in one report, with a title that's not very indicative about what exactly your problem is. As for npm: I'm inclined to say "who cares". (I use yarn because it's so much faster) As for the MACD: I might have run into something that might help you. Depending on the pair you're trying to trade, try drastically lowering the thresholds. I remember on Poloniex, the defaults didn't do anything for me, and I had to change it from 0.025 to 0.0001 (and -0.0001) order for the MACD signals to be picked up. Try setting it to 0 first, and then gradually increase it in small steps to figure out the right order of magnitude for your pair. |
thanks for that tip dude. but i cant even get gekko to load now. looks like
i have to uninstall it and reinstall every time i want to use it.
…On Tue, Aug 22, 2017 at 12:48 AM, Pelle ten Cate ***@***.***> wrote:
Depending on the pair you're trying to trade, try drastically lowering the
thresholds. I remember on Poloniex, the defaults didn't do anything for me,
and I had to change it from 0.025 to 0.0001 (and -0.0001) order for the
MACD signals to be picked up.
Try setting it to 0 first, and then gradually increase it in small steps
to figure out the right order of magnitude for your pair.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1019 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AdxhBCLPdaPZ0T7GPkCA-dQknPwieHhHks5sahdOgaJpZM4O9qhL>
.
|
after a shutdown. i cant get gekko to run or load? this is the error i am
getting now. im not a programmer. just a user. it worked before i shut my
computer down.
…On Mon, Aug 21, 2017 at 7:58 PM, Mike van Rossum ***@***.***> wrote:
What are the errors?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1019 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AdxhBN6vY1t-D3zBsCrXhYdm5MNY6T7Tks5sadNogaJpZM4O9qhL>
.
|
@jonboy510 if you have an error we can only help you if you tell us what the error is.. |
what is the output fo the following two commands?
|
i am going to uninstall and reinstall gekko. ive found that this works. but its a pain in the ass. |
I have never seen this before. To give some context: Gekko is a tool that is written in nodejs, so you can only use Gekko once your nodejs is working probably (which is rarely a problem). It seems like node does not run on windows XP or vista (see nodejs/node#3804), so that automatically means that Gekko is not supported on these operating systems. If you are running one of these you could run gekko in a (linux based) virtual machine. If that is not your case, could you maybe look at the following similar issues to see if they apply to you?
|
im on windows 7 pro |
tried that dude. sadly no luck? will not trade on macd or show buy and
sells in back testing?
…On Tue, Aug 22, 2017 at 12:48 AM, Pelle ten Cate ***@***.***> wrote:
Depending on the pair you're trying to trade, try drastically lowering the
thresholds. I remember on Poloniex, the defaults didn't do anything for me,
and I had to change it from 0.025 to 0.0001 (and -0.0001) order for the
MACD signals to be picked up.
Try setting it to 0 first, and then gradually increase it in small steps
to figure out the right order of magnitude for your pair.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1019 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AdxhBCLPdaPZ0T7GPkCA-dQknPwieHhHks5sahdOgaJpZM4O9qhL>
.
|
but it is working after a reinstall.
On Tue, Aug 22, 2017 at 1:44 PM, Free Spirit News <jledger2011@gmail.com>
wrote:
… tried that dude. sadly no luck? will not trade on macd or show buy and
sells in back testing?
On Tue, Aug 22, 2017 at 12:48 AM, Pelle ten Cate ***@***.***
> wrote:
> Depending on the pair you're trying to trade, try drastically lowering
> the thresholds. I remember on Poloniex, the defaults didn't do anything for
> me, and I had to change it from 0.025 to 0.0001 (and -0.0001) order for the
> MACD signals to be picked up.
>
> Try setting it to 0 first, and then gradually increase it in small steps
> to figure out the right order of magnitude for your pair.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1019 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AdxhBCLPdaPZ0T7GPkCA-dQknPwieHhHks5sahdOgaJpZM4O9qhL>
> .
>
|
great, so to sum up: the installation issue you had is an issue with nodejs (an external project, has nothing to do with Gekko). If the issue persists please post it here: https://github.com/nodejs/node/issues |
so is gekko stable on windows 10? you said xp and vista where a problem?
…On Tue, Aug 22, 2017 at 2:05 PM, Mike van Rossum ***@***.***> wrote:
great, so to sum up: the installation issue you had is an issue with
nodejs (an external project, has nothing to do with Gekko). If the issue
persists please post it here: https://github.com/nodejs/node/issues
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1019 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AdxhBEpC2hMZPgua5GaGt7AidHxBt9Gqks5satIsgaJpZM4O9qhL>
.
|
It should be yes, I don't use windows but a lot of people are using Gekko on windows 10 without to many problems (some advanced use cases like TAlib support and using other databases might be hard on windows). However the errors you reported have likely to do with your specific windows setup, and not windows 10 in general. |
I also put an installation video of Gekko on youtube, the OS in that video is also windows 10: |
when i try to restart gekko after a shutdown. i get this error. nothing to
do with the nodes tho?
…On Tue, Aug 22, 2017 at 4:07 PM, Mike van Rossum ***@***.***> wrote:
I also put an installation video of Gekko on youtube, the OS in that video
is also windows 10:
https://www.youtube.com/watch?v=R68IwVujju8
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1019 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AdxhBGaZqBSU-CS6j1TOdAHATVPkW_77ks5sau6UgaJpZM4O9qhL>
.
|
Note: for support questions, please join our Discord server
I'm submitting a ...
[* ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Action taken (what you did) instalation command
npm install --only=production does not work. but npm install command does. also MACD does not show buy and sell in back test over any length of time. plus can not use MACD to trade.
Expected result (what you hoped would happen)
Actual result (unexpected outcome)
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)
The text was updated successfully, but these errors were encountered: