MotiveWave sounds like what you need. They have SDK which should make for easy customization.My broker is IB, so i am looking for a software that would resolve those limitations which also works with IB.
MotiveWave sounds like what you need. They have SDK which should make for easy customization.My broker is IB, so i am looking for a software that would resolve those limitations which also works with IB.
Is there a way to pm on this platform? Would you be willing to exchange a few emails and tell me if what I have in mind is doable & what might be involved?I'm a seasoned software developer and a quantitative trader. I write my own software and run my own automated trading systems full-time. It is literally what I do day-in, day-out, it's not a part-time project.
It has taken me years to learn the trading side of things, the programming side is relatively straightforward - combining them both is a unique skill set very, very few people posses.
Unfortunately, these kind of skills don't come cheap.
My suggestion is to stay away from platform type solutions like - TradeStation, MetaTrader, etc. They are hugely limiting.
Depending on the complexity of your project. You may be able to get away with a simple connection to IB API, subscribe to data updates and react to it. Anything more and you'll need someone who has knowledge of multi-threaded, event driven systems. You'll need to react to price and order updates, etc.
Python is a relatively simple language and there are many programmers who knock up something for you. I personally use Golang, due to its speed and number crunching abilities which I require for my strategies. I'm not here to compare or contrast programming languages - you've got to use what's best for your requirements.
So, building a trading system is not straightforward, it's like asking someone to build a car. What type of car? how fast should it go? type of terrain? passengers? etc. etc.
Hope this helps.
Is there a way to pm on this platform? Would you be willing to exchange a few emails and tell me if what I have in mind is doable & what might be involved?
Thank you for taking the time out to respond. I would love to network with you. I have been looking for someone with your knowledge base for a long time. I would be willing to pay your hourly rate for either consulting me or helping me program. I have the trading part down and have 5 different setups that i use. Currently i am with IB and use TradeStation for software development. Any possible way we can network. If so email me, i have sent my contact Via PM and i can send you a short video of my system. Would you be interested to program a system for me on IB. I have my system fairly complete on TS platform but as you know too many limiting factors and i am not a big fan of TS. I am looking for a way to move my system over to IB. I am not very tech savy but i have a lot on trading knowledge i can offer that would possibly help you out with your trading, I have been studying technical analysis for 15 years. I need to partner up with a tech savy software developer. Please email me so i can send you a video of my system. Thanks
This is an answer from someone who understands the potential pitfalls. Appreciated.IMHO building from ground up is better in long run.
Unless you find something that will not run you into limitations with your current goal and is flexible enough for future plans.
If you find some ready made software that is open source and you understand its flexibility and inner functioning its also good.
I have been working on various automated trading algos and i dont know my future plans , but so far i would have run into limitations with almost all ready made trading software platforms.