Click here to Login





                                                   Custom Indicator

  0

0
Mark
2010-11-18 01:47:54


Hi,

How can I Plot a three-period RSI of a one-period rate of change (the daily net change).
This indicator will be an oscillator between 0 to 100 with 2 horizontal lines indicating the 70 and 30 levels.
--------------------------------------------------------------------------------------------------------------------------------------------

Also how can I calculate and plot a short-term pivot point for the 2-period rate of change on daily chart:
i.e. Subtract today's close from the close two days ago (not yesterday but the day before). Thus, close (day one) - close (day three) equals
the 2-period rate of change. Add this number to yesterday's closing price (day two). This will be the short-term pivot number.

Thank you very much.

Mark



Mark
2010-11-18 01:50:30

  0

For the 2nd query, I tried the below formula in custom drawing tools but it gave me an error:

PV = ref(close, 1) + (Close - ref(close, 2));
plot(PV, "-", colorgreen, chartline, stylesymbolnone);



QuantShare
2010-11-18 04:22:26

  0

Best Answer
- 3-Bar RSI of one-bar close change:
a = rsi((close - ref(close, 1)), 3);
plot(a, "RSI-Change", colorBlue);
plot(70, "", colorGreen, ChartLine, StyleSymbolNone);
plot(30, "", colorRed, ChartLine, StyleSymbolNone);

- Custom drawing plug-in allows you to enter scripts not QuantShare formulas.
To enter formulas, right click on a chart and select "Edit formula".
Please select Help -> QuantShare Lessons for more information.

Your formula for the pivot point is correct.



Mark
2010-11-18 05:01:40

  0

Thank you very much. It works perfectly.

Regards,

Mark



No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
Maximum Drawdown Composite Indicator
Forex Trading Indicator - Better than expected Economic Calendar ...
Upside-Downside and Custom Standard Deviation
Lagged Data From a Custom Database
Put Call Volume Comparison Indicator

How-to Lessons
How to create a custom trading indicator
How to create a custom trendline
How to dynamically update the settings of an indicator
How to create a moving average of an indicator
How to add a trading indicator to a chart

Related Forum Threads
custom indicator
Retrieving or storing previous indicator result.
Indicator in a report
Building an indicator in smaller timeframe to use in larger timef...
Back-test custom indicators

Blog Posts
Custom Indicator: Relative Strength
Backtesting chart patterns using the auto support and resistance ...
How to create a trading indicator that uses stock news
The custom trading indicators tool explained
Custom Indicator: Moving average spread









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.