Example 1.wrk (workspace) which contains charts Example 1 AMZN5.cht and Example 1 AMZN7.cht
This example shows how to send a 10 bar moving average computed on a 5-minute chart to a 7-minute chart.
The 5-minute chart contains the following indicator SendStream that uses a StreamID of 1:
SendStream(1,Avg(Close,10))
The 7-minute chart contains the following GetStream indicator, which reads StreamID 1:
GetStream(1)
|