Click here to Login








Crossover/Convergence of Several Trading indicators

by QuantShare, 4993 days ago
Share |


The crossover/convergence trading indicator allows you to generate signals when two, three or four indicators are almost equal. Given a sensitivity parameter the crossover/convergence indicator calculates the different differences between each provided technical indicator and then generates a signal if the lowest difference is lower than the specified sensitivity threshold.

In the first four arguments of the crossover/convergence indicator you can specify your technical analysis indicators. The fifth argument allows you to specify the sensitivity parameter. The sensitivity value should depend on the stock or security you are analyzing, you can for example specify a value that is dependent on the security price.

In case you want to find less than four indicators with the same value, you can ignore the next indicators by specifying dummy values. In this case the dummy value will be the first trading indicator you specified as an argument.

Here is an example of a trading rule that generates a signal when three moving averages, each one with a different lookback period, are almost equal:
IsEqual(sma(10), sma(30), sma(60), sma(10), 0.5);

A signal is returned only when the difference between the 10-Bar simple moving average and the 30-Bar simple moving average is lower than 0.5, the difference between the 10-Bar SMA and 60-Bar SMA is lower than 0.5 and the same for the difference between the 30-Bar SMA and 60-BAR SMA.
A low sensitivity value makes the indicator generates few signals while a high value makes it generates more signals.

Here is an example using a sensitivity value that depends on the security price:
IsEqual(sma(10), sma(30), sma(60), sma(10), close/100);

The higher the close price is the higher the sensitivity parameter value became.




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




Type: Trading Indicator

Object ID: 626


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

Create a Pivot Table that displays the Relative Strength Index - RSI

6 Stock Trading Items Related to the New York Stock Exchange - NYSE

Pivot Tables in QuantShare Trading Software

How to create market indicators using the composite function - Part 1

Optimize a trading strategy using the Sharpe ratio

How to create a trading indicator that uses stock news

How to create your own technical analysis indicators

Create a stock index or a trading indicator using the composite tools

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.