Click here to Login








Average Performance of a trading rule during that past N days

by bug man, 4888 days ago
Share |






This function transforms any technical or trading indicator into a sort of adaptive indicator. In fact, it gives you the average one day performance when the rule you provided is true, for a specific number of past bars. To do so, the function calculates the one bar rate of change of the asset you are analyzing, it then detects, for each bar, all past bars where the trading rule provided is true. Finally, an average one-bar return is calculated for all these bars (The return of the next bar is calculated) and is assigned to the current bar.

Each trading bar will tell us exactly the average performance of a strategy that buys the asset when the rule is true and sell it when it becomes false. So, given any technical indicator, we can easily create a rule that tells us whether a technical indicator was profitable for a specific stock and a specific past period or not.

The following buy rule for example, instructs the application to enter a stock only if its Relative Strength Index value is higher than 70 and that at the same time this rule produced more than 0.1% average return during the past year.
buy = rsi(14) > 70 AND AvgPerfRule(rsi(14) > 70, 250) > 0.1;

As you might have noticed, the indicator name is "AvgPerfRule". The analyzed trading rule is provided in the first argument, while the second gets the lookback period or the number of trading bars to analyze.

Here are some interesting strategy indicators (Indicators that return values based on a strategy applied to a trading rule):
Buy Sell Simulation Indicator
Strategy Indicator - Percent winning trades for a trading rule
Buy Indicator


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 835


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

QuantShare Version 2.1.0 - Trading Software

How to create a ratio indicator using QS Trading Software

Screening with the composite indicators

Synchronize Buy/Sell List of Rules in the Trading System Optimizer

QS Trading Software: Global Script

New Ranking and Percentile Composite Functions

QS Trading Software: Database Optimization

Stock Market Prediction with QuantShare

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






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.