Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Is Gekko a fully automatic trading bot? #201

Closed
askmike opened this issue Feb 9, 2014 · 0 comments
Closed

Is Gekko a fully automatic trading bot? #201

askmike opened this issue Feb 9, 2014 · 0 comments

Comments

@askmike
Copy link
Owner

askmike commented Feb 9, 2014

Is Gekko a fully automated trading bot?

No - not in the sense that you download it, turn it on and it will pull money out of the air for you.

Instead Gekko is a tool TA traders can use to automate certain trading strategies. Gekko has a number strategies which you can use right away or (with a little bit of Javascript) can combine to create your own trading methods.

If you don't know any of these indicators you should really ask yourself if you would trust them with your money. You can always run Gekko with the real trader disabled if you just want to play around, in this scenario Gekko will simulate trading and you can see whether certain methods are profitable or not. Besides that you can also simulate strategies in backtest mode.


Example of what Gekko is not:

When the price is low, it's time to BUY, NOT SELL...

(context)


If you understand this, open up the config.js file, configure the indicators accordingly and go to the bottom and change:

config['I understand that Gekko only automates MY OWN trading strategies'] = false;

to:

config['I understand that Gekko only automates MY OWN trading strategies'] = true;
@askmike askmike closed this as completed Feb 9, 2014
@Lulwut1 Lulwut1 mentioned this issue Mar 4, 2014
@Atroci Atroci mentioned this issue Jul 5, 2016
This was referenced Sep 14, 2016
@DrBlackross DrBlackross mentioned this issue Feb 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant