| / | Forum |
|
OldZ
2008.07.05 18:41
Why not provide a tool for counting the number between two bars? It just need to draw a horizontal line from one bar to another bar,and show the number above the line. I think it is easy for MataQuate engineer,and it is useful for cycles. |
|
All categories classifying trading strategies are fully arbitrary. The classification below is to emphasize the basic differences between possible approaches to trading. |
|
phy
2008.07.06 03:09
I guess it wasn't in the specification. Such a tool can be coded as a Custom Indicator. --- Or, draw a line, select it, and resize it, and there is a little count of bars and pips right beside your Mouse pointer. Note the value, put it into the Description property of the line. Make sure "Show Object Properties" is checked on the chart properties page to see the value. |
|
DxdCn
2008.07.06 16:52
use + cursor to draw a line which give you its dx dy ....
|
|
OldZ
2008.07.07 01:18
Thank you Phy and DxdCn |