Topic: Hope joined the Support Vector Machine method in the Indicator.

Dear Popov :
    Hope joined the Support Vector Machine method in the Indicator.Support Vector Machine program can be obtained at the following Web site for free.
I do not know whether this request to get your support?

Web site:http://www.csie.ntu.edu.tw/~cjlin/libsvm/index.html

Re: Hope joined the Support Vector Machine method in the Indicator.

Can I ask how would you use it?

Re: Hope joined the Support Vector Machine method in the Indicator.

footon wrote:

Can I ask how would you use it?

On the web site called LIBSVM description

Re: Hope joined the Support Vector Machine method in the Indicator.

vcfriend wrote:
footon wrote:

Can I ask how would you use it?

On the web site called LIBSVM description

No, how would you use it in FSB as indicator. What would it classify and predict? Just simple regression analysis? Next bar direction? If we look at the graphic applet demonstration here (www.csie.ntu.edu.tw/~cjlin/libsvm/index … svm-toy-js), what does it represent in regard to trading?

P.S. I'm not a math guy by heart, I'm trying to wrap my head around this method, so pardon me if my questions sound a bit ignorant.

Re: Hope joined the Support Vector Machine method in the Indicator.

footon:Thank you for your attention, my English is not good, so simple reply.
I would like to support vector regression method to predict the probability of more than 90% available. Next bars price range or close price.

Re: Hope joined the Support Vector Machine method in the Indicator.

There are softwares (free) that you can do data mining with..... you need only search on the net and then experiment with those.

I have seen commercial software especially for traders that will output an EA, the cost is about $1,500.00

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

vcfriend wrote:

footon:Thank you for your attention, my English is not good, so simple reply.
I would like to support vector regression method to predict the probability of more than 90% available. Next bars price range or close price.

Have you achieved 90% rate in predictions using it as a standalone program?

Re: Hope joined the Support Vector Machine method in the Indicator.

There is a free version of 'Rapid Miner' that you can do that with. That being said.... not many people are using that approach or software, a person is going to have to pay dearly for software that can work with these principles.

For some reason, the high frequency traders seem compelled to pay big bucks for their software and they have massive hardware to do their processing with.

Here is a list of some free data mining softwares http://thenewstack.io/six-of-the-best-open-source-data-mining-tools/

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

Blaiserboy wrote:

There is a free version of 'Rapid Miner' that you can do that with. That being said.... not many people are using that approach or software, a person is going to have to pay dearly for software that can work with these principles.

For some reason, the high frequency traders seem compelled to pay big bucks for their software and they have massive hardware to do their processing with.

Here is a list of some free data mining softwares http://thenewstack.io/six-of-the-best-open-source-data-mining-tools/

Thanks for your reply and share !

Re: Hope joined the Support Vector Machine method in the Indicator.

footon wrote:
vcfriend wrote:

footon:Thank you for your attention, my English is not good, so simple reply.
I would like to support vector regression method to predict the probability of more than 90% available. Next bars price range or close price.

Have you achieved 90% rate in predictions using it as a standalone program?

Is my guess right that you haven't actually achieved the rates you laid out?

Re: Hope joined the Support Vector Machine method in the Indicator.

I tried rapidminer, it's a nightmare experience, ditched it and went for the precompiled windows version run from cmd. Data format is a bit of a hassle but I think it was a success as it worked. Interesting part is that I get 100% accuracy, which can't be correct...

Pic of the HG below.

Post's attachments

error.PNG
error.PNG 1.96 kb, 2 downloads since 2015-06-11 

You don't have the permssions to download the attachments of this post.

Re: Hope joined the Support Vector Machine method in the Indicator.

I played with Rapid Miner for a couple years, actually just deleted it about a year ago.  You can do some amazing stuff with it, especially scanning the net for things. (if you have a gazillion terrabytes of hard drive. LOL)

I did not code any strategies that I found but time spoent on it gave me some understanding of things to do with data mining.

From my experience with it, I decided to stick with what I am doing as the learning curve in statistical methods is too steep for me.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

I wish there was a clear-cut manual for either of them, learning is the easy part it seems.

