Click here to Login





                                                   add short cut for layouts

  0

0
Gilari Decosta
2012-09-29 18:35:49


Sir,
we are using different layouts frequently every day. So if we can add short cut for layouts also it will be very useful
with thanks
Decosta



GS
2012-09-29 18:45:27



Agree, I too think that it will be a great feature to have.


Juliettpapa
2012-09-30 12:17:57



Woud like to have it too.

JP



QuantShare
2012-10-01 10:47:19



It will be implemented soon.



Dave W.
2014-07-17 12:40:38



Hello. This thread is a couple of years old, but I'd also like to agree that it would be useful to be able to assign a shortcut key to a layout.

Also, unless I'm missing it, I don't think QS currently allows us to categorize layouts like most other objects in the application, true? If there is already a way to categorize them, let me know. I ask because I now have a bunch of different layouts and having some categorizes to help organize them would be helpful.

Thanks!



QuantShare
2014-07-17 23:08:11



Currently it is not possible to categorize layouts but you can assign a shortcut to a layout using the script editor
http://www.quantshare.com/sa-565-custom-shortcuts-move-a-chart-to-display-the-last-quotes-data




Dave W.
2014-07-19 19:49:31



For those of you who are "C# challenged" as I am, here's a script to assign a given layout to the active chart. Open the QuantShare script editor (Tools -> Script Editor) and paste the script into the window. You will need to update the following line to contain the name of the layout you want to apply:
string layout = "LAYOUT NAME HERE";

You can create a shortcut to execute the script (from the Script Editor, choose Settings -> Add Current Script to Bookmark Panel), or use the QuantShare feature to create a custom shortcut discussed in this article:
http://www.quantshare.com/sa-565-custom-shortcuts-move-a-chart-to-display-the-last-quotes-data



// Script: Apply Layout
// Date: 2014-07-19
// Apply the layout to the active chart. Will be used with a shortcut key.

// Assign the layout name to the 'layout' variable. Update this variable to contain
// the name of the layout you want to apply. Do not include the ".lay" extension.
string layout = "LAYOUT NAME HERE";

// Get the ID of the active chart
Chart chart = Charts.GetSelectedChart();
long id = chart.ChartID;

// Apply the appropriate layout to the active chart using the chart id
App.Main.UpdateChartLayout(id, layout);



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
+ve signals for short entry
Short Term Bullish signal for NSE Stocks
Short Selling historical data
NYSE Arca - Daily short sale data
Short Selling Data

How-to Lessons
How to add future bars to plan for market scenarios
How to quickly add several positions to your portfolio
How to display the number of stocks per day for different RSI gro...
How to add a trading indicator to a chart
How to download EOD quotes for active and valid stocks only

Related Forum Threads
Short-cut for layouts
Add earning dates for 1000 symbols
Add new symbols for download
Question on going all cash or buying short term treasury etf
Deleting/copying layouts

Blog Posts
How to combine long, short and custom portfolio strategies within...
Creating Stock & Market Short Interest Ratios using Historical Sh...
How to Create Custom Metrics for Your Trading Positions
How to download the history of dividend payments for stocks in th...
How to Backtest Your Trading System for Each Industry









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 © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.