Bitcoin Forum
May 01, 2024, 03:15:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Making a trading bot  (Read 1118 times)
Eildosa (OP)
Member
**
Offline Offline

Activity: 572
Merit: 10


View Profile
May 27, 2017, 12:02:03 PM
 #1

Hi,

TLDR : help me with the finance aspect (how do detect buy and sell opportunity) and I'll share the bot with you

I'm a java JEE/python engineer, I recently tried to make a trading bot, without success.
I can code allright, but I know nothing about finance, trading indicators, etc.

My idea was to detect a fall and sell when it happened and then detect a rise and buy at its start.

I took the burst coin data from poloniex and quickly smoothed the price chart and detected rise and fall by doing an average of the 5 last value.



And I thought, "DAMN I GOT IT, SO EASY, MONEY MONEY MONEY!!!"

but then I went in real time, and oups, the smoothing algorythym uses future value, so the end of the curve, the present, is false and always changing.
video of what I said :

https://youtu.be/eZLQm28lbVk

So here I am.
Is my strategy even worth it (selling during fall, re-buyin when it rises)?
Do you know a better strategy?
Some financial indicator could be helpfull? (MACD and such)

Thanks.







1714533355
Hero Member
*
Offline Offline

Posts: 1714533355

View Profile Personal Message (Offline)

Ignore
1714533355
Reply with quote  #2

1714533355
Report to moderator
1714533355
Hero Member
*
Offline Offline

Posts: 1714533355

View Profile Personal Message (Offline)

Ignore
1714533355
Reply with quote  #2

1714533355
Report to moderator
1714533355
Hero Member
*
Offline Offline

Posts: 1714533355

View Profile Personal Message (Offline)

Ignore
1714533355
Reply with quote  #2

1714533355
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
krisnajsadrak
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 250


Hodlers Network


View Profile
May 27, 2017, 01:29:20 PM
 #2

you can try to use RSI,, for me its work, higher time frame , can minimize the false signal
buy when the RSI hit oversold area,, and sell when RSI hit overbought area combine with EMA 50
as pro-trader say,, keep it simple  Wink

stormcleric
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile WWW
May 30, 2017, 02:00:12 PM
 #3

Hi,

TLDR : help me with the finance aspect (how do detect buy and sell opportunity) and I'll share the bot with you

I'm a java JEE/python engineer, I recently tried to make a trading bot, without success.
I can code allright, but I know nothing about finance, trading indicators, etc.

My idea was to detect a fall and sell when it happened and then detect a rise and buy at its start.

I took the burst coin data from poloniex and quickly smoothed the price chart and detected rise and fall by doing an average of the 5 last value.



And I thought, "DAMN I GOT IT, SO EASY, MONEY MONEY MONEY!!!"

but then I went in real time, and oups, the smoothing algorythym uses future value, so the end of the curve, the present, is false and always changing.
video of what I said :

https://youtu.be/eZLQm28lbVk

So here I am.
Is my strategy even worth it (selling during fall, re-buyin when it rises)?
Do you know a better strategy?
Some financial indicator could be helpfull? (MACD and such)

Thanks.


You're getting the whole topic wrong.

You must first learn to trade. Then maybe you can code a successful bot.

It's very likely you'll understand why the strategy you posted above won't work as soon as you read a bit about this world.

There are other bots already developed. Have a look at them.

echris
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 30, 2017, 03:57:33 PM
 #4

The previous poster is giving you good advice. I am using a bot successfully. But first, I had to learn to trade manually. Bots help you earn faster but you have to set the coins, settings etc.. based on market conditions. I read Gunthar's (of gunbot trading bot for Poloniex Bittrex and Kraken) posts https://bitcointalk.org/index.php?topic=1715214.msg17180502#msg17180502 and l practiced until I understood. Good luck!
Eildosa (OP)
Member
**
Offline Offline

Activity: 572
Merit: 10


View Profile
May 31, 2017, 12:45:28 PM
 #5

Went to udemy yesterday and bought Stock Trading Ninja: Complete System For Trading Success for 10$
We'll see, but this course smells bullshit.

9 out of 10 win during trades !!!
Everyone of you will master this!!!

blah blah blah, seems too good to be true.

Edit : heh, this gunbot dude explained how his bot works, I can make my own now.

Red-Apple
Hero Member
*****
Offline Offline

Activity: 1470
Merit: 655


View Profile
May 31, 2017, 02:20:36 PM
 #6

well the only thing you are missing is the fact that there is no logic behind any of the altcoins movements! they are what we around here call "Pump and Dump" altcoins.
these are very small markets with a lot of whales who have a lot of money at their disposal. there are also a lot of pump groups who have a lot of sheep following them!!!
they give a signal and the sheep start buying that shitcoin and losing money while the pumpers sell and make money. you see this on the chart as a big rise out of nowhere and for no reason!

Quote
Is my strategy even worth it (selling during fall, re-buyin when it rises)?
this sounds good though. i have been doing this from time to time. if you can find the rises you can always make a quick profit. but the problem is being fast to act on it both for selling and buying.

--signature space for rent; sent PM--
aventus
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Aventus solution to disrupt ticketing market


View Profile WWW
May 31, 2017, 02:39:21 PM
 #7

Went to udemy yesterday and bought Stock Trading Ninja: Complete System For Trading Success for 10$
We'll see, but this course smells bullshit.

blah blah blah, seems too good to be true.



25 years of trading financial markets makes me say you are right: 100% bullshit for n00bs. You will never make real money. As for the ratio, mine was more 2/3 of loosing trades. But huge profits for small losses.

Eildosa (OP)
Member
**
Offline Offline

Activity: 572
Merit: 10


View Profile
May 31, 2017, 03:59:11 PM
 #8

Quote
there is no logic behind any of the altcoins movements!

I don't know, I recently learned that when the price goes out of the bollinger band then it suggest a change in trend.

What if everyone knows this and decide to buy/sell because of this indicator, won't it act on the price and make the indicator right.

Eildosa (OP)
Member
**
Offline Offline

Activity: 572
Merit: 10


View Profile
June 01, 2017, 12:43:43 PM
 #9

So I coded the interface with poloniex and made this :

candlestick plotted from poloniex data + EMA24 and EMA48 (5min period) and bollinger bands computed from poloniex data
https://ibb.co/gVSfha

If I follow gunbot logic I should buy when the value is below the two EMAs and sell when it's above.
In order to maximize profit I also computed the bollinger band.

My logic is the following :

when price is below the 2 EMAs lines AND "close enougth" from the lower bollinger band : buy
when price is above the 2 EMAs lines AND "close enougth" from the upper bollinger band : sell

I think I'm going to make a simulation with genetic selection on a 1 year of burst coin prices and let it play.
the 3 changing parameters would be EMA1 windows, EMA2 windows, bollinger window.
 
I'll also have to add failsafe, if the price rises too much and settle higher then the bot will be stuck, same is true for the opossite.
I should also make a "scan" module, that can quicly analyse every currency pair on poloniex and tell me which one are optimal for this strategy (oscillating around a value)

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!