NexusFi: Find Your Edge


Home Menu

 





Compare symbols without overlapping?


Discussion in ThinkOrSwim

Updated
    1. trending_up 4,423 views
    2. thumb_up 3 thanks given
    3. group 3 followers
    1. forum 5 posts
    2. attach_file 2 attachments




 
Search this Thread
  #1 (permalink)
heispark
Seoul Korea
 
Posts: 16 since Mar 2018
Thanks Given: 18
Thanks Received: 1

'Add Study' compares symbols in overlapping view. The second screenshot came from TradingView. It compares symbols without overlapping (in different panes, instead of same pane.) Is this possible in TOS?


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Requesting replay data for...
NinjaTrader
NT TopStep discount?
NinjaTrader
Jigsaw Lifetime License for sale!
Platforms and Indicators
Ticksandtrades.com
Trading Reviews and Vendors
My funded futures (mffu)
Funded Trading Evaluation Firms
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Tariffs and what comes next...
6 thanks
Lady Vols Primer: Trading Volatility Journal
4 thanks
Ghost Journal
1 thanks
Converting NT7 indicators to NT8 for free
1 thanks
2025 SNAKE
1 thanks
  #2 (permalink)
 growex 
Trubchevsk
 
Experience: Beginner
Platform: tos
Trading: stocks
Posts: 61 since May 2011
Thanks Given: 40
Thanks Received: 79

declare lower;

input chartType = ChartType.CANDLE;

input Security = "SPX";

AddChart( high = high( Security ),
low = low( Security ),
open = open( Security ),
close = close( Security ),
type = chartType );


Follow me on X Reply With Quote
Thanked by:
  #3 (permalink)
heispark
Seoul Korea
 
Posts: 16 since Mar 2018
Thanks Given: 18
Thanks Received: 1



growex View Post
declare lower;

input chartType = ChartType.CANDLE;

input Security = "SPX";

AddChart( high = high( Security ),
low = low( Security ),
open = open( Security ),
close = close( Security ),
type = chartType );

Thank you so much, it's excellent!


Reply With Quote
Thanked by:
  #4 (permalink)
 growex 
Trubchevsk
 
Experience: Beginner
Platform: tos
Trading: stocks
Posts: 61 since May 2011
Thanks Given: 40
Thanks Received: 79

you can also set chart color by adding a parameter to addchart() function

AddChart( high = high( Security ),
low = low( Security ),
open = open( Security ),
close = close( Security ),
type = chartType,
growColor = Color.DARK_GREEN );


Follow me on X Reply With Quote
Thanked by:
  #5 (permalink)
heispark
Seoul Korea
 
Posts: 16 since Mar 2018
Thanks Given: 18
Thanks Received: 1


growex View Post
you can also set chart color by adding a parameter to addchart() function

AddChart( high = high( Security ),
low = low( Security ),
open = open( Security ),
close = close( Security ),
type = chartType,
growColor = Color.DARK_GREEN );


Reply With Quote
  #6 (permalink)
 Opstar 
Wherever I want to be
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES
Posts: 94 since Jun 2015
Thanks Given: 180
Thanks Received: 86


growex View Post
you can also set chart color by adding a parameter to addchart() function

AddChart( high = high( Security ),
low = low( Security ),
open = open( Security ),
close = close( Security ),
type = chartType,
growColor = Color.DARK_GREEN );


Is there a way to make this match the right axis scale by price instead of havings it's own scale differing from the original chart? Also how would one add a color dragdown menu?


Reply With Quote




Last Updated on April 27, 2020


© 2025 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 - Downloads - Top
no new posts