Hi everyone,
I have been learning how to do automated trading for a few months. Still doing paper trading for testing.
I will be doing scalping, day trading, closing position at the end of the day. My current focus is Emini S&P 500 future, may add other future later.
Here is my setup:
I am using Interactive Broker (IB), I am using R for backtesting specific/customised strategy, otherwise I am using Amibroker for backtesting to quickly check if an algorithm is profitable.
My current data feed is IB history and order book, collecting this using IB Java API running 24x7 on my Ubuntu box (will change to IB Controler running on AWS later)
I am using Java/Scala to derive signals from time series data, based on my IB datafeed above.
In summary,
Purpose: scalping Emini future
Datafeed: IB
Data Collection/Data Transformation: Java/Scala
Backtesting: R, Amibroker
Strategy Discovery (automatically discover profitable strategy) : R, Python (using machine learning)
My background: I work as a developer and a machine learning researcher.
What is your setup? Any better data feed? my budget is about $100/month.
Any recommendation to improve my setup? I am really new in this automated trading field. My personal blog is http://Trading.Computer
Thank you.
Trading.Computer
I have been learning how to do automated trading for a few months. Still doing paper trading for testing.
I will be doing scalping, day trading, closing position at the end of the day. My current focus is Emini S&P 500 future, may add other future later.
Here is my setup:
I am using Interactive Broker (IB), I am using R for backtesting specific/customised strategy, otherwise I am using Amibroker for backtesting to quickly check if an algorithm is profitable.
My current data feed is IB history and order book, collecting this using IB Java API running 24x7 on my Ubuntu box (will change to IB Controler running on AWS later)
I am using Java/Scala to derive signals from time series data, based on my IB datafeed above.
In summary,
Purpose: scalping Emini future
Datafeed: IB
Data Collection/Data Transformation: Java/Scala
Backtesting: R, Amibroker
Strategy Discovery (automatically discover profitable strategy) : R, Python (using machine learning)
My background: I work as a developer and a machine learning researcher.
What is your setup? Any better data feed? my budget is about $100/month.
Any recommendation to improve my setup? I am really new in this automated trading field. My personal blog is http://Trading.Computer
Thank you.
Trading.Computer
Last edited:
