PureBytes Links
Trading Reference Links
|
Robert,
Is this what you are looking to do?
SK = SlowK(9);
SD = SlowD(9);
If SK[5] crosses over SD[5] Then Plot(High, "XOver"); { or Plot[5](High,
"XOver); }
Neil
| -----Original Message-----
| From: Robert W Cummings [mailto:robertwc@xxxxxxxxxxxxxxxxxx]
| Sent: Friday, July 17, 1998 10:07 AM
| To: Omega-list@xxxxxxxxxx
| Subject: EL Question
|
|
| How would you code a cross over indicator not to plot until a certain
| number of bars had past say 5 bars then plot if a cross
| occurs to smooth
| it. Example would be slowk and slowd 9 bar setting.
|
| Thanks In Advance
|
| Robert
|
|