Example 2.wrk (workspace) which contains charts Example 2 Daily SPY.cht and Example 2 Range SPY.cht
In this example a range bar chart computes the spread between an RSI on itself and an RSI from a daily chart.
The daily chart contains an RSI indicator that has been renamed DailyRSI. It also contains the following SendStream Indicator with a user selected StreamID of 13:
SendStream(13,DailyRSI)
The range bar chart contains an RSI that has been renamed RangeRSI. It also contains the following indicator:
Spread(RangeRSI,GetStream(13))
|