Wednesday, August 26, 2009

Conquerer's Indicator

Hi all,

I did the programming of the 2 Indicators required for Conquerer in PRT.

10 Day Ago 10 Day Moving Average

period = 10

MA = Average[period](Dclose(period))

return MA as "10th Day Ago MA-10"


40th Day Ago Close

period = 40

C =close [period]

return C as "40th Day close"

Hope this helps :)

Max

No comments:

Post a Comment