IQFeed client for Linux Wine tips or VMware virtualization
Running Wine for IQFeed client can be unstable but I do have a better option with VMWare below as well.
Running Wine for IQFeed client can be unstable but I do have a better option with VMWare below as well.
[igp-video src=”” poster=”https://scontent.cdninstagram.com/vp/e0c96b28fd178ce5aef5ed7c642a9bd5/5D1EB99B/t51.2885-15/sh0.08/e35/s640x640/35459400_491880347897962_3386354908558000128_n.jpg?_nc_ht=scontent.cdninstagram.com” size=”large”] NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don’t worry as I don’t post stupid cat videos or what I eat!
Bitcoin HFT client using FIX vs REST API Is it FIX protocol or REST API to implement a crypto currency trading system https://bitcointalk.org/index.php?topic=1059302.0 https://github.com/Aurora-Team/BitcoinExchangeFH https://github.com/timmolter/XChange/wiki/Exchange-support https://github.com/thrasher-/gocryptotrader https://github.com/ctubio/Krypto-trading-bot NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don’t worry as I don’t post stupid cat videos or what I eat!
Trying Redis 4 NOSQL with new CPP client library Finally an actual C++ library that works with Redis 4 https://github.com/acl-dev/acl https://github.com/acl-dev/acl/tree/master/lib_acl_cpp/samples/redis NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don’t worry as I don’t post stupid cat videos or what I eat!
Demo debug of java client to buy with Dukascopy JForex for algo forex trading This is a full debugging session between JForex and Netbeans Java IDE. This is to test the communication with socket to send orders from a client into JForex Join my FREE newsletter to learn more about how I use Dukascopy JForex …
Demo debug of java client to buy with Dukascopy JForex for algo forex trading Read More »
Options Future Equation class library with Test Client I resume my ‘Phase 2’ of my Algo Trading Course Series I started in March. After completing the “Infrastructure Building Blocks” and “Equity Arbitrage/Pair Trading”, it is time to focus on learning both futures and options trading. Get more details here: https://quantlabs.net/blog/python-algo-course-series-for-your-indie-automated-trading-business/ This new Phase that will …
Options Future Equation class library with Test Client Read More »
Demo update of C++ Intel TBB Redis Client on Mac OSX This is very fluid as nothing is final but I got these 2 libraries working https://www.threadingbuildingblocks.org/download https://github.com/Cylix/cpp_redis/blob/master/examples/redis_client.cpp Join my FREE newsletter to learn more about these libraries for automated trading NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. …
Demo update of C++ Intel TBB Redis Client on Mac OSX Read More »
Working demo of Redis C++ r3c client in Ubuntu Linux What an SOB this was to set up! A video demo below shows how to really work it In conjunction with these Working Redis C++ Client finally Latest C++ updates for Mac OSX for HFT backend Join my FREE newsletter to learn more about Redis …
Working demo of Redis C++ r3c client in Ubuntu Linux Read More »
Working Redis C++ Client finally For Max OSX install use hiredis but is in C Brew install hiredis This seems to work fine for C++ https://github.com/eyjian/r3c Start redis-server ./r3c_test 127.0.0.1:6379 make all make clean run with ./r3c_test 127.0.0.1:6379 Join my FREE newsletter to learn how Redis for C++ change your automated trading NOTE I …
How to have DotNET CSharp client call Matlab script Links are below for lessons mentioned in video Join my FREE newsletter to learn more about this tech combo for automated trading C# Source code: //mathworks.com/help/matlab/matlab_external/call-matlab-function-from-c-client.html //add MLApp.dll with stackoverflow.com/questions/9780805/where-is-matlab-application-type-library //or use how-i-fixed-it.blogspot.ca/2013/05/matlab-application-type-library-mlapp.html //How-i-fixed-it: //1. Open a windows command prompt as administrator //2. Navigate to your …
How to have DotNET CSharp client call Matlab script Read More »