![]() |
Marking the Bar H/L Gaps |
17:51 @Ensign_H: this example is what buffy asked for help with. 17:52 @Ensign_H: Line A will store in [1] the bar index for the first bar after the open at 8:30 17:52 @Ensign_H: Line B will store in [2] the prior bar's index. 17:53 @Ensign_H: Line C does a Gap Down test at the bar index and if there is a gap down it plots the spread between the index High and the prior bar's Low 17:54 @Ensign_H: Line G does the Gap Up test at the bar index from Line A and if there is a gap up it plots the spread between 17:54 @Ensign_H: the index bar's Low and the prior bar's high 7:54 @Ensign_H: pretty cool, and labels can be added line lines D and G if wanted. 17:55 @Ensign_H: any questions buffy about this implementation? 17:55 @Buffy2: not a one and thank you so much 17:55 @Ensign_H: excellent - welcome 17:55 @Ensign_H: I cheat.... I add more stuff as I try to do your request and I make it easy on myself..... 17:55 @Buffy2: you made it much easier than what I was playing with last night :-) 17:56 @Ensign_H: so, working with you on your efforts gets more things added for convenience sake to the program. 7:57 @Ensign_H: the selections on C, through I are all new to 02-08 to
make the idea easier to accomplish with one DYO form. |