askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.07k stars 3.94k forks source link

Best trading method [POLL] #610

Closed albertolive closed 6 years ago

albertolive commented 7 years ago

Hi!

I was wondering which is your preferred trading strategy. Do you use one of this list or do you use a custom one?

And what profits did you have since starting this strategy.

meotomit commented 6 years ago

@weshweshwesh Can you share you code ?

weshweshwesh commented 6 years ago

My Friends, Are u really think i share my code like this ? Do like me, go on OCR/Formum and learn JS. No other choise. And i can tell u there are nothing to comlex in my code, just if else ~600 variables ( yes, i don't know how to use Table ^^) and i use 0 indicator( CCI-RSI-TSI...) But if u really want whrite a bot, learn Python, it's better. For me the problem NĀ°1 on gekko is you can't make an order with a specific/% balance --' THE GEKKO'S BLACKHEAD

Nickduino commented 6 years ago

Are u really think i share my code like this ?

Provided we're all using an open source bot and discussing on its Github, one would expect to get feedback from users, yeah.

akildemir commented 6 years ago

what is the name of this software?thank you

4449114c-09aa-11e7-89a3-5e87b6f596d3
nflgopackgo12 commented 6 years ago

The big difference between backtesting and live trading is probably liquidity. Backtesting might assume the trade happens vs live trading if there is low volumn your trades won't execute when you want.

Nickduino commented 6 years ago

what is the name of this software?thank you

Gekko, you're on its GitHub repo. The image you're showing is the backtesting page.

RomaJZ commented 6 years ago

@omega733 Could you share your BB strategie?

omega733 commented 6 years ago

@RomaJZ I will ask do i can Share BB startegie but is same results for me. Backtest is AMAZING but in reality is note same.... regards

geeklimit commented 6 years ago

This might be a little off topic, but since we are all talking about comparing strategies, I'd like to know if something is possible.

geeklimit commented 6 years ago

Oops. When I'm wondering about is if I can have the engine cycle through all of my strategies for a given time period, data set, date range, candle size, and all the rest. Then display a list of all of my loaded strategies and tell me which one would have been good in which would have been not so great. I'm doing this manually now, but it takes quite a while to cycle through when you have a couple strategies loaded in there.

geeklimit commented 6 years ago

Sorry, on mobile. In very basic terms, show me all of my strategies for a given set of variables, and tell me how all of them would have done. No need to graph it, a table would make much more sense.

RomaJZ commented 6 years ago

@omega733 So what is the answer?

JasLin commented 6 years ago

@fseixas what do you mean good times and bad times? is good times means up trend, bad times means down trend?

yopgit86 commented 6 years ago

Hello I am newbie on trading bot but good in TA, i would like a bot that always positions itself as the best order in a given range, is it possible with Gekko ? Easy ?

Someone would have an answer, please :)

Nickduino commented 6 years ago

How many variables do you use?

ghost commented 6 years ago

screenshot_20180218-154556 Interested to see what's really out there... Here's my best long term algorithm. Attempting to succeed with a shorter term.

talvasconcelos commented 6 years ago

Care to share?!

Nickduino commented 6 years ago

+1

ghost commented 6 years ago

So that one I'm keeping close. I have a few others I've been working on programming divergence with AO and MACD. Those actually beat market but not as much as my long term (I believe it was around 70% above). I've been experimenting with a bunch and just wonder who else is out there with success.

ghost commented 6 years ago

Although, I'm willing to help you guys out. I wrote this up as I was experimenting with zenbot. I have altered the code to work with gekko, yet the programmers out there could probably benefit from it. You feed it an abundance of variables and it'll recurse through different combinations giving you the best results.

Below is the write up on how it works. https://www.linkedin.com/pulse/automating-cryptocurrency-algorithms-justin-mccormick/

Here is the version altered for gekko. You need to be able to add a few lines in the configbk.js (copy of config.js) to make it work, I've just been to lazy to update script. Let me know if you guys have success!

recursivetester.zip

full87 commented 6 years ago

Hi, I'm not sure how to use it, I'm a UI user and I suppose that I need to in insert the strategy in the "strategies" folder an select it through UI. How can I do this with the strategy in the previous post? tks!

