Author

Topic: Trend surfing (Read 141 times)

member
Activity: 134
Merit: 10
May 12, 2018, 01:44:06 PM
#5
I just wanna detect when the wind start to blow stronger, and buy with an stop loss just in case.
member
Activity: 239
Merit: 10
May 12, 2018, 01: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.
member
Activity: 134
Merit: 10
May 12, 2018, 01: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¤cyPair=BTC_ETH&start=1405699200&end=9999999999&period=14400


- currencyPair=BTC_ETH
- start=1405699200
- end=9999999999
- period=300

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
hero member
Activity: 882
Merit: 544
May 10, 2018, 07: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.
member
Activity: 134
Merit: 10
May 10, 2018, 07: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!
Jump to: