Attachments forums

List of attachments posted on this forum.


All files on forums: 135937

Re: DSL (Discontinued Signal Line) indicators

kvak, Sat Mar 12, 2022 2:05 am

msthunder1 wrote: Sat Mar 12, 2022 1:29 am Yes one can use trend data. The code to select the entry in the trend is more complicated though. If you have an object (that has some double value based on the indicator chart) drawn with the buffer at a specific time, you can with the EA just listen to that buffer. Whenever the object isnt there, the buffer is empty, and you have no entry. Basicaly, whenever there is a value, there is an entry.
But with the trend, there is a value all the time, and you always have to look back to previous bar and look if the trend has changed. The anomaly that sometimes the previous value isnt quite what you see on the indicator line just makes it harder. Its not impossible, its just not completely reliable.
I've been looking for a replacement entry indicator, as my current one, volatility-quality-indicator2, is suspect of repainting. Ironically, this one has arrows in the indicator window itself and reading the entries is a treat.
Here is mod with arrows with buffers...UP-8, Dn-9.
All files in topic