NexusFi: Find Your Edge


Home Menu

 





Cumulative tick script


Discussion in ThinkOrSwim

Updated
      Top Posters
    1. looks_one dalebru with 5 posts (6 thanks)
    2. looks_two runit with 2 posts (0 thanks)
    3. looks_3 lynmark1 with 1 posts (1 thanks)
    4. looks_4 tpredictor with 1 posts (2 thanks)
      Best Posters
    1. looks_one tpredictor with 2 thanks per post
    2. looks_two dalebru with 1.2 thanks per post
    3. looks_3 lynmark1 with 1 thanks per post
    4. looks_4 Cerberus with 1 thanks per post
    1. trending_up 17,637 views
    2. thumb_up 10 thanks given
    3. group 15 followers
    1. forum 16 posts
    2. attach_file 1 attachments




 
Search this Thread

Cumulative tick script

  #1 (permalink)
 
ProlongWealth's Avatar
 ProlongWealth 
Dallas,TX/USA
 
Experience: Intermediate
Platform: TOS
Trading: es tf ym
Posts: 6 since Dec 2012
Thanks Given: 0
Thanks Received: 1

Today Peter Reznicek from ShadowTrader put on this webinar today https://attendee.gotowebinar.com/register/3752875458149137410 and it plays once you registrar


He is discussing a Cumulative tick script. Has anyone seen this script or anything similar. I did a search in the group on TICK but did not find anything related. Curious is this script is available?

Thanks,

@ProlongWealth

Follow me on Twitter Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Deepmoney LLM
Elite Quantitative GenAI/LLM
Futures True Range Report
The Elite Circle
Are there any eval firms that allow you to sink to your …
Traders Hideout
ZombieSqueeze
Platforms and Indicators
Exit Strategy
NinjaTrader
 
  #2 (permalink)
 tpredictor 
North Carolina
 
Experience: Beginner
Platform: NinjaTrader, Tradestation
Trading: es
Posts: 644 since Nov 2011

Not cumulative tick but may get you started. I pulled this from one of my old blogs that has not been updated in ages. There's a link to thinkscripter who I have no affiliation with. He coded a lot of scripts and probably coded something like that too.

 
Code
# TICK Behind Price 
# *******************************************************
# Thanks to:
# Dr. Steenbarger for idea & 
# thinkscripter.com for great example scripts
# *******************************************************

#TICK behind price
declare lower;

input tMax = 1000;
input tMin = -1000;

plot tickMax = 1000;
plot tickLow = -1000;

tickMax.SetDefaultColor(color.green);
tickLow.SetDefaultColor(color.red);

plot tickHighP = high("$TICK");
plot tickLowP = low("$TICK");
plot tickHighPoints = if tickHighP >= tickMax then tickHighP else double.nan;
plot tickLowPoints = if tickLowP <= tickLow then tickLowP else double.nan;

tickHighPoints.SetPaintingStrategy(paintingStrategy.Points);
tickHighPoints.SetDefaultColor(color.green);
tickHighPoints.SetLineWeight(3);
tickLowPoints.SetPaintingStrategy(paintingStrategy.Points);
tickLowPoints.SetDefaultColor(color.red);
tickLowPoints.SetLineWeight(3);

tickLowP.hide();
tickMax.hide();
tickLow.hide();

Reply With Quote
  #3 (permalink)
 
Cerberus's Avatar
 Cerberus 
Vancouver Canada
 
Experience: Intermediate
Platform: TOS, IB
Trading: es ym etf's
Posts: 35 since Feb 2011
Thanks Given: 24
Thanks Received: 26



ProlongWealth View Post
Today Peter Reznicek from ShadowTrader put on this webinar today https://attendee.gotowebinar.com/register/3752875458149137410 and it plays once you registrar


He is discussing a Cumulative tick script. Has anyone seen this script or anything similar. I did a search in the group on TICK but did not find anything related. Curious is this script is available?

Thanks,

@ProlongWealth


Check out these futures.io members @dalebru @rmejia - they do some great TOS coding. I think @dalebru did a cumulative tick indi for free what Resznicek and friends are peddling. Nothing negative about ShadowTrader, he teaches good stuff, he just taking advantage of the opportunity.

C
.

Reply With Quote
Thanked by:
  #4 (permalink)
 dalebru 
Indianapolis/IN
 
Experience: Intermediate
Platform: SC, NT, ToS, my own
Broker: EdgeClear
Trading: ES
Posts: 67 since Jan 2013
Thanks Given: 1,035
Thanks Received: 110


Cerberus View Post
Check out these nexusfi.com members @dalebru @rmejia - they do some great TOS coding. I think @dalebru did a cumulative tick indi for free what Resznicek and friends are peddling. Nothing negative about ShadowTrader, he teaches good stuff, he just taking advantage of the opportunity.

C
.

Thank you for the kind words, @Cerberus.
My cumulative tick indicator is in ThinkOrSwim downloads at

Reply With Quote
Thanked by:
  #5 (permalink)
 runit 
Toronto, Ontario/Canada
 
Experience: Intermediate
Platform: TOS
Trading: stocks
Posts: 38 since Dec 2014
Thanks Given: 10
Thanks Received: 3

Do you think you could please share the script? I don't have Elite member access... thank you!

Reply With Quote
  #6 (permalink)
 dalebru 
Indianapolis/IN
 
Experience: Intermediate
Platform: SC, NT, ToS, my own
Broker: EdgeClear
Trading: ES
Posts: 67 since Jan 2013
Thanks Given: 1,035
Thanks Received: 110

Attached.

Attached Files
Elite Membership required to download: _BruCumulativeSTUDY.ts
Reply With Quote
Thanked by:
  #7 (permalink)
Cool Ranch Dorito
Lexington Ky
 
Posts: 3 since Feb 2017
Thanks Given: 1
Thanks Received: 1

Thank you guys for sharing...Does anybody have a ToS script for Cumulative Delta?

Reply With Quote
  #8 (permalink)
 runit 
Toronto, Ontario/Canada
 
Experience: Intermediate
Platform: TOS
Trading: stocks
Posts: 38 since Dec 2014
Thanks Given: 10
Thanks Received: 3


Cool Ranch Dorito View Post
Thank you guys for sharing...Does anybody have a ToS script for Cumulative Delta?

Yeah I'm also wondering. That would be great!

Reply With Quote
  #9 (permalink)
 natngk 
Bangkok
 
Experience: Beginner
Platform: NinjaTrader
Trading: Options
Posts: 5 since Mar 2014
Thanks Given: 3
Thanks Received: 0

Daytradeboss | Cumulative Tick Indicator for Ninjatrader

Reply With Quote
  #10 (permalink)
 
lynmark1's Avatar
 lynmark1 
SoFla
 
Experience: Intermediate
Platform: NT
Broker: Ninja Trader/CQG
Trading: e-mini equities
Posts: 20 since Jun 2009
Thanks Given: 13
Thanks Received: 5



dalebru View Post
Attached.

How do you down load this to TOS?

Reply With Quote
Thanked by:




Last Updated on September 20, 2018


© 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