 |
clarodina
Registered: Feb 2007
Posts: 348 |
08-15-12 02:34 AM
anyone would share how the steps on how to build a automate trading on server? recommend vendor and software tws and more security and pitfalls
is amazon cloud suit? is very messy and not user friendly how to upload applications to amazon cloud and they have many product which one to choose ?
|
| |
|
Edit/Delete • Quote • Complain |
amazingIndustry
Registered: Aug 2009
Posts: 570 |
08-15-12 05:08 AM
yeah, sure, would you like me to send you the code? I could also send you my strategies and code for that as well if you like. I love to give and help out where I can. Anyone interested PM me pls.
|
| |
|
Edit/Delete • Quote • Complain |

FuriousTrader
Registered: Dec 2011
Posts: 4 |
08-15-12 07:28 AM
Quote from clarodina:
anyone would share how the steps on how to build a automate trading on server? recommend vendor and software tws and more security and pitfalls
is amazon cloud suit? is very messy and not user friendly how to upload applications to amazon cloud and they have many product which one to choose ?
Just throwing ideas, haven't actually build one yet.
Any brokers with API support (e.g. Ib or LS) you could set up web services (e.g. using RESTful so can be used as your APIs) in the cloud which can make calls to your broker. Setup authentication/authorization services and may be even different trading algos setup in the backend.
|
| |
|
Edit/Delete • Quote • Complain |

Mr_You
Registered: Dec 2010
Posts: 265 |
08-16-12 02:20 AM
I see this question over and over and my answer is (over and over)...
Just jump in with NinjaTrader. Download to your desktop, download Market Replay data if you don't have a data provider, and build a strategy using the Strategy Wizard, get good enough to modify the C# code it generates. Backtest then forward/paper test, etc.
Lots of work. See the NinjaTrader website for video tutorials.
|
| |
|
Edit/Delete • Quote • Complain |

amazingIndustry
Registered: Aug 2009
Posts: 570 |
08-16-12 04:12 AM
...yeah and lock into all the Ninja T. specific scripts (bars, ticks, event handlers, base classes,...) and look forward to getting completely screwed over once you go live trading, because NT is utterly incompetent when it comes to managing positions and orders in live trading environments. I thought this was a well-known fact established already years ago and is re-emphasized by hundreds of users with every new version they pump out and DO NOT solve even the most elementary problems of their OMS and PMS.
Good luck!!!
Quote from Mr_You:
I see this question over and over and my answer is (over and over)...
Just jump in with NinjaTrader. Download to your desktop, download Market Replay data if you don't have a data provider, and build a strategy using the Strategy Wizard, get good enough to modify the C# code it generates. Backtest then forward/paper test, etc.
Lots of work. See the NinjaTrader website for video tutorials.
|
| |
|
Edit/Delete • Quote • Complain |

clearinghouse
Registered: Aug 2010
Posts: 572 |
08-16-12 04:35 AM
Quote from clarodina:
anyone would share how the steps on how to build a automate trading on server? recommend vendor and software tws and more security and pitfalls
is amazon cloud suit? is very messy and not user friendly how to upload applications to amazon cloud and they have many product which one to choose ?
Don't know if it helps you, but just write the thing from the ground up using C++. The parts you don't have, integrate with 3rd party utilities. The parts that you do have, make them flexible. Keep moving. Don't expect your initial setup to be great, just keep building a piece at a time, and don't be surprised if the version you want takes you SEVERAL YEARS to get right.
|
| |
|
Edit/Delete • Quote • Complain |
| Receive
an email whenever a new post is added to this thread by subscribing
to it. |
|
|
|
|