Click here to Login








Cultler RSI Indicator

by Tom Huggens, 3381 days ago
Share |






Cutlers' RSI is a variation of the original relative strength index developed by Welles Wilder.
This variation uses a simple moving average instead of an exponential average (in the original formula).

As with the classic RSI, the Cutler RSI is a momentum oscillator that is mainly used to indentify overbought and oversold conditions by looking at whether the indicator's value is above or below specific key levels (usually the 30 and 70 levels) are used.

Note: As you probably know the RSI values range from 0 to 100.

Here is for example how to calculate the Cutlers' RSI of a stock:

a = CultlerRSI(close, 14);
plot(a, "Cutlers' RSI");

In a trading system, you can type the following to enter long a position if the Cutlers' RSI is oversold

a = CultlerRSI(close, 14);
buy = a < 30;

To enter long when the Cutlers' RSI crosses below the 30 threshold, type:

a = CultlerRSI(close, 14);
buy = cross(30, a);


Share This ->
Share |


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




Type: Trading Indicator

Object ID: 1551


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 Create and Backtest an S&P 500 Trend Following System

QuantShare Trading Software: New Features in the 3.3.1 Version

3 Items To Get and Trade the News In QuantShare Platform

How to Create a Custom Real-Time Table using QS Trading Software

Let me Show You How to Create Hundreds of Profitable Trading Systems

How to Backtest a Strategy from a Chart

How to Reference Drawing Studies in QS Formulas

Let QuantShare Manage your List of Securities

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.