|
Quote: |
|
 |
|
|
hi Blu-Ray
Thank you for this nice piece of work, I'm using it daily. However the dots are somewhat misplaced and I've looked into the code to investigate it.
Could you please tell me the reason for calculating the following:
HT=Low - NumberofTicks*mintick;
LT=High + NumberofTicks*mintick;
HT? LT?
Shouldn't the dot just be placed right under lowest or upon highest and if more than one dot then displace it accordingly?
Have I missed something here? 
Once again, thank you for your time! |
|
|
|
|
Hi januson
It should plot the dot above the high or low, depending on which one fired. The reason for the LT & HT were so that you could put the dot x amount of ticks above the high. If I were to just put it above the high, then depending how big you want the dot, it can cover up the high, so when you're doing analysis you then have to click on the bar to find out the true high, rather than a visual look at it.
If you want it on the high/low then just set the number of ticks input to 0.
Hope this helps
Blu-Ray