NexusFi: Find Your Edge


Home Menu

 





Order flow with charts, it works like this


Discussion in Treasury Notes and Bonds

Updated
      Top Posters
    1. looks_one module0000 with 15 posts (47 thanks)
    2. looks_two rahulgopi with 6 posts (7 thanks)
    3. looks_3 SpeculatorSeth with 5 posts (7 thanks)
    4. looks_4 kevinkdog with 4 posts (5 thanks)
      Best Posters
    1. looks_one Alexander Savin with 6 thanks per post
    2. looks_two module0000 with 3.1 thanks per post
    3. looks_3 SpeculatorSeth with 1.4 thanks per post
    4. looks_4 rahulgopi with 1.2 thanks per post
    1. trending_up 29,508 views
    2. thumb_up 85 thanks given
    3. group 33 followers
    1. forum 48 posts
    2. attach_file 6 attachments




 
Search this Thread

Order flow with charts, it works like this

  #31 (permalink)
module0000
Little Rock, AR, USA
 
Posts: 25 since Jul 2017
Thanks Given: 2
Thanks Received: 56


elgaza View Post
what platform are you running this on?
and could this be applied to futures on NinjaTrader I don't trade the forex but the futures that represents the forex
thankx

I use Multicharts.NET, but any platform or API that provides tick-by-tick resolution data would work. If you are talking about EuroFX, the lack of liquidity could make my particular algorithms less effective. I believe NinjaTrader can deal with actual tick by tick data in NT8, but I'm not a NT user, and my knowledge there is all second hand.

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
REcommedations for programming help
Sierra Chart
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
45 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #32 (permalink)
 elgaza 
Toronto Canada
 
Experience: Master
Platform: NinjaTrader 7
Trading: ES
Posts: 109 since Jul 2011
Thanks Given: 16
Thanks Received: 18

yep NT 8 and NT 7 with many providers give you tick by tick data feed
but the strategy needs to be written to in NT script and that's another story I guess

Reply With Quote
Thanked by:
  #33 (permalink)
 SpeculatorSeth   is a Vendor
 
Posts: 780 since Apr 2016
Thanks Given: 22
Thanks Received: 1,018



elgaza View Post
what platform are you running this on?
and could this be applied to futures on NinjaTrader I don't trade the forex but the futures that represents the forex
thankx

Putting this together in NT8 wouldn't be difficult. However, trading the 6's with orderflow is a different story all together. I don't watch it too tightly, but I have a chart of 6J up because it has high correlation with ZB. I've seen days where price moved down all day, and cumulative delta moved up all day.

Reply With Quote
Thanked by:
  #34 (permalink)
 elgaza 
Toronto Canada
 
Experience: Master
Platform: NinjaTrader 7
Trading: ES
Posts: 109 since Jul 2011
Thanks Given: 16
Thanks Received: 18


TWDsje View Post
Putting this together in NT8 wouldn't be difficult. However, trading the 6's with orderflow is a different story altogether. I don't watch it too tightly, but I have a chart of 6J up because it has high correlation with ZB. I've seen days where price moved down all day, and cumulative delta moved up all day.

now that you mentioned the ZB, any idea which index correlate to it if there's one at all?

Reply With Quote
Thanked by:
  #35 (permalink)
module0000
Little Rock, AR, USA
 
Posts: 25 since Jul 2017
Thanks Given: 2
Thanks Received: 56


elgaza View Post
now that you mentioned the ZB, any idea which index correlate to it if there's one at all?

Personally, I correlate the ES/NQ/ZF/TN with the ZB. If you add correlation to the strategy you end up with a much higher win rate(high 90's), but the downside is you may only see 1 trade per week that satisfies all the thresholds on every correlated instrument.

Reply With Quote
Thanked by:
  #36 (permalink)
 SpeculatorSeth   is a Vendor
 
Posts: 780 since Apr 2016
Thanks Given: 22
Thanks Received: 1,018


elgaza View Post
now that you mentioned the ZB, any idea which index correlate to it if there's one at all?

If we're talking about equity indexes, I only look at ES because it's the only one broad enough. There's definitely correlation, but that correlation changes based on the situation. If it's risk on/off driving the move then they're inversely correlated. If it's inflation or "easy money" based, they tend to move together. They also don't move at the same time. The best moves happen in the treasuries first, and then equities follow. Today was a good example. The reversal happened in in treasuries first, and ES followed moments later. ES only sold a little while ZB went on a crazy run. It was a good bet that later on ES would fade again to new lows, and sure enough it did. If inflation is a big driver then CL can play into it too. However, I haven't watched it too much lately because CL's action currently has much more to do with oil itself.

Reply With Quote
Thanked by:
  #37 (permalink)
 tpredictor 
North Carolina
 
Experience: Beginner
Platform: NinjaTrader, Tradestation
Trading: es
Posts: 644 since Nov 2011

module, have you looked at situations or times or conditions in which high volume on the book attracts orders vs repels orders? What order type are you using for entry and exit?

Reply With Quote
  #38 (permalink)
 
tradevelopers's Avatar
 tradevelopers   is a Vendor
 
Posts: 45 since Jan 2013
Thanks Given: 3
Thanks Received: 23

Modu... I'm talking the relation about profit and Losses don't know your current stops actually we are developing several scalpers running into NT7 but since multi charts and nt8 have better granularity we are thinking migrate ideas there very soon

Follow me on Twitter Reply With Quote
  #39 (permalink)
 
rahulgopi's Avatar
 rahulgopi 
milpitas, ca, usa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Tradestation
Broker: Tradestation, Ameritrade
Trading: ES, Gold, 10 Yr
Posts: 1,723 since Feb 2014
Thanks Given: 1,389
Thanks Received: 4,206

I was digging thru footprint charts / order flow looking for ways to identify following 3 scenarios
1) absorption
2) exhaustion
2) acceleration

Now it became clear why a footprint chart make sense . I ended up modifying my program to plot footprint style chart. Implementing this in chart is not very optimized for Tradestation, I ended up using DataGrid and addign columns to the grid for plotting footprint. Currently it is a 4500 tick chart but program can be adjusted for range / time or TICK based plots.



Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #40 (permalink)
 
bobarian's Avatar
 bobarian 
whitestone, new york
 
Experience: Intermediate
Platform: ninja trader
Posts: 1,995 since Oct 2010
Thanks Given: 5,258
Thanks Received: 3,120



rahulgopi View Post
I was digging thru footprint charts / order flow looking for ways to identify following 3 scenarios
1) absorption
2) exhaustion
2) acceleration

Now it became clear why a footprint chart make sense . I ended up modifying my program to plot footprint style chart. Implementing this in chart is not very optimized for Tradestation, I ended up using DataGrid and addign columns to the grid for plotting footprint. Currently it is a 4500 tick chart but program can be adjusted for range / time or TICK based plots.



i had the vol ladder up for years, as well as vol on a 1min chart.I had the same thought...when is vol being absorbed vs acceleration?I think the vol ladder ,theoretically, is an amazing tool...but, so much info for me is very overpowering, and i would just get caught up in it, seeing the leaves and not the forrest.I always thought ,that i just want to trade with order flow...trying to be on the correct side of the trade.,and not getting run over.....I like the direction you are going...Good work!

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:




Last Updated on August 29, 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