Hello,
I am currently reading Alexander Elder’s “The new Trading For A Living” book and he describes setting a BUY target at an “average EMA penetration.” I am looking for an indicator that can give me the following value:
1. on a daily chart, if 13 bar EMA is in an uptrend (higher than 2 bars ago)
2. calculate an average penetration :
if low price is lower than EMA, then subtract the low price from the EMA (average this number for the last 40 bars)
3. estimate the EMA of tomorrow:
EMA tomorrow = EMA of today + (EMA of today – EMA of yesterday)
4. calculate an entry point:
EntryPoint = EMA tomorrow – average penetration
return Entry
Is it possible to program this as an indicator?
I am currently reading Alexander Elder’s “The new Trading For A Living” book and he describes setting a BUY target at an “average EMA penetration.” I am looking for an indicator that can give me the following value:
1. on a daily chart, if 13 bar EMA is in an uptrend (higher than 2 bars ago)
2. calculate an average penetration :
if low price is lower than EMA, then subtract the low price from the EMA (average this number for the last 40 bars)
3. estimate the EMA of tomorrow:
EMA tomorrow = EMA of today + (EMA of today – EMA of yesterday)
4. calculate an entry point:
EntryPoint = EMA tomorrow – average penetration
return Entry
Is it possible to program this as an indicator?

Last edited by a moderator: