Click here to Login








Date Filter

by QuantShare, 5126 days ago
Share |






The Date filter is a simple function that returns one if a specific bar's date is comprised between a given start and end dates; otherwise, it returns zero.
The date filter accepts six parameters.
Param1: The day of the start date
Param2: The month of the start date
Param3: The year of the start date
Param4: The day of the end date
Param5: The month of the end date
Param6: The year of the end date

For example, the following formula allows you to test the corresponding trading rule starting from the first July 2007 for a period of 2 years
rule1 = rsi(14) > 70; // Relative Strength Index higher than 70
rule2 = rule1 && datefilter(1,7,2007,1,7,2009);

Optimization Example:
In the rules analyzer, you can add the following formula in the fixed rule field.
datefilter(1,1,a,1,1,3000) // "A" varies from 2000 to 2008.

The Date Filter rule instructs the trading software to perform nine iterations for each given trading rule. For each iteration, the trading rule (The one you want to test) is backtested using a different period.

Let us say you want to analyze the following rule: rsi(14) > 70
In the first iteration, the rule (rsi(14) > 70) is analyzed using a period that spans from the beginning of 2000 to present.
In the second iteration, the rule is analyzed using a period that spans from the beginning of 2001 to present.
...

In the rules analyzer report, you can right click on any rule and select the variable "a". This will show you the performance of your trading rules for each period.



Inside Period is a very similar function, it returns one if the current bar's date is comprised between a start and an end date. However, Inside Period does not have the same parameters and it calculates the start and end dates using a different method.


Share This ->
Share |


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




Type: Trading Indicator

Object ID: 440


Country:
All

Market: All

Style:
All

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

Money Management: Optimize a trading system

Optimization of a trading system

How to create custom databases in your trading software

Technical Analysis Using Multiple Timeframes - Second Part

New features in QuantShare - Trading Software

Technical Analysis Using Multiple Timeframes

Short Index - Part 2

Short Index - Part 1

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.