Any Coders in here with FIX API experience and c#

Created at 11 Nov 2016
tradeFX4BTC's avatar

tradeFX4BTC

Joined 11.11.2016

Status

Open


Budget

100000.00 USD


Payment Method

Direct Payment

Job Description

Quotes send them here - hedgebitcoin@fx4btc.com

Task:

Copy trades from ctrader/calgo/connect api to FIX API (4.4)
Purpose is to copy positions and send to our choice of Liquidity Provider( NOT cTrader FIX API)

Platform

http://www.spotware.com/products/cli...ations/ctrader
https://connect.spotware.com/
https://connect.spotware.com/documen.../api-reference


About FIX API and some resources

http://www.fixprotocol.org/specifications/FIX.4.4
www.fixprotocol.org/
http://quickfixn.org/tutorial/creati...plication.html
https://ttfixadapter.codeplex.com/
https://help.spotware.com/FIX



Use -
1. Limit and stop orders
2. Market orders
3. LotMultiplier ratio


GOAL
Trade from the ctrader/calgo platform and send the positions to a Liquidity Provider of my choice.

Comments
Log in to add a comment.
event's avatar
event · 7 years ago

Hi
We can work together.
I will do everything in my power.
Please contact me via email: svtelet@gmail.com
Skype: eventsv

tradeFX4BTC's avatar
tradeFX4BTC · 7 years ago

Fix api does not allow partial close, the order of operation would be as following.

1.) ctrader Full Volume Opened

2.) partial.volume.close would OrderClose the Full.Volume

3.) Reopen the Remaining.Volume ( FullVolume - Partical.close = Remaining.Volume).

 

FIX API does not support TakeProfit or Stoploss

request to close position at takeprofit or stoploss within cTrader would initiate market order

 

- Multi Connection Request

For example, some times the fix api documents can differ between brokers.

1. https://www.dukascopy.com/swiss/english/forex/api/fix_api/

2. https://www.lmax.com/pdf/LMAX-Exchange-FIX-API-FAQs.pdf

3.