+ Reply to Thread
Results 1 to 10 of 26

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

Hybrid View

  1. #1
    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. #2
    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

  3. #3

    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