decoye commented 6 years ago

one should write a strategy that checks for the activity of this thread. it really feels like people are interested and trading bitcoins when there is a spike to be noticed.

Jabbaxx commented 6 years ago

@dmaxjm Thanks SOOO much for that script, it brought me SOOOO much forward :)

This is my first ever python programming, bear over with shitty progarmming ;) But I hacked your alogtester so it can test different candle sizes, And it can (mis)use all your CPU's ;) as it now can do parallel calculation of several candle sizes or one parameter as basis for that. I saw one algotester.py could only use 20% CPU. Now it can get 100% CPU. Like start one calculation per core you have.

http://www101.zippyshare.com/v/yhEdxguD/file.html

Nickduino commented 6 years ago

That's cool @Jabbaxx

ofakesn4 commented 6 years ago

If someone could provide a step-by-step method for implementing this method or providing the js files, I would greatly appreciate it! A lot of this discussion is past my familiarity with python and JS haha

Jabbaxx commented 6 years ago

@dmaxjm I have updated the algotester.py so it is a lot better ;) Now it uses the roundtrip list for calculating % profit as that is reliable. % in Backtest results is not really. That is a great improvement. Fixed some bugs Better parallelizing. Look in algotester.py for informations.

https://files.fm/u/trkzckuy

freezepro commented 6 years ago

Great job as for script thing, thanks @dmaxjm . However wasn't that easier to put a test inside node JS code base?

ekkutlu commented 6 years ago

If someone could provide a step-by-step method for implementing this method or providing the js files, I would greatly appreciate it! @Jabbaxx @dmaxjm

askmike commented 6 years ago

Awesome issue, thanks for opening this over a year ago @albertolive. Unfortunately I am closing this issue, let's move these kinds of discussions to the forum!

omega733 commented 5 years ago

Hi i am back here Again....i have very good results in Bt - backtests and now i try to play same in Real BTC VS DOOGE ON POLONIEX

Btw this Forum is bery big ..

question i have : DO SOMONE win on real with gekko ? Or do you know somone who win with gekko?

Programmer of Gekko DO RALLY AMAZING JOB !!! NOW i use 0.6.6 version and is realy stable

I join my last bt from last 3 months BTC VS DOOGE WITH CCI.. Regards

screenshot_20181022-121437_gallery

Karbuncko commented 5 years ago

Hi Everybody what is the best strategie and currencies exchange for Binance plus parameters? I got few coins in there and I would like to 10000X% šŸ’ƒ :D. My Gekko is working well in the backtestings but only bad results on binance THX anyway!

eddc1 commented 5 years ago

hi guys, this bot is amazing. I had this idea so long in my head (trading bot) and but my programming skills, are not so good. but i learne every day new things. I traied to change the numbers to get a profit from 1000% or higher but my highest volue was 375% :( can you say how you do + 74k % profit xD

omega733 commented 5 years ago

hi guys, this bot is amazing. I had this idea so long in my head (trading bot) and but my programming skills, are not so good. but i learne every day new things. I traied to change the numbers to get a profit from 1000% or higher but my highest volue was 375% :( can you say how you do + 74k % profit xD

Hi EVERYBODY

IF You want i can show you how to DO more than 8 Millions of % in 3 months ... look my Back test results BUT THERE IS ALWAYS BUT !!!

I win Only in bt but in reality i sart arround 2 weks ago (with 1crash OF Gekko) and i lose in reality 17 $ from my initial depoist of 100$ =0.02 BTC...

last bt

poloniex

SO I AM SORRY TO TELL YOU BUT TILL NOW WE CANNOT WIN WITH GEKKO - IS so dommaged cos is free Bot and only we can control it there is not possibli to be SCAMMED by others wankers on the internet from TELEGRAM etc

MAYBE IF SOMONE CAN MAKE MARTINGALE GEKKO STRARTEGIE like buy every 10% of drop price and add and add next order till price will change our side I SEE only this one possible strategies !!! MARTINGALE !!!

REGARDS

Jabbaxx commented 5 years ago

Sorry to disappoint you guys, no one gets 1000% ;) Unless you are a whale and play the coins ;) You can make some moeny if you re good. But what works now might not work in 3-4 weeks. The market is somehow changing a little bit all the time. I hada 150% strategies that workd good in backtesting and then for two weeks good on the market. made 20-30%. Then it stopped buying. Market changed... So you need to either adopt, or build something that adopts itself. Another won 20% and then lost the 20% again. If I would have taken if offline as I saw market changed, I would have kept the 20%. But I wanted something that works automatically. Maybewatch the market and then take bot online or offline when it goes south. I am working on this now for 8 monts and not yet there. But I make progress... ;) Good luck guys :)

