NexusFi: Find Your Edge


Home Menu

 





TradeStation EL -> thinkScript Conversion


Discussion in ThinkOrSwim

Updated
      Top Posters
    1. looks_one StockJock with 5 posts (1 thanks)
    2. looks_two optntdr13 with 4 posts (6 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 cbritton with 1 posts (1 thanks)
    1. trending_up 13,945 views
    2. thumb_up 8 thanks given
    3. group 6 followers
    1. forum 14 posts
    2. attach_file 1 attachments




 
Search this Thread

TradeStation EL -> thinkScript Conversion

  #11 (permalink)
Geomean
Kansas City, MO USA
 
Posts: 4 since Apr 2011
Thanks Given: 1
Thanks Received: 7

Which part of the chart is TD Propulsion? How do you use it and what do you look for it to tell you?

TIA

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #12 (permalink)
StockJock
Chicago + Illinois/USA
 
Posts: 256 since Aug 2010
Thanks Given: 15
Thanks Received: 154


optntdr13 View Post
Do me a favor, draw on this image I am posting below what it is you want to do in the above...

Thanks optntdr13,

I made another chart and used your ZigZag indicator and drew a possible trend channel paralles to the zigzag lines. Their not exactly Wyckoff trends; but if a measured standard deviation is used, it might be useful. I've drawn the channel lines in red.

Also, where did you get the other indicators on your chart and are they free?


Reply With Quote
Thanked by:
  #13 (permalink)
 nemo77 
Woodbridge, VA
 
Experience: Beginner
Platform: TOS
Trading: ES
Posts: 5 since May 2011
Thanks Given: 3
Thanks Received: 3



optntdr13 View Post
2 seperate versions / time-frame implementations of Time-Segmented Volume turned into a copy of the 3C indicator used by trade-guild.net or at least my versions. They encompass the two crazy lines are I use them as leading indicators of institutional money flows. Then, I have TD Propulsion and TD Setup for trend as well as TD Price Flips. Yes, I do use them all and sometimes even more and quite well too

Hi. Could you please send me a pm or email for the indicators in your chart. Thanks.

Reply With Quote
  #14 (permalink)
davel
Australia
 
Posts: 10 since Jul 2011
Thanks Given: 12
Thanks Received: 1


optntdr13 View Post
declare upper;
input n = 2.0;
input p = open;
input offset = 1;
input average = yes;

plot zig = reference zigZagpercent("reversal amount" = n, "price" = p);
zig.EnableApproximation();
def sign = reference zigZagtrendpercent("reversal amount" = n, "price" = p);
def new = if !IsNaN(zig) then 1 else 0;
rec count = if new then 1 else count[1] + 1;
rec vol = if new then volume else vol[1] + volume;
def avgvol = if average then roundDown(vol[1] / count[1], 0) else vol[1];
def up = if new and sign > 0 then 1 else 0;
def down = if new and sign < 0 then 1 else 0;
AddChartBubble(up, high + offset, concat(avgvol, ""), color.blue, yes);
AddChartBubble(down, low - offset, concat(avgvol, ""), color.black, no);


The above code (by optntdr13) uses the Open to plot the zigzag. I'd like the plot to be from the highs and lows. Any Suggestions? Thanks.

Reply With Quote
  #15 (permalink)
 hendrix 
sunnyvale,ca
 
Experience: Beginner
Platform: ninjatrader
Broker: zen
Trading: es
Posts: 1 since Feb 2010
Thanks Given: 0
Thanks Received: 0


optntdr13 View Post
Do me a favor, draw on this image I am posting below what it is you want to do in the above...

2011-03-11_1414 - optntdr13's library

Hi optntdr13,

I noticed you have written TOS code for 3C. Would you be willing to share your TSV 3C code for Think or Swim? I am a fan of Brandt's work at trade-guild.net, I currently use 3C in tc2000 and Stockfinder, am considering changing over to TOS since it is provided free by TDAmeritrade. May I ask how you currently use it in your trading? I find it useful for reversals. I would only be using this for personal use and would not share with others.

Thanks

Reply With Quote




Last Updated on October 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