Dave, my RM guru, what should I do then to get at least a hint of result?

Logic is: training data->train SVM->SVM train model->testing data->results.

How do I connect those?

P.S. postimage.org doesn't seem to work properly, screenshot is attached.

Post's attachments

error.PNG 56.58 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Hope joined the Support Vector Machine method in the Indicator.

Get Yer Ya-Ya's Out! I exercised my brain a bit and I think I sorted out one error I made while formatting the data. Nothing official, but the testing is working much better, see the result below.

http://s9.postimg.org/ngu01hv17/error.jpg


I would have one, who else? wink

Re: Hope joined the Support Vector Machine method in the Indicator.

Additional info: dataset relation is 50%, i.e equal sizes of 10000 bars for training and testing. Timeframe H1. I did use returns (close - open), close values alone are statistically a bad choice, I've been told. Basically I tried to predict bars which have at least 15 pips difference between open and close, and the accuracy of it is 86%. I used RBF kernel, all settings default (because I'm at wits on how to change the parameters...).

Re: Hope joined the Support Vector Machine method in the Indicator.

I can not offer any assistance, I deleted the software many months ago and have forgotten whatever little I knew.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

Ok Dave, it's somewhat working for me now.

Re: Hope joined the Support Vector Machine method in the Indicator.

New update:

I went back to rapidminer, using the same dataset to verify my previous results, here it is.

http://s27.postimg.org/u5tdnokyn/error.jpg


Not too bad but should be closer. The biggest problem is that I'm not sure whether I can trust these numbers.

I'll do next some tests with directionality in mind, if numbers are above 80%, then it truly is promising. I think VC must have some experience with this, it's a shame he has gone silent.

I must add this is classification (C-SVC).

Re: Hope joined the Support Vector Machine method in the Indicator.

I went through the results again. Apparently that 86% accuracy is rubbish and that 81% is not better either. The actual prediction rate for predicting bars with movement is very low, so low it's useless. Certainly there are parameters for tweaking, secondly a rethink how to build the training data is on the cards.

Re: Hope joined the Support Vector Machine method in the Indicator.

I spent a lot of time with that program and a couple similar..... and made no money....  That is why I abandoned it.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

Thanks for the encouragement, Dave! I returned to precompiled version, beats RM speedwise hands down.

Return prediction turned out be useless, now I tried to train it to predict next bar's direction -- 49% correct. Will play with data later, but SVM really seems more of a hype.

Re: Hope joined the Support Vector Machine method in the Indicator.

I made, once, something that will predict the movement of the major stock indicaes, however that was using a universe of stocks.

It had a great accuracy!

I would do it today but the operation is time consuming.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

Blaiserboy wrote:

I made, once, something that will predict the movement of the major stock indicaes, however that was using a universe of stocks.

It had a great accuracy!

I would do it today but the operation is time consuming.

Speak up. How did you do it? What was the underlying method? Correlation?

Re: Hope joined the Support Vector Machine method in the Indicator.

hehe  I am not too sophisticated.

I have a universe of stocks in a charting program and measure the ups and downs with a couple sorts........ the result of which tells what is going to happen tomorrow.

I use about 7,000 US listed stocks in an old outdated charting program and I have developed numerous sorts, a few of which I have posted in here.  This is time consumiong as I have to download and then import the data from Yahoo after 8 pm and do the sorts which takes quite a while.

One day I may get the Worden software and do some neat things, that is very powerful for sorting and charting.

Posting a prediction is suicide so I have never done that.

Some ETF traders have automated systems using RSI 2 that are very accurate on individual instruments.

I guess making one for Forex instruments is quite possible using daily or weekly, however time to develop it is not there.

I am not really into forecasting, I thought it might be great for a while but now cannot see any money in it for me.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Hope joined the Support Vector Machine method in the Indicator.

After quite a number of tests I can conclude on my side that SVM cannot predict log returns, next bar direction, next fractal or whether next bar is higher or lower from the previous with reasonable accuracy, it tops out at 50% or fails completely. The reported accuracy of 90% seems like a myth, but I have read some organizations do achieve these kind of rates. But they have serious resources, which I don't. I'll leave this as it is.