Click here to Login





                                                   Simulator Trading System Report

  0

0
chaz
2011-10-26 19:44:07


I have working Trading System (TS) with Ranking System.
It runs fine in simulator - no errors.

The report generated has a 'Rank' tab but I never get any output there - only empty tables:
Select Date:
Select a symbol

What rule and & where needs to be added to a TS to get something in that tab or to be able to use ?

Please provide a simple example

Thx,
Czes



QuantShare
2011-10-27 03:56:57

  1

Best Answer
This tab is currently disabled.

To display the rank of each stock for a specific date:

- Add the following script to the "OnEndPeriod" event

System.Text.StringBuilder builder = new System.Text.StringBuilder("");
MMEntrySignals buy = Data.GetBuySignals();
for(int i=0;i<buy.Count;i++)
{
builder.AppendLine(buy.GetSymbol(i) + ": " + buy.GetDetail(i, "rank"));
}
Divers.Output(builder.ToString());


Ranks are displayed in the "Details" tab, in the "Log" panel.



chaz
2011-10-27 16:45:25

  0

Works great...& helped me to better understand simulator & portfolio based on strategy tested in simulator.
Thx for prompt help,

Czes



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
Entry Price and Exit Price in Trading System Report
Design and backtest a trading system with two strategies
MAE and MFE of a Trading System
Optimizable Fibonacci Long and Short Trading System
Trading System Template: Position Sizing Techniques

How-to Lessons
How to add a metric in the trading system simulation report
How to optimize an indicator in your trading system
How to add custom position-based metrics to your trading system
How to optimize the stop limit of a trading system
How to generate buy/sell signals from a trading system

Related Forum Threads
Trading system optimization using the QuantShare API Simulator
Trading System Simulator reports into future
Combined Trading System report causes hang
Trading System Simulation Errors
Ranking System with Trading System Help, Revisited

Blog Posts
Create a HTML or PDF Report of your Trading System Backtesting Re...
3 ways to rank stocks in a trading system - Simulator and Potfoli...
Trading System Analysis: Backtesting report and custom measures
How to Switch On/Off Trading Rules in Your Stock Trading System
Trading Forex with the commitments of traders report









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.