Bitcoin Forum
May 06, 2024, 09:31:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trend surfing  (Read 128 times)
chrusso (OP)
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
May 10, 2018, 11:01:51 PM
 #1

Hi guys, looking for some help on thistrying to think about a proper algorithm to anticipate a bull run, or, in other words, I'm looking to make a small PHP program that allows to buy a coin right after the prices go up.

Now, I've been trying to get some patterns that could indicate that a certain coin is going up, I've been trying to find correlations. Monitoring a few websites in order to fetch and parse the news could be useful.

There's also a few open source projects that allow to parse emotions on a given text, for example:

https://github.com/Chaiavi/TextToEmotion

Quote
TextToEmotions reads the block of text, parses emotions from it, then returns a response object containing the percent value probability of each emotion.

Or here:

http://krcadinac.com/synesketch/

Any ideas about any other indicators that could shortly anticipate an uptrend?

Thanks!
1714987886
Hero Member
*
Offline Offline

Posts: 1714987886

View Profile Personal Message (Offline)

Ignore
1714987886
Reply with quote  #2

1714987886
Report to moderator
1714987886
Hero Member
*
Offline Offline

Posts: 1714987886

View Profile Personal Message (Offline)

Ignore
1714987886
Reply with quote  #2

1714987886
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714987886
Hero Member
*
Offline Offline

Posts: 1714987886

View Profile Personal Message (Offline)

Ignore
1714987886
Reply with quote  #2

1714987886
Report to moderator
hase0278
Hero Member
*****
Offline Offline

Activity: 882
Merit: 544


View Profile
May 10, 2018, 11:22:40 PM
 #2

Any ideas about any other indicators that could shortly anticipate an uptrend?

Thanks!
Other indicators you can use to anticipate an uptrend is by using technical analysis. IMO this type of analysis is good when paired with Fundamental analysis(the one you are attempting to use since you'll make the program predict a bull run using market sentiment). By utilizing the two, somehow it can make that small PHP program more accurate in predicting an uptrend.
chrusso (OP)
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
May 12, 2018, 05:03:53 PM
 #3

Any ideas about any other indicators that could shortly anticipate an uptrend?

Thanks!
Other indicators you can use to anticipate an uptrend is by using technical analysis. IMO this type of analysis is good when paired with Fundamental analysis(the one you are attempting to use since you'll make the program predict a bull run using market sentiment). By utilizing the two, somehow it can make that small PHP program more accurate in predicting an uptrend.

Hi hase0278, thanks for your feedback!

Do you know anything about technical indicators that we can use in order to increase the performance?

Using the Poloniex API, for example, we can get the historical price, which I believe would allow us to calculate the variables we need, here's an example:

https://poloniex.com/public?command=returnChartData&currencyPair=BTC_ETH&start=1405699200&end=9999999999&period=14400


- currencyPair=BTC_ETH <defines the pair that we want to lookup>
- start=1405699200 <defines the last date we want to lookup>
- end=9999999999 <defines the last date we want to lookup, using 9999999999 we get all the records until present day>
- period=300 <defines the interval of each candle in seconds, set in 300 groups the information every 300 seconds (5 minutes)>

The first question would be how many days we would need to capture in order to perform a proper technical analysis?

Would it be alright calculating by the last 90 days? If so, how long would you define the interval? 5 minutes? half an hour? 1 hour? 12 hours? a day?

Can anyone recommend how to perform a proper technical anaylsis from this data?

Thanks!!
Kind regards;
Chris
luckyluigi
Member
**
Offline Offline

Activity: 239
Merit: 10


View Profile
May 12, 2018, 05:12:56 PM
 #4

Oh, I would like to know for sure what will happen and when, but here I`m not skilled, so just depending on a wind of changes.
chrusso (OP)
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
May 12, 2018, 05:44:06 PM
 #5

I just wanna detect when the wind start to blow stronger, and buy with an stop loss just in case.
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!