NexusFi: Find Your Edge


Home Menu

 





Video Interview: Kase Bars


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one aslan with 23 posts (57 thanks)
    2. looks_two Big Mike with 6 posts (3 thanks)
    3. looks_3 eDanny with 6 posts (3 thanks)
    4. looks_4 Dan Kase with 6 posts (15 thanks)
      Best Posters
    1. looks_one aslan with 2.5 thanks per post
    2. looks_two Dan Kase with 2.5 thanks per post
    3. looks_3 shodson with 2 thanks per post
    4. looks_4 vegasfoster with 1.3 thanks per post
    1. trending_up 62,575 views
    2. thumb_up 90 thanks given
    3. group 28 followers
    1. forum 94 posts
    2. attach_file 5 attachments




 
Search this Thread

Video Interview: Kase Bars

  #51 (permalink)
 
stephenszpak's Avatar
 stephenszpak 
Massachusetts (USA)
 
Experience: None
Platform: NinjaTrader
Trading: YM
Posts: 750 since Jun 2009
Thanks Given: 144
Thanks Received: 356

I have seen the video. The 2 attachments are from it.

As was said in the video, if you had a single long bar of X minutes,
now you have several short ones. If you normally had several short
bars of the same periodicity, now you will have one, or just a few.

There no concern that one sometimes has about using a 10 minute
chart, for example, and seeing a HUGE move that triggers your
indicator after the move is done. You would have to adjust your indicator
or course, but HUGE moves will never exist in a Kase chart.

Contrary wise, a large number of 10 minute bars that go no where
are reduced to one or just a few.

Also of some interest, is that about the same number of bars exist
in the X minute chart (always on the right) as do on the Kase in the
two images posted here.

Attached Thumbnails
Click image for larger version

Name:	Image 1.jpg
Views:	401
Size:	330.0 KB
ID:	18621   Click image for larger version

Name:	Image 2.jpg
Views:	390
Size:	349.6 KB
ID:	18622  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Quant vue
Trading Reviews and Vendors
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
 
  #52 (permalink)
 
stephenszpak's Avatar
 stephenszpak 
Massachusetts (USA)
 
Experience: None
Platform: NinjaTrader
Trading: YM
Posts: 750 since Jun 2009
Thanks Given: 144
Thanks Received: 356

I checked out the Kase website. Some links are below if anyone has interest.
{I have no opinion on this company.}
=============================================================

About Kase: Kase And Company Inc.

--------------------------------------------------------------------------------------------------------------

Kase StatWare: Kase and Company Inc.

This proprietary, state-of-the-art, market-timing software condenses its signals into a simplified, color-coded display system to fine tune entries and exits. Traders value StatWare because it combines high accuracy with ease of use. Developed using statistically based AI technology, StatWare is compatible with all liquid and active markets including stocks, commodities, bonds, futures, options and indices.
-----------------------------------------------------------------------------------------------------------------

Kase StatWare knowledge base: Kase And Company Inc.

----------------------------------------------------------------------------------------------------------------

Kase StatWare FAQ: Kase And Company Inc.

-----------------------------------------------------------------------------------------------------------------

Reply With Quote
  #53 (permalink)
 
stephenszpak's Avatar
 stephenszpak 
Massachusetts (USA)
 
Experience: None
Platform: NinjaTrader
Trading: YM
Posts: 750 since Jun 2009
Thanks Given: 144
Thanks Received: 356


If anyone has an idea about this that would be great.

As I understand it, Kase bars are much like range bars but
Kase use only data that is real.

Is it mathematically possible/valid to take a Kase bar of 3,
which would have a short time period, and apply a moving
average to it? Let's say SMA of 8. Then using NT take that
SMA=8 and overlay it onto the same instrument with a Kase
of 6. {I'd be looking for a single chart of Kase=6 with a
single moving average visible.}

The idea is to have a Kase=6 with what would seem to be
a smooth moving average on it. Instead of using a Kase=6
with a SMA of 4 on it. (A SMA of 4, is a bit jerky.)

I don't know if doing this would cause the newly created
moving average to go out of sync with the bars. Since the
moving average is not being created from those exact bars.

Sorry if this is confusing. Back in several days.

- Stephen

Reply With Quote
  #54 (permalink)
 Zoethecus 
United States of America
 
Experience: Advanced
Platform: NT
Posts: 1,145 since Aug 2009

Since my last and favorable post on Kase bars with ATS, I now report they are no better or worse than other tick based bars. As far as NT is concerned, if you seek accurate backtest results, nothing compares to time based charts. The others cannot be trusted.

Reply With Quote
  #55 (permalink)
