Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"Rapidminer R extension Example for finance"
neuralconcept
Member Posts: 4 Contributor I
Hi All
I love the power of RapidMiner + R extension, It s an advanced tool that can be used to analyze trading strategies, In order to check its power I made a simple example of using an algorithm based on a support vector machine for predicting the next day's price and based on it, generate buying and selling signals. I have integrated quant indicators, SVM, and finally the strategy is evaluated.
It is an small tutorial with all code to generate your process. You can find it in my blog
http://aphysicistinwallstreet.blogspot.com/2010/11/example-rapidminer-r-for-trading.html
Any comment is wellcome
I love the power of RapidMiner + R extension, It s an advanced tool that can be used to analyze trading strategies, In order to check its power I made a simple example of using an algorithm based on a support vector machine for predicting the next day's price and based on it, generate buying and selling signals. I have integrated quant indicators, SVM, and finally the strategy is evaluated.
It is an small tutorial with all code to generate your process. You can find it in my blog
http://aphysicistinwallstreet.blogspot.com/2010/11/example-rapidminer-r-for-trading.html
Any comment is wellcome
Tagged:
0
Answers
I updated the Trading strategy using Genetic algorithms. Now the optimization is based in ROC parameter so now the final results is much better.
http://aphysicistinwallstreet.blogspot.com/2010/12/genetic-optimization-for-trading-using.html
Best Regards