Click here to Login





                                                   QuantShare Trading Software: New Version 2.9.2

  1

0
QuantShare
2012-08-21 14:12:25


Today, we released a new version of QuantShare trading software. The 2.9.2 version includes the following new features/updates:


Profile Graphs

A new function "PlotProfile" was added to the QuantShare programming language. This function allows you to create profile graphs. You will be able to create volume profile, indicator profile... charts.

Example:
newmonth = month() != ref(month(), 1);
PlotProfile("volume", newmonth, 1, 10, colorBlue, colorBlue, OperationSum);

The above formula draws a monthly volume profile on a daily chart.

Note that the first argument gets the time series or indicator that will be used in the calculation (sum, avg, max, rank...). This value must be enclosed in quotes.
In every parameter/argument, click on CONTROL+SPACE to show available values.


New "Global" event in Money Management

A new "Global" event was added to the money management script. This event is called once and it can be used to create global variables and functions to use in other events.

Example:
double barIndex = 0;

#functions#
public double Hello()
{
return 10;
}


New "AutoSR" function in custom function editor

The custom function editor (Tools -> Create Functions) has a new "AutoSR" function. This function calculates the auto support and resistance level, slope and intercept for each trading bar (or the last bar only).

Example:
VectorCustomDouble v = TA.AutoSR(2, 0, 100);
for(int i=0;i < v.Length;i++)
{
double level = v[i][0];
double slope = v[i][1];
double intercept = v[i][2];
// Distance between support level and share price
double distance = level - cFunctions.Close[i];
}



Ranking system supports for intraday periods

You can now create ranking systems based on intraday data.
- Select "Analysis -> Ranking System Manager"
- Create a ranking system
- Click on "Analyze Ranking System"
- Select "Symbols & Periods"
- Choose an intraday period next to "Select a time frame"


Create a notification when AI optimizer work is completed

A new feature in the AI optimizer allows you to instruct QuantShare to send you a notification when an AI Optimizer work is completed.

- Create a new AI Optimizer item
- In the last screen, click on "Define Notifications"
- Select one or several notification types: Popup message, Chart message, Play sound, Speech, Send email and Execute script.



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
DeMark DeMarker Trading Rules
Vary the Start Date of a Trading System Simulation
Trading System Template: Position Sizing Techniques
Generic Trading System Template
Basic in-Sample/out-of-sample trading technique

How-to Lessons
How to install the previous version of QuantShare
How to download a trading item from the Sharing Server
How to copy a trading item
How to use QuantShare with Metastock data
How to import trading items from other accounts

Related Forum Threads
New Financial Asset called DARWIN (i.e. portfolio of trading syst...
New to Quantshare
Trading system optimization using the QuantShare API Simulator
New version 2.4.4 keeps freezing on windows xp
charting issue with new version 2.91

Blog Posts
QuantShare Trading Software: New Features in the 3.3.2 Version
QuantShare Trading Software: New Features in the 3.7.0 Version
QuantShare Trading Software: New Features in the 3.6.0 Version
QuantShare Trading Software: New Features in the 3.4.3 Version
QuantShare Trading Software: New Features in the 3.4.2 Version









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.