Click here to Login

LiveZilla Live Help
LiveZilla Live Help







Number of Consecutive Trading Bars Condition was True

by Caleb, 589 days ago
Share |






This function calculates the maximum number of consecutive bars that a condition was true in the past N-bars. The function name is "MaxConsecutiveBars" and it has two parameters: Condition and period.

As an example, if we use this function with "close > sma(30)" condition and 100 as a lookback period, the function will return, for each bar, the longest period where price was above its 30-bar simple moving average in the past 30 bars.

Other examples:

rule = MaxConsecutiveBars(close > open, 50);
Returns the maximum consecutive number of times the stock or asset closed up in the past 50 days.

rule = MaxConsecutiveBars(volume > ref(volume, 1), 100) < 4;
Returns true if the volume didn't increase more than 3 times in a row during the past 100 days.

rule = MaxConsecutiveBars(close > sma(30), 30) == 30;
Returns true if price was above its moving average in the last 30 days. This trading formula is equivalent to: istrue(close > sma(30), 30)

rule = MaxConsecutiveBars(rsi(14) > 70, 60) < 3;
In the past 60 days, the Relative strength index (RSI) never stayed above level 70 more than 2 days/bars in a row.


Share This ->
Share |


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




Type: Trading Indicator

Object ID: 1050


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
Show All
Choose function (by Tom Huggens, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 15 Notes Report an item
Channel Position (by swalk10, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 18 Notes Report an item
Percentile - Percent Rank of a Trading Indicator (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 63 Notes Report an item
Self-Adjusting RSI Indicator (by Caleb, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 25 Notes Report an item
Day of week and Week number function (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 10 Notes Report an item
US Indices (by The trader, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 64 Notes Report an item
Industry Rotation Strategy - iShares ETF Dow Jones Stocks (by Tom Huggens, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 36 Notes Report an item
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

Basic trading system implemented using the money management tool

Example of a trading system implemented in QuantShare Software

Different periodicities and chart bar types in QuantShare Trading Software

Several money management strategies in a trading system

How to get buy and sell orders for a portfolio based on a trading system/strategy

How to combine long, short and custom portfolio strategies within a trading system

Step by step on how to get free realtime/delayed data for stocks, futures and currencies

Compare stocks and securities by creating a relative performance chart

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 © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items