Click here to Skip to main content
15,914,111 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Recognizing Chart Trends Pin
BobJanova9-Jul-12 1:47
BobJanova9-Jul-12 1:47 
GeneralRe: Recognizing Chart Trends Pin
Newbie189-Jul-12 8:00
Newbie189-Jul-12 8:00 
GeneralRe: Recognizing Chart Trends Pin
Matty2212-Jul-12 20:35
Matty2212-Jul-12 20:35 
GeneralRe: Recognizing Chart Trends Pin
BobJanova12-Jul-12 23:34
BobJanova12-Jul-12 23:34 
GeneralRe: Recognizing Chart Trends Pin
Newbie1814-Jul-12 3:00
Newbie1814-Jul-12 3:00 
AnswerRe: Recognizing Chart Trends Pin
Eddy Vluggen14-Jul-12 3:25
professionalEddy Vluggen14-Jul-12 3:25 
GeneralRe: Recognizing Chart Trends Pin
Newbie1815-Jul-12 1:34
Newbie1815-Jul-12 1:34 
AnswerRe: Recognizing Chart Trends Pin
Eddy Vluggen15-Jul-12 5:24
professionalEddy Vluggen15-Jul-12 5:24 
Newbie18 wrote:
Now i'm curious. How would you do that?

There are multiple algorithms that can be used to determine whether two words 'sound alike' (like metaphone and soundex), what their "edit distance" is (Levenshtein[^]) - you could even download and abuse the wiktionary to find synonyms and validate against their soundex.

Newbie18 wrote:
If it can find a "class" of messages, that are similiar to each other

Without interpreting the message, it's nigh impossible to determine whether you're dealing with "good" or "bad" news. Since you can't make that simple classification, I'd have my doubts about the validity on complexer classes.

Newbie18 wrote:
I know, it's not likely that my ideas are realizable, and if they are, most probably some Bank or Hedge Fund has already done it

Not in this way.

They're most likely scanning for keywords, and have a human validating the most promising headlines. You could perhaps "train" some artificial network to recognize "positive" news, but again you'd hit new trouble - your bot might start to buy/sell based on false rumours.

Say you do find a correlation between trades (somewhat simpeler than correlation between price and news); say you notice the move in the price of copper before the price in silver moves - that might imply a connection, but it might also be a coincidence. In practice, silver often follows, but at some days it simply moves in a contrary direction due to "other factors" (like the discovery of a huge deposit of silver).

If trading were that easy, we would have replaced wall street completely with computers and gotten rid of the human influence a long time ago.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

AnswerRe: Recognizing Chart Trends Pin
Kenneth Haugland24-Jul-12 10:44
mvaKenneth Haugland24-Jul-12 10:44 
Generalalgorithmic approach to calculating number of full moon since a certain date ? Pin
BillWoodruff1-Jul-12 1:39
professionalBillWoodruff1-Jul-12 1:39 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Richard MacCutchan1-Jul-12 6:23
mveRichard MacCutchan1-Jul-12 6:23 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
jsc423-Sep-12 23:46
professionaljsc423-Sep-12 23:46 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Richard MacCutchan4-Sep-12 0:22
mveRichard MacCutchan4-Sep-12 0:22 
AnswerRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Peter_in_27802-Jul-12 20:41
professionalPeter_in_27802-Jul-12 20:41 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Luc Pattyn2-Jul-12 22:02
sitebuilderLuc Pattyn2-Jul-12 22:02 
QuestionShortest Path on Unweighted Edges Pin
maxx231024-Jun-12 17:25
maxx231024-Jun-12 17:25 
AnswerRe: Shortest Path on Unweighted Edges Pin
Luc Pattyn24-Jun-12 18:07
sitebuilderLuc Pattyn24-Jun-12 18:07 
GeneralRe: Shortest Path on Unweighted Edges Pin
maxx231024-Jun-12 18:33
maxx231024-Jun-12 18:33 
AnswerRe: Shortest Path on Unweighted Edges Pin
Luc Pattyn24-Jun-12 19:04
sitebuilderLuc Pattyn24-Jun-12 19:04 
AnswerRe: Shortest Path on Unweighted Edges Pin
BupeChombaDerrick25-Jun-12 11:48
BupeChombaDerrick25-Jun-12 11:48 
AnswerRe: Shortest Path on Unweighted Edges Pin
Luc Pattyn25-Jun-12 11:56
sitebuilderLuc Pattyn25-Jun-12 11:56 
GeneralRe: Shortest Path on Unweighted Edges Pin
BupeChombaDerrick25-Jun-12 14:56
BupeChombaDerrick25-Jun-12 14:56 
GeneralRe: Shortest Path on Unweighted Edges Pin
Tadeusz Westawic9-Jul-12 5:00
Tadeusz Westawic9-Jul-12 5:00 
QuestionColor mixing algorithm Pin
Kobi_Z14-Jun-12 5:03
Kobi_Z14-Jun-12 5:03 
AnswerRe: Color mixing algorithm - Repost Pin
Richard MacCutchan14-Jun-12 5:38
mveRichard MacCutchan14-Jun-12 5:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.