+ 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

Hybrid View

  1. #1
    Join Date
    Dec 1969
    Location
    Kalmthout, Belgium
    Posts
    35
    Quote Originally Posted by Billy View Post
    I have made a linkable version of a 3-day chart. Just change the number of days manually and "update" for other periods.
    http://stockcharts.com/h-sc/ui?s=$TICK&p=1&yr=0&mn=0&dy=3&id=p91815521896&a=18 0203587

    I think you need to be a real-time subscriber ($34.90/month, but big discounts for yearly).

    Billy
    I'm a regular subscriber (no realtime). I can see your chart just fine.

  2. #2
    Join Date
    Dec 1969
    Location
    Seattle, Washington USA
    Posts
    151

    ToS ticks

    try: $TICK

  3. #3
    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    

  4. #4
    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

  5. #5

    ditto to what asomani and roberto wrote

    1. tnx, ernst.

    2. i asked for $TIKRL.

+ 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