NexusFi: Find Your Edge


Home Menu

 





Volume Break study


Discussion in ThinkOrSwim

Updated
    1. trending_up 2,224 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

Volume Break study

  #1 (permalink)
dutabao1
Chicago + IL/USA
 
Posts: 3 since May 2014
Thanks Given: 1
Thanks Received: 0

I wrote a TOS script for break down volume in to bid and ask. The script editor does not show any error, but the charts does not show anything. Could anyone help?

declare lower;

input length = 50;

def volAsk = volume(priceType="ask");
def volBid = volume(priceType="bid");
plot volDif = volAsk-volBid;
plot volDifAvg = Average(volDif, length);

volDif.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);
volDif.SetLineWeight(3);
volDif.DefineColor("Up", Color.UPTICK);
volDif.DefineColor("Down", Color.DOWNTICK);
volDif.AssignValueColor(if close > close[1] then volDif.color("Up") else if close < close[1] then volDif.color("Down") else GetColor(1));
volDifAvg.SetDefaultColor(GetColor(8));

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
Better Renko Gaps
The Elite Circle
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
 jeffro 
San Diego, CA/United States
 
Experience: Intermediate
Platform: TOS
Trading: ES, CL, 6A
Posts: 17 since Apr 2015
Thanks Given: 2
Thanks Received: 11

I tested it and it doesn't show anything on mine either. It "may" be a limitation in thinkorswim.

Reply With Quote




Last Updated on February 10, 2016


© 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