Click here to Login








BarsSince with support for Nth Prior or Future Occurrence

by Kyra Packens, 3033 days ago
Share |






This is a small but IMHO helpful modification to the built in BarsSince indicator. The enhancement is the addition of a parameter, N, which allows you to choose which prior occurrence of a nonzero value in the Series that you are interested in. You may also provide a negative value for N, in which case the number of bars until the future event occurs will be returned.


Some examples:


Determine the average volume of the last four bars where the rsi(2) crossed above 90:

bs1 = kpBarsSince(cross(rsi(2), 90), 1);
bs2 = kpBarsSince(cross(rsi(2), 90), 2);
bs3 = kpBarsSince(cross(rsi(2), 90), 3);
bs4 = kpBarsSince(cross(rsi(2), 90), 4);
result = (volume[bs1] + volume[bs2] + volume[bs3] + volume[bs4]) / 4;


Determine the value of the "tpd" custom database data four occurrences ago:

tpd = GetData("my_custom_db", "tpd", Zero);
barsAgo = kpBarsSince(tpd, 4);
result = ref(tpd, barsAgo);

*Note: don't use this form if the "tpd" data could take on a zero value.


Determine the number of days until one day returns are greater than 10%:

b = kpBarsSince(perf(close, 1) > 10, -1);



Please let me know if you discover any bugs in the indicator.

-- KP


Share This ->
Share |


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




Type: Trading Indicator

Object ID: 1631


Country:


Market:

Style:

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

How to Display the Year-to-Date Excess Return in a Pivot Table

How to Create Your First Meta-Strategy

QuantShare Trading Software: New Features in the 3.4.1 Version

How to Scan for Parallel Resistance and Support Lines

QuantShare Trading Software: New Features in the 3.4.0 Version

Advanced Tactical Asset Allocation Strategies

Create Your Own Tactical Asset Allocation Strategies

QuantShare Trading Software: New Features in the 3.3.2 Version

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.