NexusFi: Find Your Edge


Home Menu

 





Compare symbols without overlapping?


Discussion in ThinkOrSwim

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




 
Search this Thread

Compare symbols without overlapping?

  #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?
Exit Strategy
NinjaTrader
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
36 thanks
Spoo-nalysis ES e-mini futures S&P 500
24 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
16 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 Twitter 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 Twitter 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: 95 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


© 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