NexusFi: Find Your Edge


Home Menu

 





Which Platforms are authorized to auto trade Eurex?


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one ww3361 with 2 posts (2 thanks)
    2. looks_two mattz with 1 posts (1 thanks)
    3. looks_3 rleplae with 1 posts (0 thanks)
    4. looks_4 wintergasp with 1 posts (2 thanks)
    1. trending_up 1,995 views
    2. thumb_up 5 thanks given
    3. group 5 followers
    1. forum 5 posts
    2. attach_file 0 attachments




 
Search this Thread

Which Platforms are authorized to auto trade Eurex?

  #1 (permalink)
 ww3361 
London UK
 
Experience: Intermediate
Platform: Tradestation, Multicharts, MarketDelta
Trading: Currency Futures
Posts: 11 since May 2013
Thanks Given: 0
Thanks Received: 3

Hi,

Does anyone here auto trade Eurex products?

If so what platform do you use? Does that platform provide an option for creating a unique ID flag for each algo you have live?

If it doesn't are you in breach of the German HFT Act??

Thoughts please.

Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Could it be that currency futures are way easier to trade?
Currencies
 
  #2 (permalink)
wintergasp
London, UK
 
Posts: 29 since Sep 2016
Thanks Given: 1
Thanks Received: 31

I do.

As far as I know, there is no difference between Eurex and other exchanges. Unless you become a clearing member (you'd need a 1Bn$ balance sheet for that), you need to go through a broker, so the broker will give you a platform.

Because I trade a lot, I go through the API of our Prime Broker instead of using a platform, but I've used MultiCharts in the past and it works fairly well. Most of the trading logics I kept in C# in my own libraries and used MultiCharts just for the execution, getting the signals from a dll library.

As per the HFT issue, there's no way you will trigger any HFT related issues as long as you don't start to manipulate the order book, e.g. put limit orders in and out 10,000 times a day.

Regards

Reply With Quote
Thanked by:
  #3 (permalink)
 
mattz's Avatar
 mattz   is a Vendor
 
Posts: 2,493 since Sep 2010
Thanks Given: 2,441
Thanks Received: 3,791


I also think like @wintergasp that MultiCharts could be a good platform for execution (I suggest to use Rithmic for dat a execution). TradeStation of course could be a good solution as well.
Also, ADL via the new TT could provide automation for your method.
It is extremely important that you do your automation over a platform build for automation.
Many platform offer automation, yet have a seriously flawed engine for back-testing and execution.

As far as creating a unique ID, yes, you should. I am not familiar with the Eurex laws as they pertain , but due to the regulation of Algos and automation rules, you should discuss with your broker the risk limits that you want to set on each method and account. The reason you need a unique ID is when failure occurs, you want to know which method has caused the execution. Also, as I mentioned, you want to set risk parameters in terms of margins, just in case your algo fires a trade by error. This does happen. We execute algos for customers and we developed due diligence process that helps customers from choosing a platform, direct API to risk limits. You should follow the same process where you execute.

I hope this helps.

Matt Z
Optimus Futures

There is a substantial risk of loss in futures trading. Past performance is not indicative of future results.

Trading futures and options involves substantial risk of loss and is not suitable for all investors. Past performance is not necessarily indicative of future results. You may lose more than your initial investment. All posts are opinions and do not claim to be facts. Please conduct your own due diligence. Use only Risk capital when trading Futures.
1 800 771 6748 local 561 367 8686 email [email protected]
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 
Silent warrior's Avatar
 Silent warrior 
Boston, MA
 
Experience: Advanced
Platform: NinjaTrader
Broker: Rithmic/IQFeed
Trading: ES, ZB, GC, 6E, CL
Posts: 69 since Feb 2015
Thanks Given: 133
Thanks Received: 13

I have designed, backtested, debugged and now routinely deploy an algorithm which I use on NT7 profitably.

However, in certain scenarios with fast moving price action, I occasionally run into problems with hung orders and naked orders, with the order placement at times occurring on the wrong side of the price action. Is TT better equipped to deal with these scenarios?


Sent from my iPad using futures.io futures trading

Reply With Quote
  #5 (permalink)
 ww3361 
London UK
 
Experience: Intermediate
Platform: Tradestation, Multicharts, MarketDelta
Trading: Currency Futures
Posts: 11 since May 2013
Thanks Given: 0
Thanks Received: 3

I thought i'd quickly update this thread with my findings.....

I actually opened up a can of worms with this topic when asking various platform providers, brokers and even Eurex themselves.



The rule is very simple....

When trading Eurex products, if the ultimate step of order submission, to the exchange (inc modification and deletion) is automated (in anyway) then one MUST have a unique hexadecimal ID assigned to that specific logic. The ID must be logged with the clearer. There literally is no exception to that rule. So this includes anything from auto spreading and synthetic orders to complex trading systems.

But....

What one will find is that most platforms that provide synthetic orders and auto spreading have now built in this Eurex compliant Reg ID with their available algo orders. E.g. TT and CQG do this. Note that these two platforms also provide literature on how to specify your own unique IDs for algos you've custom built.

Direct / Sponsored access......

Another way around the Reg ID requirement is by routing your orders via a brokers server, who in turn submits there own compliant orders. I believe Interactive Brokers work like this. But, I don't. I have sponsored access (trade under the name of a clearer), directly to various exchanges. I don't use TT or CQG, hence my original question. Ask various platforms that provide automation if they allow you to specify a unique and custom Reg ID for Eurex trading and they won't know what you're talking about, which is shocking!!

Anyway, credit to Multicharts.......

I raised this issue with them and they added the ability to specify a custom Hex Reg ID when routing via the CQG Web API. Just thought some of you might find that interesting.

Started this thread Reply With Quote
Thanked by:
  #6 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863

are you talking about the LEI (legal entity identifier) or is this another additional field that is required ?

is this hexnumber per instance running, or unique for the algorithm ?

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote




Last Updated on April 18, 2017


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts