sairamss 2 posts msg #149435 - Ignore sairamss |
10/27/2019 8:00:35 AM
Hello,
I am trying to code this Drummond Geometry concept for Daily and Weekly charts.
Daily PLdot based on daily HLC prices of last 3 days= {Avg[H(1),L(1),C(1)] + Avg[H(2),L(2)C(2) + Avg[H(3),L(3),C(3)]] / 3
Weekly PLDot based on weekly HLC prices for last 3 weeks= {Avg[H(1),L(1),C(1)] + Avg[H(2),L(2)C(2) + Avg[H(3),L(3),C(3)]] / 3
Show stocks which are above Daily and weekly Pldots
Show stocks which are below Daily and Weekly Pldots
Is there a way to program this. ? Appreciate your help.
Thanks
-Sai
|