• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 8:45pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 8:45pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Need a NET Programmer with FIX API experience 8 replies

Need some advice 17 replies

Need Developer Help, Fix Great Stoch Indicator, Compensation? 5 replies

New Joinee - Need some advice 6 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
Tags: Need some advice/information or even a developer for FIX API
Cancel

Need some advice/information or even a developer for FIX API

  • Post #1
  • Quote
  • First Post: Jun 1, 2016 12:49pm Jun 1, 2016 12:49pm
  •  Traderyo
  • | Joined Aug 2015 | Status: Member | 7 Posts
Hi,

Firstly, thank you for reading the thread and hopefully not obliterating my post due to naivety or inexperience. I am trading with a broker EXANTE who have an ATP but do not offer algorithmic trading directly on their platform, but it can be done via FIX API/Protocol.

I need some advice, guidance or even direction on how this should be accomplished. I understand that I apparently need a FIX engine in order to connect to the broker and send orders through, but where do I even begin? Knowing almost nothing about programming I am having difficulty finding a developer. All platforms such as Ninjatrader/Protrader etc offer FIX but to specific brokers they work with and I am not at all interested in changing broker mainly due to the relationships built and success I have had with my current broker. Are there any developers out there that can assist in creating an engine or system whereby a C#/C++ version of an algorithm can somehow be connected to my broker? Could anyone offer some advice on a realistic price of this for one account etc? Seriously, any guidance here is so very much appreciated.

Kind Regards
  • Post #2
  • Quote
  • Edited 3:07am Jun 2, 2016 2:24am | Edited 3:07am
  •  rockit
  • Joined Oct 2013 | Status: Member | 917 Posts
Possibly a MT4 to FIX trading platform is of interest to you, if so, take a look here: http://fixapitrading.com/
Also you can expect a similar price tag (a few hundred dollars) for a custom solution I think.
..
 
 
  • Post #3
  • Quote
  • Jun 2, 2016 12:18pm Jun 2, 2016 12:18pm
  •  zznbrm
  • Joined Jul 2008 | Status: Member | 878 Posts
Quoting Traderyo
Disliked
I understand that I apparently need a FIX engine in order to connect to the broker and send orders through, but where do I even begin?
Ignored
I use QuickFIX/n (http://quickfixn.org/). It is an opensource FIX engine for .NET similar to the Java implementation (QuickFIX/j). There are other engines available, both open source and not, but I do not have any experience with them. My app consists of a backend automated trading system written in C# using a SQLite database. The frontend is an html5/javascript browser solution using frameworks such as signalr, jquery, and knockoutjs.

Quote
Disliked
Knowing almost nothing about programming I am having difficulty finding a developer. All platforms such as Ninjatrader/Protrader etc offer FIX but to specific brokers they work with and I am not at all interested in changing broker mainly due to the relationships built and success I have had with my current broker. Are there any developers out there that can assist in creating an engine or system whereby a C#/C++ version of an algorithm can somehow be connected to my broker?

I'm sure there are developers that can/would do this type of work. A very basic app for sending trades via FIX to your broker is rather straight forward. But there are many factors that can greatly increase the complexity of the solution - User Interface implementation, strategy complexity, security, charting, etc.

Quote
Disliked
Could anyone offer some advice on a realistic price of this for one account etc?

I'm an experienced programmer with a simple system and I've spent 100s (or probably 1000s) of hours on development of my system. I'd think you'd be looking to pay thousands of dollars for a custom built solution by a knowledgeable developer. My best advice for you would be to learn how to program. If that is not in the cards for you, then be prepared to pay.
 
 
  • Post #4
  • Quote
  • Jun 2, 2016 5:13pm Jun 2, 2016 5:13pm
  •  Traderyo
  • | Joined Aug 2015 | Status: Member | 7 Posts
Quoting zznbrm
Disliked
{quote} I use QuickFIX/n (http://quickfixn.org/). It is an opensource FIX engine for .NET similar to the Java implementation (QuickFIX/j). There are other engines available, both open source and not, but I do not have any experience with them. My app consists of a backend automated trading system written in C# using a SQLite database. The frontend is an html5/javascript browser solution using frameworks such as signalr, jquery, and knockoutjs. {quote} I'm sure there are developers that can/would do this type of work. A very basic app...
Ignored
Hi zznbrm

I have sent you a message on here, let me know if you hadn't received it. Thanks.
 
 
  • Post #5
  • Quote
  • Jun 5, 2016 1:47pm Jun 5, 2016 1:47pm
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Quoting Traderyo
Disliked
Hi, Firstly, thank you for reading the thread and hopefully not obliterating my post due to naivety or inexperience. I am trading with a broker EXANTE who have an ATP but do not offer algorithmic trading directly on their platform, but it can be done via FIX API/Protocol.
Ignored
Hello, Traderyo
do you have description how EXANTE allows trading via FIX API?
I am looked https://exante.eu/technology/
and there is no direct reference for this option. If they allow, May be, it is possible to realize strategy inside ATP's plugin?
If you have the same description, could you send me as private message?
Thanks
 
 
  • Post #6
  • Quote
  • Jun 5, 2016 4:01pm Jun 5, 2016 4:01pm
  •  Traderyo
  • | Joined Aug 2015 | Status: Member | 7 Posts
Yes, I will do so now. If you can help, I will happily pay, and pay well.
 
 
  • Post #7
  • Quote
  • Jun 5, 2016 5:03pm Jun 5, 2016 5:03pm
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Ok, send it.
I have analyze information before any decision, can I help or no.
 
 
  • Post #8
  • Quote
  • Last Post: Jun 6, 2016 2:20am Jun 6, 2016 2:20am
  •  rockit
  • Joined Oct 2013 | Status: Member | 917 Posts
Quoting hanzov
Disliked
EXANTE allows trading via FIX API? [...] there is no direct reference for this option.
Ignored
There indeed is: https://exante.eu/markets/Currencies/
..
 
 
  • Platform Tech
  • /
  • Need some advice/information or even a developer for FIX API
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023