Click here to Login




QuantShare Trading Software: New Features in the 3.6.0 Version

Updated on 2018-10-17





The following article introduces the new features implemented in version 3.6.0 of QuantShare.

In the comments section, at the bottom, please tell us which feature would you like to know more about.

Note that the first two features concern only the premium version.


Free Real Time Feed

Investors Exchange (IEX) is a stock exchange based in the United States. IEX provides free real time data to U.S. stocks as well as historical data for the past 30 days.
The new version of QuantShare has added the ability to connect and stream data free from the IEX Exchange real time feed.

Select "Accounts -> Connect" then select "IEX Exchange" to open the IEX feed.

You can check instructions here to find how to display real time charts, quote sheets, alerts...
Presentation of QuantShare's new Real Time Version
Create Realtime Quote Sheets with the Watchlist Tool
Real-Time Quote Sheets with QuantShare
Real Time Alerts: Support and Resistance Lines Breakout
How to Create a Custom Real-Time Table using QS Trading Software


Custom Real Time Feed

In this new release, we have added the ability to create your own custom real time feed using the script editor.

To open the custom real time feed, select "Accounts -> Connect" then custom feed.
You can check instructions above on how to create watchlists, charts and quote sheets using this real time feed.

The custom real time provider can be feed with data using the script editor.

The following is an example:
- Select "Tools" then "Script Editor"
- Select "File -> New" then type a new name for your script
- Type the following script to pass tick data to GOOG
RT.SendCustomFeedEvent("GOOG", DateTime.Now, 0, 200, 10);

The data passed is a trade of $200 with a volume of 10.

Here is the explanation of the different parameters:
1/ ticker symbol
2/ Tick date and time
3/ Tick type (0 for a trade, 1 for an ask update and 2 for a bid update)
4/ Price
5/ Volume


Regime Tool

Some improvements have been done to the "Regime" tool. That tools allow you to quickly see the how your strategy performs under different market regimes.

You need to backtest a strategy first. After that click on the "Regimes" tab in the simulation report.
Set the market and volatility symbols. Example: SPY (S&P 500 ETF) for the market symbol.
Click on "Calculate" then select any market regime.
On the right panel, you will see the return of your strategy if it was invested only during that market regime.


DrawItem Function

DrawItem is a QS language function that allows you to get a drawing item value for each bar.
Let us say you draw a line and you want to create an indicator that returns true or 1 when the stock price is above that line.

Here is how to do that:
- Create an extended trend line for example
- Right click on it, select "Settings" and take note of its name
- In the formula editor (Right click on the chart then select "Edit Formula"), type the following formula:
a = close > DrawItem("643162", "Line"); // Assuming "643162" is the drawing item name
plot(a, "");


Note that you can also directly create an alert based on that line by right clicking on it then selecting "Create Alert".

The "DrawItem" function was implemented in a previous version of QuantShare. Previously it was working only when the drawing item is located in the first pane.
In the current version we added the ability to reference drawing data on any pane.












one comment (Log in)

QuantShare Blog
QuantShare
Search Posts




QuantShare
Recent Posts

Create Graphs using the Grid Tool
Posted 1234 days ago

Profile Graphs
Posted 1339 days ago

QuantShare
Previous Posts

Lock, Link and Undock your Charts
Posted 2149 days ago

How to Use the Percentage Scale
Posted 2698 days ago

Introduction to the Grid Tool
Posted 2797 days ago


More Posts

Back







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.