PureBytes Links
Trading Reference Links
|
Hi Jim, what about if you create an Alert for when your relative strength indicator becomes attractive and only have those flushed out into a list. To do that, add this at the end of your code:
If Close / Average(Close,20) > xx Then
Alert ("Rel Strength");
Then you will have to open up a Tracking Center to view the list.
It would be nice if you could flush an indicator value into the Tracking Center, but I guess that's kind of what Radar Screen does....
Hope this helps.
Pete.
|