An application to automate trading strategies based on candle stick charts and indicators This is an open source project. Current interface supported are Interactive Brokers TWS and Yahoo Finance (data only)
Hi Simon, Thanks for releasing your project as open source.
I am not well-versed in java programming or sql. Could you provide some pointers/advice as to how do I implement my own strategy using this open source infrastructure? I would like some advice specifically on how to set basic initialisations within the java and then query for a particular stock in the database and then perform some functions on it's price?
Lets say for example a naive strategy, find gradient between two price points and if +ve then buy if -ve then sell?
Hi Simon,
ReplyDeleteThanks for releasing your project as open source.
I am not well-versed in java programming or sql. Could you provide some pointers/advice as to how do I implement my own strategy using this open source infrastructure? I would like some advice specifically on how to set basic initialisations within the java and then query for a particular stock in the database and then perform some functions on it's price?
Lets say for example a naive strategy, find gradient between two price points and if +ve then buy if -ve then sell?