PureBytes Links
Trading Reference Links
|
> From: jdfo@xxxxxxxxxxx
>Subject: Group Moving Average Code
> To: "omega-list" <omega-list@xxxxxxxxxx>
>
>Is there any code (or whatever) to use in TS that would provide moving
>average information through scanning? For example, a code that will allow me
>to track a group of pre-defined stocks and determine what percentage of
>these stocks had a positive(or negative) MA, an average where the short term
>moving average was above the long term moving average and heading
>up (or shorter period MA below the longer period moving average and heading
>down)?
> Thanks,
> JohnO
How many stocks do you want to track? You can put 50 on a single
chart (IIRC - TS4). It will be much simpler to write an indicator to
scan those within the chart than try to coordinate dozens of individual
charts thru a global variable DLL. If the number is larger than
50 you could use several charts and coordinate them.
donc
|