MQL4 - automated forex trading   /  

Forum

Why not provide a tool for counting the number of bars between two bars?

Back to topics list To post a new topic, please log in or register

avatar
24
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.

article

Trading Strategies

All categories classifying trading strategies are fully arbitrary. The classification below is to emphasize the basic differences between possible approaches to trading.


avatar
2462
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.


avatar
1515
DxdCn 2008.07.06 16:52 
use + cursor to draw a line which give you its dx dy ....

avatar
24
OldZ 2008.07.07 01:18 

Thank you Phy and DxdCn

Back to topics list  

To add comments, please log in or register