Click here to Login





                                                   How to RSI

  0

0
Raju Harchandani
2010-10-29 07:26:55


I need help with the following condition for screener
I need to filter out from a list say "a" (this could be a watchlist dynamic or static),
1) when rsi crosses 70 from below
2) when rsi crosses 70 from above
3) when rsi crosses its derivative-signal line from above when they are between 70 and 100
4) when crsi crosses its derivative-signal line from above when they are between 70 and 100
5) when rsi crosses 30 from above
7) when rsi crosses its derivative-signal line from below when they are between 30 and 0
8) along with this data i want 6 columns which gives the volume of 4 previous bars, current volume and the other givig "Up" if volume has risen , "down" if volume has fallen and "flat" if volume is flat

That is as far as the screner goes
Once the screener finishes can this be indicated on the graph (i am sure it can)

I can make the formula for any variable becoming equal to some value but to get the logic for checking whether it comes from below or above escapes me
Thanking You
Raju Harchandani



QuantShare
2010-10-29 08:17:10

  0

Please provide me with more information regarding "crsi" and "derivative-signal line"
Also, what do you want to indicate on the graph?

If you want to check if one variable crossed above/below another one then you should use the "cross" function.
cross(a, b) -> a crosses b from below
cross(b, a) -> a crosses b from above



Raju Harchandani
2010-11-02 05:24:18

  1

Crsi is a typo read that as rsi and its signa line
Also the 8th point...is the difficult part
Raju



QuantShare
2010-11-02 06:16:26

  0

Best Answer
What signal line do you use for an RSI ?

Here is the formula for the 8th point:
AddColumn("4-Bar Volume", sum(volume, 4));
AddColumn("Volume", volume);
signal1 = iffstr(volume > ref(volume, 1), "Up", "Down");
signal1 = iffstr(volume == ref(volume, 1), "Flat", signal1);
AddColumn("Signal", signal1);



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
RSI Predictor
Dynamic Zones RSI - Technical Indicator
Cultler RSI Indicator
Real-Time RSI Table
RSI + SMA(200) + Hurst v001

How-to Lessons
How to display the number of stocks per day for different RSI gro...
How to create a custom trading indicator
How to plot a stock using different periods in the same chart
How to download new quotes when selecting a chart
How to get trading orders from a portfolio programmatically

Related Forum Threads
bollinger band & rsi formula
duda lineas rsi
how to use AI?
How to draw two symbols on 1 chart
How to view the raw data files?

Blog Posts
How to Display the Year-to-Date Excess Return in a Pivot Table
How to Create a Custom Real-Time Table using QS Trading Software
How to Switch On/Off Trading Rules in Your Stock Trading System
How to predict and trade the stock market using pivot points
How to get buy and sell orders for a portfolio based on a trading...









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.