+ Reply to Thread
Page 3 of 3 FirstFirst 1 3
Results 21 to 26 of 26

Thread: Is It Really The Start of Something New? July 20, 2011

  1. #21
    Join Date
    Jan 1970
    Location
    New York, NY
    Posts
    191
    Here is my Cumtick code for TOS.

    Use symbol $tick and uncheck "Show Price Subgraph"

    See attachment for settings and for screen capture of an example.


    Code:
    declare lower;
    rec ct = ct[1]+close;
    plot cum = ct;
    plot cum600 = average(cum,600);
    plot cum390 = average(cum,390);
    plot cum195 = average(cum,195);
    cum600.setDefaultColor(color.red);;
    cum390.setDefaultColor(color.orange);
    cum195.setdefaultColor(color.green);
    Attached Images    

  2. #22
    Quote Originally Posted by davidallison@shaw.ca View Post
    If all subscribers to stockcharts.com and those interested would kindly go to
    http://stockcharts.com/help/doku.php...symbol_request
    Please ask them to add the tick chart for the Russell 2000, symbol $TIKRL.
    I believe this would be very helpful to our IWM robot community.
    Thanks, Dave
    Thank you, Dave. I noticed one does not need to be a sub to make the request...I've sent in my request for same. Hopefully, they will listen to us.

    And, Ernst, thank you for kindly sharing the code. Helpful for those of us using TOS software.

  3. #23
    Join Date
    Dec 1969
    Location
    Desenzano del Garda (Brescia), Italy
    Posts
    86
    Quote Originally Posted by ernsttanaka View Post
    Here is my Cumtick code for TOS.
    Ernst,

    thank you, this is really helpful.

    Also, thanks a lot for the very interesting thread on your bread and butter trade.


    Roberto

  4. #24

    ditto to what asomani and roberto wrote

    1. tnx, ernst.

    2. i asked for $TIKRL.

  5. #25
    Join Date
    Dec 1969
    Posts
    1,585

    Various TICKs

    FWIW, the first two subgraphs compare NYSE Tick and R2K Tick. They look very similar in terms of the raw data, but the cume Ticks do differ. The third subgraph is S&P 500 Tick.

    Name:  ticks.PNG
Views: 502
Size:  217.4 KB

  6. #26
    Join Date
    Jan 1970
    Location
    Victoria, BC, Canada
    Posts
    54
    Stockcharts answer regarding the R2K Tick,

    Cole Johnson, Jul-23 23:03 (PDT):
    Dear David,
    Thanks for sending me that additional information. I see where the confusion has occurred. The term "Tick chart" has a more common meaning that is different from the way you are using it.
    While $TICK and $TICKQ can be called "Tick" charts because of their names, they are not "tick charts" in the traditional sense of that phrase. A "tick chart" is a very short-term chart where the horizontal axis represents each trade that happened while the market was open.
    http://daytrading.about.com/od/daytr...TickCharts.htm
    $TICK and $TICKQ are _market_indexes_ that show the number of stocks that are increasing ("ticking up") minus the number of stocks that are decreasing ("ticking down"). $TICK is calculated and published by the NYSE. $TICKQ is calculated and published by the Nasdaq.
    We do not have access to data for the Russell 2000 version of $TICK. I see that TIKRL appears to only be provided by TradeStation because it appears to be a proprietary calculation that they do themselves. We do not have ability and must rely on data provided by our data vendor.
    Thanks again for using StockCharts.com,

    Cole Johnson
    StockCharts Support
    http://stockcharts.com

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts