create buffer for indicator auto trendlines
-
0_1591727542314_autotrendlines.mq5
Hello friends, i need create buffer to this indicator.
For example:
Buffer 1 trend blue
Buffer 2 trend redFor example, my idea is to use in my EA using a condition, if candle id 1 X> trendline blue buy
-
You can do that by importing your indicator to your personal custom indicators pool. Right here:

-
@l-andorrà said in create buffer for indicator auto trendlines:
You can do that by importing your indicator to your personal custom indicators pool. Right here:
Yes, this I already know how to do, what I want is to create buffers to make entries with the indicator.
-
I'm afraid that goes beyond my capabilities, sorry.
I hope the true programmers can help you.