NexusFi: Find Your Edge


Home Menu

 





TT Algo on Mishedge Management


Discussion in Platforms and Indicators

Updated
    1. trending_up 1,673 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 6 posts
    2. attach_file 0 attachments




 
Search this Thread

TT Algo on Mishedge Management

  #1 (permalink)
 cyberjames2019 
KL + Selangor/Malaysia
 
Experience: Intermediate
Platform: NT
Trading: GC,SI,CL
Posts: 10 since Sep 2019
Thanks Given: 2
Thanks Received: 3

Hello there,

I am trying to figure out a simple mishedge management algo, would anyone be able to explain by turning on the order block properties - "autospreader" as true how would the quote fills, hedge fills and Hedge Add OK are to be used?

for e.g. Long GC Dec19/Apr20 spread which Apr20 is the active quoting leg and Dec19 is the hedging leg.

Could there be situation that either of the leg can be mishedged? In this case, how to determine which leg is mishedged and how to make use of the information available to decide either payup or cancel the mishedge by scratching the initial one leg trade?

It would be awesome if some ADL diagram or sample reference algo is being provided.

Thank you.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
Increase in trading performance by 75%
The Elite Circle
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
36 thanks
Tao te Trade: way of the WLD
24 thanks
Spoo-nalysis ES e-mini futures S&P 500
19 thanks
Bigger Wins or Fewer Losses?
19 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #2 (permalink)
 
SMCJB's Avatar
 SMCJB 
Houston TX
Legendary Market Wizard
 
Experience: Advanced
Platform: TT and Stellar
Broker: Advantage Futures
Trading: Primarily Energy but also a little Equities, Fixed Income, Metals and Crypto.
Frequency: Many times daily
Duration: Never
Posts: 5,049 since Dec 2013
Thanks Given: 4,384
Thanks Received: 10,206

I've always been impressed with the way TT documented ADL, although documented is probably the wrong choice of words, as much of their training material was narrated video's. The page for Autospreader/ASE blocks can be found here.

https://www.tradingtechnologies.com/xtrader-help/adl/trading-blocks/ase-order-block/

As it indicates, you'll need to use Single Order Container Blocks to manage individual leg orders. On a simple two legged spread, the 'Branch Block illustration' shows how you can identify the individual legs. I'm not sure what you would do if it was a more complicated, basket or multi leg spread though.

In general I think you'll be better fared asking questions like this in the TT ADL Community than you will here, although even that isn't as good as their old forums were!

https://community.tradingtechnologies.com/topics/ADL%C2%AE.html

Good Luck

Reply With Quote
Thanked by:
  #3 (permalink)
 cyberjames2019 
KL + Selangor/Malaysia
 
Experience: Intermediate
Platform: NT
Trading: GC,SI,CL
Posts: 10 since Sep 2019
Thanks Given: 2
Thanks Received: 3


Thank you my Wizard

The TT documentation looks great and in fact I just realized that TT also having the narrated video that you mention based on Xtrader version, not sure will TT also redo the video using the new TT platform.

I think I understood the concept of the single order container block and hopefully be able to materialize the mishedge management algo easily. I think the new TT ADL is combining the use of same order block with the "autospreader" option, hence there is no longer ASE order block.

I will just do a simple mishedge calendar spread from autospreader, if there is more complex situation I will consult you and the TT community.

Thanks

Started this thread Reply With Quote
  #4 (permalink)
 
SMCJB's Avatar
 SMCJB 
Houston TX
Legendary Market Wizard
 
Experience: Advanced
Platform: TT and Stellar
Broker: Advantage Futures
Trading: Primarily Energy but also a little Equities, Fixed Income, Metals and Crypto.
Frequency: Many times daily
Duration: Never
Posts: 5,049 since Dec 2013
Thanks Given: 4,384
Thanks Received: 10,206

It's actually not that difficult to code your own simple autospreader in ADL. The problem is things like Slop, Queue Holder, Lean Logic etc quickly make it non-simple and a lot more difficult. Hence if you don't need things like that then you may want to consider just writing your own spreader.

Reply With Quote
  #5 (permalink)
 cyberjames2019 
KL + Selangor/Malaysia
 
Experience: Intermediate
Platform: NT
Trading: GC,SI,CL
Posts: 10 since Sep 2019
Thanks Given: 2
Thanks Received: 3

Am I right that the standard Autospreader will stop quoting until any mishedge is clear before resuming the quoting? Any way to change this setting to keep quoting even with existing mishedge?

I have never thought of writing own Autospreader on ADL but if it could be done easily or somewhere available a draft ADL that will be something to be explore in the future.

Started this thread Reply With Quote
  #6 (permalink)
 
SMCJB's Avatar
 SMCJB 
Houston TX
Legendary Market Wizard
 
Experience: Advanced
Platform: TT and Stellar
Broker: Advantage Futures
Trading: Primarily Energy but also a little Equities, Fixed Income, Metals and Crypto.
Frequency: Many times daily
Duration: Never
Posts: 5,049 since Dec 2013
Thanks Given: 4,384
Thanks Received: 10,206


cyberjames2019 View Post
Am I right that the standard Autospreader will stop quoting until any mishedge is clear before resuming the quoting? Any way to change this setting to keep quoting even with existing mishedge?

If an autospreader is working say 20 lots and it gets filled on one leg for say 10 lots, but misses the hedge on the second leg, then the autospreader will a) continue to work the missed leg and b) continue working the remaining 10 lots. If on the other hand it got a fill for 20 lots, and missed that leg, it would not reload the autospreader volume (assuming there is a reload volume) until the missed legged was obtained.


cyberjames2019 View Post
I have never thought of writing own Autospreader on ADL but if it could be done easily or somewhere available a draft ADL that will be something to be explore in the future.

A simple version really isn't difficult. If trying to buy the AB spread, check price of A offer, work offer in B equal to A-Spread. When filled send order in A at B fill price + Spread.

Reply With Quote
Thanked by:
  #7 (permalink)
 cyberjames2019 
KL + Selangor/Malaysia
 
Experience: Intermediate
Platform: NT
Trading: GC,SI,CL
Posts: 10 since Sep 2019
Thanks Given: 2
Thanks Received: 3

Hello @SMCJB Wizard

In the case of mishedge while the AS continue to work on the missed leg to get fill, this is where the OMA comes into the picture. How would you design your OMA in this case? Will you customize the AS with auto OMA launching or you will prefer to have the flexibility to launch the OMA manually? If so what are the things that you need to pay attention in term of the design?

If the customize AS auto launch the OMA during missed leg then am I right to say that two processes are happen concurrently i) customize AS continue to work out the missed leg ii) customize AS auto launch the OMA to help to manage the missed leg by paying up or buy/sell at market, and at the same time, can OMA be manually launch for the same missed leg?

I would like to know how great extend the TT ADL flexibility and design is allowing and how easily it is?

Thanks

Started this thread Reply With Quote




Last Updated on November 5, 2019


© 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