Posts Tagged ‘how to’

Youtube video on How to populate a highly scalable NOSQL Redis database from Java with source code

Youtube video on How to populate a highly scalable NOSQL Redis database  from Java with source code Some links to you out: Usage: https://github.com/xetorthio/jedis Download the JAR: https://github.com/xetorthio/jedis/downloads Learn more on how I do http://quantlabs.net/membership.htm YouTube Preview Image

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

New R blog created on how to do a model, algo, strategy for HFT High Frequency Trading

New R blog created on how to do a model, algo, strategy for HFT High Frequency Trading See here at http://quantlabs.net/r-blog/

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

No to MYSQL: How to use Cassandra with R and RCasandra versus Hadoop and HBase

No to MYSQL: How to use Cassandra with R and RCasandra versus Hadoop and HBase MYSQL looked good but can get pricey. Cassandra is true free open source and Twitter uses it! http://blog.milford.io/2010/06/installing-apache-cassandra-on-centos/ http://ria101.wordpress.com/2010/02/24/hbase-vs-cassandra-why-we-moved/ Learn more on how I proceed with this with R as part of my high frequency trading: http://quantlabs.net/membership.htm YouTube Preview Image Lucky me, I get a strange issue with RCassandra, Hmmm...probably a stupid thing but please comment if anyone has any ideas. Thanks YouTube Preview Image This could be a potential workaround but let me try for another day: http://www.datastax.com/dev/blog/big-analytics-with-r-cassandra-and-hive      

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

How to develop with R on an Apple Ipad Iphone or Android using Rstudio Server for Free

View CommentsWritten on May 17th, 2012 by caustic
Categories: Quant Development, R
How to develop with R on an Apple Ipad Iphone or Android using Rstudio Server for Free I show why RStudio enables you to develop R on a remote web server.

YouTube Preview Image

 

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

Good article on how to buy servers for your business

View CommentsWritten on May 16th, 2012 by caustic
Categories: Quant Opinion
Good article on how to buy servers for your business This is good http://www.pcworld.com/businesscenter/article/137617/how_to_buy_a_server.html

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

Youtube video demo on how to install Hadoop with Cloudera CDH3 fast in CentOS Red Hat 6 Linux

Youtube video demo on how to install Hadoop with Cloudera CDH3 fast in CentOS Red Hat 6 Linux Learn how to install it via Cloudera at: https://ccp.cloudera.com/display/CDHDOC/Installing+CDH3+on+a+Single+Linux+Node+in+Pseudo-distributed+Mode learn more how I proceed with this at: http://quantlabs.net/membership.htm YouTube Preview Image

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

Youtube video demo: How to install free open source CentOS Linux, R, and RStudio for quant HFT algo strategy development

Youtube video demo: How to install free open source CentOS Linux, R, and RStudio for quant HFT algo strategy development How to install R on CentOS Linux: http://stackoverflow.com/questions/9468164/problems-installing-r-on-linux-centos-6-2 su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-6.noarch.rpm' ... su -c 'yum install foo' from http://fedoraproject.org/wiki/EPEL/FAQ yum install R YouTube Preview Image

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

How to get started in HFT high frequency trading?

How to get started in HFT high frequency trading? Hello, I am a fresh graduate from the engineering field and have discovered that I have a huge interest in the algorithmic trading field. I guess I just wanted to ask some advice from people in the industry on what my next stept should be. My interest mainly lays with software development. I have experience using C and Matlab. Also if anyone happens to know of any entry level or internship positions, please let me know. That would be awesome :) ==   look into the programs these guys have. http://www.xyber9trends.com/x9t/4371.html they are some of the best that are out there.   == just start coding and designing systems.. after 10,000 hours you will be ready. -- Some interesting books to get you started, 1. The Trade Lifecycle (http://www.amazon.co.uk/The-Trade-Lifecycle-Trading-Process/dp/0470685913/ref=sr_1_1?ie=UTF8&qid=1336688190&sr=8-1) 1. The Black Box (http://www.amazon.co.uk/Inside-Black-Box-Quantitative-Trading/dp/0470432063/ref=sr_1_4?s=books&ie=UTF8&qid=1336688295&sr=1-4) 1. Inside High Frequency Trading (http://www.amazon.co.uk/All-About-High-Frequency-Trading-Series/dp/0071743448/ref=sr_1_1?s=books&ie=UTF8&qid=1336688449&sr=1-1) Also as Jay says, start coding. Write a couple of html scrapers to get stock prices from Google, BBC, Bloomberg or Reuters and test your algorithms on those. Good luck.   == I'd suggest to you check NinjaTrader software, is in C++, it's free (The non-live version) and its learning curve is pretty fast.   ==   I highly recommend the following book: http://www.amazon.com/Way-Turtle-Methods-Ordinary-Legendary/dp/007148664X See if you can implement the strategy to trade the commodity futures and make it profitable. You will thoroughly enjoy the experience and learn a lot along the way. If you are comfortable with C, you might consider MQL4 and perhaps MQL5 provided by MetaTrader 4 and 5 platforms respectively.   == Having said that, I would MetaTrader more of an educational / prototyping tool (great charting capabilities and a fairly expressive language). You would have to be VERY thorough in selecting the MetaTrader broker(s) though if you ever get to that stage.   == I wholeheartedly agree with thrcomment, you can use MQ4-5 as a learning tool, but do not use this in production. Furthermore I recommend only to trade in instruments that are either protected by MIFID or the american equal (cannot remember this act) but you should be guaranteed the NBBO. National best bid/offer. Basically this means do not trade FX and CFD´s in the beginning of your "career"   Hello, I am a fresh graduate from the engineering field and have discovered that I have a huge interest in the algorithmic trading field. I guess I just wanted to ask some advice from people in the industry on what my next stepts should be. My interest mainly lays with software development. I have experience using C and Matlab. Also if anyone happens to know of any entry level or internship positions, please let me know. That would be awesome :) ==   look into the programs these guys have. http://www.xyber9trends.com/x9t/4371.html they are some of the best that are out there.   == just start coding and designing systems.. after 10,000 hours you will be ready. -- Some interesting books to get you started, 1. The Trade Lifecycle (http://www.amazon.co.uk/The-Trade-Lifecycle-Trading-Process/dp/0470685913/ref=sr_1_1?ie=UTF8&qid=1336688190&sr=8-1) 1. The Black Box (http://www.amazon.co.uk/Inside-Black-Box-Quantitative-Trading/dp/0470432063/ref=sr_1_4?s=books&ie=UTF8&qid=1336688295&sr=1-4) 1. Inside High Frequency Trading (http://www.amazon.co.uk/All-About-High-Frequency-Trading-Series/dp/0071743448/ref=sr_1_1?s=books&ie=UTF8&qid=1336688449&sr=1-1) Also as Jay says, start coding. Write a couple of html scrapers to get stock prices from Google, BBC, Bloomberg or Reuters and test your algorithms on those. Good luck.   == I'd suggest to you check NinjaTrader software, is in C++, it's free (The non-live version) and its learning curve is pretty fast.   ==   I highly recommend the following book: http://www.amazon.com/Way-Turtle-Methods-Ordinary-Legendary/dp/007148664X See if you can implement the strategy to trade the commodity futures and make it profitable. You will thoroughly enjoy the experience and learn a lot along the way. If you are comfortable with C, you might consider MQL4 and perhaps MQL5 provided by MetaTrader 4 and 5 platforms respectively.   == Having said that, I would MetaTrader more of an educational / prototyping tool (great charting capabilities and a fairly expressive language). You would have to be VERY thorough in selecting the MetaTrader broker(s) though if you ever get to that stage.   == I wholeheartedly agree with thrcomment, you can use MQ4-5 as a learning tool, but do not use this in production. Furthermore I recommend only to trade in instruments that are either protected by MIFID or the american equal (cannot remember this act) but you should be guaranteed the NBBO. National best bid/offer. Basically this means do not trade FX and CFD´s in the beginning of your "career"  

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

How to go from Profitable algo strategy development to linux with java hadoop r for hft

How to go from Profitable algo strategy development to linux with java hadoop r for hft

http://quantlabs.net/membership.htm

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

How to get started in quant analysis?

View CommentsWritten on May 10th, 2012 by caustic
Categories: Quant Analytics
How to get started in quant analysis? Hello, I am a fresh graduate from the engineering field and have discovered that I have a huge interest in the algorithmic trading field. I guess I just wanted to ask some advice from people in the industry on what my next stepts should be. My interest mainly lays with software development. I have experience using C and Matlab. Also if anyone happens to know of any entry level or internship positions, please let me know. That would be awesome :) Thanks!   -- look into the programs these guys have. http://www.xyber9trends.com/x9t/4371.html they are some of the best that are out there.  

Get our FREE Open Source Historical Database by answering the 2 WORLD'S FASTEST TRADER/QUANT QUESTIONS

Post to Twitter

Follow

Get every new post delivered to your Inbox

Join other followers: