Click here to Login

Trading Software Trading objects Features How-to Blog Search


                                                   Multiple symbols on the same chart

  0

0
F Mazandarany
2010-11-28 16:37:57


It is iften very useful to have several symbols$/or composites on the same chart in separate panes so at a glance one can see a a comparison on the same time scale. Is this possible in QuanShare, how?


QuantShare
2010-11-29 04:36:10

  0

You can type the following formula: (Right click -> Edit formula)

symbol = "GOOG";
PlotCandleStick1(GetSeries(symbol, open), GetSeries(symbol, high), GetSeries(symbol, low), GetSeries(symbol, close), "", colorRed, StyleOwnScale);



F Mazandarany
2010-11-30 09:57:31

  0

Thanks, this works. I'm using it to plot a composite on a separate pane, _ADVANCE_DECLINE_LINE, as follows;

symbol = "_ADVANCE_DECLINE_LINE";
PlotCandleStick1(GetSeries(symbol, open), GetSeries(symbol, high), GetSeries(symbol, low), GetSeries(symbol, close), "", colorRed, StyleOwnScale);
It plots correctly, what itisi missing is a title to tell what the plot is. How do I place a title like ADv-Dec-Line on the top line of the pane where other info is normally printed?




Read more: http://www.quantshare.com/title-303-multiple-symbols-on-the-same-chart#ixzz16mHIWQCn



QuantShare
2010-12-01 04:10:32

  0

Best Answer
Use the "PrintChart" function:

PrintChart("Advance Decline Line", "", TopRight, colorRed, colorTransparent, colorTransparent, 255);

You can change the "TopRight" parameter to change the location of the title.



No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
Ticker Symbols List of the National Stock Exchange, NSE, India
All Symbols Watchlist
US Options symbols N-Z
Chart Patterns: Double Top and Double Bottom
GMMA - Guppy Multiple Moving Average

How-to Lessons
How to display two stocks on the same chart
How to plot two different time frames in the same chart
How to display the bar index of a stock on a chart
How to scale and move the chart Y-axis
How to plot a time-series that do not update the chart scale

Related Forum Threads
Export to CSV the whole database including symbols
How to draw two symbols on 1 chart
Add a trading system to the price volume chart
Arrow has the same properties as a trend line
One result by the screener

Blog Posts
Same chart, different symbols
Create a Pivot Table that displays the Relative Strength Index - ...
Optimization in the statistical data analysis tool
Technical Analysis Using Multiple Timeframes
Create a trading strategy using the money management tool - Part ...









QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items