This is probably quite simple for those gifted with ability to code. But I am struggling and would much appreciate anyone's help
Goal: Build EFS code to automatically use first daily bar of each month to create opening range for that month, then for each following month renew
Steps:
take high of first trading day of month and draw horizontal line from this first day of month high and project line out to last day of month....repeat afresh for each month or show historically when scroll back
take low of first trading day of month and draw horizontal line from this first day of month low and project line out to last day of month....repeat afresh for each month or show historically when scroll back
issues..... apart from fact my programming skills are minimal I am struggling with
1. How to specify first trading day of month in EFS?
2. How to draw line to last day of month, i.e project forward in EFS
If anyone can help me write this code I would be incredibly grateful
regards
Bryan
Goal: Build EFS code to automatically use first daily bar of each month to create opening range for that month, then for each following month renew
Steps:
take high of first trading day of month and draw horizontal line from this first day of month high and project line out to last day of month....repeat afresh for each month or show historically when scroll back
take low of first trading day of month and draw horizontal line from this first day of month low and project line out to last day of month....repeat afresh for each month or show historically when scroll back
issues..... apart from fact my programming skills are minimal I am struggling with
1. How to specify first trading day of month in EFS?
2. How to draw line to last day of month, i.e project forward in EFS
If anyone can help me write this code I would be incredibly grateful
regards
Bryan
Comment