This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
Some companies distribute dividends and some do not. Some companies distribute dividends quarterly, while others distribute it biannually, annually or sporadically. The distribution schedule is usually tied to the company fiscal year.
Dividend frequency refers to how often a dividend is paid. The current function calculates the dividend frequency or the average number of bars between dividend payments.
The dividend frequency of Altana AG (AAAGY), for example, is equal to 256 bars (dividends are paid annually). It is equal to 62 bars for United States Steel Corporation (X) and Citigroup Inc (C).
The above rule returns stocks whose dividend frequency is lower than 65 bars. In other words, it returns stocks of companies that distribute dividends to their shareholders each quarter on a regular basis. For each trading day, the calculation of the dividend frequency is based on the previous 300 bars.
Here is a formula to get the difference in bars between the last two dividend payments:
a = GetDataCount('dividend', 'dividend');
b = Valuewhen(a, ref(barssince(a), 1));