excite2
new york
 
Posts: 18 since Jun 2010
Thanks Given: 0
Thanks Received: 1

I use Interactive Brokers with NT7 and Interactive Brokers does not supply historical tick data. Therefore, I cannot backfill the data on my charts when using Range or Kase bars.

I'm curious if there is a way to have these Kase bars based on 1 minute data so that I have access to historical Kase or Range bars? I understand that this type of historical bar would not be completely accurate, however, it would allow me to backfill my chart with Range/Kase bar data even if it is not as accurate as historical tick data.

As a workaround, I'm also thinking of whether the Kase/Range bars can be used as an indicator instead of a bar type. Possibly this would work for those of use who don't have access to historical tick data. We could simply use the Kase/Range bars as an indicator based on 1 minute data instead, which would allow us to have the necessary historical data to backfill the chart.

I'm not a programmer, so any thoughts would be appreciated.

Reply With Quote
  #56 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127


excite2 View Post
I'm curious if there is a way to have these Kase bars based on 1 minute data so that I have access to historical Kase or Range bars?

Yes, this can be done. The NT bar generation code can be written to look at ticks or other bars types as input. The code is currently written to only look at ticks though, as that is what I have experience with.

To make this change, you would have to change the Add() method to look at the open, high, low, and close instead of just the close as is done today. There are a few other items that need to change, like the BuiltFrom property, and somehow you need to pass in the config for what bars you want to build off of. There are other bar types in NT that do allow bars to be built based on other bars, so I would use those as an example of what needs to be done.

Note, when you base the bars on minute bars (or any bar type), you should be using a larger Kase bar if you want to see anything useful.

Edit: I should have mentioned that Kagi, LineBreak, and PointAndFigure types are good examples that use multiple bar input types.

Reply With Quote
Thanked by:
  #57 (permalink)
 
john2000's Avatar
 john2000 
Chicago, IL
 
Experience: Intermediate
Platform: Ninjatrader, TOS
Broker: Amp Futures/CQG/IB
Trading: ES, ZB, ZN, Forex
Posts: 162 since Jan 2010
Thanks Given: 244
Thanks Received: 59


excite2 View Post
I use Interactive Brokers with NT7 and Interactive Brokers does not supply historical tick data. Therefore, I cannot backfill the data on my charts when using Range or Kase bars.

I'm curious if there is a way to have these Kase bars based on 1 minute data so that I have access to historical Kase or Range bars? I understand that this type of historical bar would not be completely accurate, however, it would allow me to backfill my chart with Range/Kase bar data even if it is not as accurate as historical tick data.

As a workaround, I'm also thinking of whether the Kase/Range bars can be used as an indicator instead of a bar type. Possibly this would work for those of use who don't have access to historical tick data. We could simply use the Kase/Range bars as an indicator based on 1 minute data instead, which would allow us to have the necessary historical data to backfill the chart.



I'm not a programmer, so any thoughts would be appreciated.

Excite2,

You can connect to more than one connection. So you should be able to connect to IB connection as the primary connection, and then (and here's the caveat) connect to a secondary connection. the caveat is that you'll need another live feed such as Zenfire. So if you really want to trade through IB, but have Tick and Range charts capability, you'll need to either pay for another feed, or open up another account that will give the data to you for free.

John

Reply With Quote
  #58 (permalink)
excite2
new york
 
Posts: 18 since Jun 2010
Thanks Given: 0
Thanks Received: 1

Thanks Aslan & John2000. This is very useful info.

Reply With Quote
  #59 (permalink)
 ValLiant 
redding, CA
 
Experience: None
Platform: ninja/timingsolutions(Wave59 jurys out)
Broker: iB
Trading: CL/GC/NQ
Posts: 67 since May 2010
Thanks Given: 78
Thanks Received: 22

Excite,
also in your "iB" connection set up you can choose for historical data choose external servers -- i believe that is what i did as that is what i use and i have all the historical data for kase bars that i need --- and that will fill in all the historical data you need for using nt7-- dont think that works for nt6.5 ... ninja trader has servers that has all that tick data backed up for you so it doesnt matter if you use iB or not ---
hope that helps or at least get you hunting in the right direction

Reply With Quote
  #60 (permalink)
excite2
new york
 
Posts: 18 since Jun 2010
Thanks Given: 0
Thanks Received: 1


Hi Vailiant. I trade foreign stock exchanges such as Tokyo, Euronext and Toronto. Do you know if Ninjatrader has backup data for these?

I am using the free, non trading version of NT7 at the moment and when I followed your suggestion, I still can't get any historical data.

Reply With Quote




Last Updated on January 27, 2012


© 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