On Fri, Oct 26, 2018 at 11:27 PM omega733 notifications@github.com wrote:

hi guys, this bot is amazing. I had this idea so long in my head (trading bot) and but my programming skills, are not so good. but i learne every day new things. I traied to change the numbers to get a profit from 1000% or higher but my highest volue was 375% :( can you say how you do + 74k % profit xD

Hi EVERYBODY

IF You want i can show you ho to DO more than 8 Milkions of % in 3 months ... look my Back test results BUT THERE IS ALWAYS BUT !!!

I win Only in bt but in reality i satrt around 2 weks ago (with 1crash OF Gekko) and i lose in reality 17 $ from my initial depoist of 100$ =0.02 BTC... [image: last bt] https://user-images.githubusercontent.com/34425172/47590872-fe8b3a00-d96d-11e8-9c24-7ae4e0c2c45e.jpg [image: poloniex] https://user-images.githubusercontent.com/34425172/47590884-077c0b80-d96e-11e8-9102-18c0021b8ea6.jpg

SO I AM SORRY TO TELL YOU BUT TILL NOW WE CANNOT WIN WITH GEKKO - IS so dommaged cos is free Bot and only we can control it there is not possibli to beSCAMMED by others wakers on the internet from TELEGRAM etc

MAYBE IF SOMONE CAN MAKE MARTINGALE GEKKO SQTARTEGIE like buy every 10% of drop price and add and add next order till price will change our side I SEE only this one possible strategies !!!

REGARDS

ā€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/askmike/gekko/issues/610#issuecomment-433533522, or mute the thread https://github.com/notifications/unsubscribe-auth/Aii6qPRdq4NQBsRYSs6G9z0ql_j-u88Rks5uo3AzgaJpZM4MTbaI .

omega733 commented 5 years ago

Hi thank you sir for your answer

I know that i cannot do 1000% per month but event i can do 10 to 50% per month consistently will be very nice

Btw can somone create martingale systeme buy or sell every x% ?? regards

Jabbaxx commented 5 years ago

There is a gekko forum and as far as I know also Discord groups. Google will probably show you ;) Here you will not get any or very few answers. Good luck.

On Mon, Oct 29, 2018 at 12:16 PM omega733 notifications@github.com wrote:

Hi thank you sir for your answer

I know that i cannot do 1000% per month but event i can do 10 to 50% per month consistently will be very nice

Btw can somone create martingale systeme buy or sell every x% ?? regards

ā€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/askmike/gekko/issues/610#issuecomment-433856506, or mute the thread https://github.com/notifications/unsubscribe-auth/Aii6qDcwypL7nyKdpEE0yftj_9hEslcfks5uptWBgaJpZM4MTbaI .

askmike commented 5 years ago

This issue thread has played a big role for Gekko, thanks everyone for contributing and discussing ideas. Now the time has come to close this issue (I'll lock it as well meaning this will be the last message all subscribed people get).

Successful strategies are the secrets ingredients to a profitable Gekko bot. If you have one it doesn't make much sense to share it online for free. If you are looking for a good strategy and don't want to make it yourself you can have a look at my hosted app called Gekko Plus, it will feature a market place where everyone can offer strategies and other people can run them (if they do the creator will get paid).

To start things off: I'm hosting a strategy contest now. Everyone can upload his/her own strategy, I'll run all of them (on the public platform, everyone can watch), best performing strategy wins 0.1 BTC.