Example with the TrueTL indicator in EA
-
Hi,
does anybody have some example with TrueTL indicator?
How to measure a distance from the actual price to the trendline...etc.How to use/check the trendlines ( TrueTL_D, TrueTL_U, TTL_3t, etc.)
The name of TrendLine for example is : TrueTL_D (1,1,0,500,1,0,0,1,1,1,0) 5
and I need to use only the first part of the name:
like TrueTL_D % or find some method how to find full name of the trendline nearest to the actual price level.I know how to find object but I don't know how to join the information to the block before open the trade.

Thx a lot
-
With the block I don't know how to find that object that is closest to the price, especially when the object is a trendline and the value needs to be calculated. Even if this is possible somehow, it will be hard to make, with many blocks and variables. If you need something that special, I think that some custom block is best.