Re: [Quickfix-developers] to place market order(buy/sell) with StopLoss and TakeProfit criteria
Brought to you by:
orenmnero
From: Christopher T. <ch...@bw...> - 2015-06-12 15:21:26
|
MT4 doesn't use the FIX protocol, so unless you want to write a bridge of some kind, this won't work. On 12/06/15 16:56, Grant Birchmeier wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/ > > > > I think the first thing you should do is write a simple QF application > that will logon to a server. > > Please see the example apps. > > Once you have an app that can logon and exchange heartbeats, you'll > understand your project much better. > > On Fri, Jun 12, 2015 at 4:50 AM, Dilipsinh Bheda > <dil...@si... > <mailto:dil...@si...>> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/ > > > Hello all, > > I am new to Trading and FIX, assigned work to implement FIX > protocol to place order from MT4 client to server. > > MT4 client provides facility to > > 1, place Buy/Sell order (with Limits) > > 2, modify that order > > 3, close that order > > Now, my question is how can I create market order in FIX with such > Limits at once. (not found any such help with examples).. > > Regards > > Dilipsinh > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > <mailto:Qui...@li...> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > -- > Grant Birchmeier > *Connamara Systems, LLC* > *Made-To-Measure Trading Solutions.* > Exactly what you need. No more. No less.* > * > http://connamara.com > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |