Hahahamrtools wrote: Thu Apr 16, 2020 2:14 am
If your advertising your EA it's in +50 draw down, looks dangerous!

Hahahamrtools wrote: Thu Apr 16, 2020 2:14 am
If your advertising your EA it's in +50 draw down, looks dangerous!
Mladen's explanation:SHABBA wrote: Wed Apr 15, 2020 11:41 am PLEASE KINDLY HELP TO CHECK WHETHER ANY PART OF THIS INDICATOR REPAINTS,
That version is decompiled, would need the original non decompiled version.KingReason wrote: Wed Apr 15, 2020 10:17 am Hi... Any willing expert here,please help make this indicator arrows give signal more frequently than it does[especially on 1M},in the manner they appear to do so. They seemed pinned to one setting only. As you can see in the picture,it leaves big gaps and also gives late entry. Please help...?
Ok..,I understand. Thank you for a share of your time mrtools.mrtools wrote: Thu Apr 16, 2020 2:25 am
That version is decompiled, would need the original non decompiled version.
Mr Tools, any chance to have arrows and alerts in the cross of the indicator with signal line (SSA dashed historic plot) and the crosses of the signal line (dashed line) with the zero line? (post #9183)mrtools wrote: Thu Apr 16, 2020 1:32 am
Best i can say is test it yourself, all I know is if it's end point it's not supposed to repaint!
Thanks mrtools for your kind reply... will check it again and let you knowmrtools wrote: Thu Apr 16, 2020 1:32 am
Best i can say is test it yourself, all I know is if it's end point it's not supposed to repaint!
Hi,mrtools wrote: Thu Apr 16, 2020 1:32 am
Best i can say is test it yourself, all I know is if it's end point it's not supposed to repaint!
Thanks for sharing this information.... one note here... if you follow the intersections between the colored and dashed line you would see that the entries produced are the holy grail (sell when dashed line is crossing below the colored one and buy when above it)Black Sheep wrote: Thu Apr 16, 2020 12:14 pm
Hi,
Upon some digging in this very interesting topic of the SSA's, in particular, the SSA end-point, the developer of the code Mladen Rakic on 2011.06.02 11:32 post #345 (mql5.com forum) regarding the repainting, has to say the following:
"To repeat
SSA ep does not repaint. SSA recalculates, SSA ep does not (since it is using only windowed data it can not recalculate since it is completely unaware of the rest of the data - future or past data older than the window size, does not matter, all it can "see" is one segment of data extracted from the overall data and it never, but never can "see" any future data for any calculation point- that is quite clear even from the mql source)..." The full post attached as an image for your consultation, also attached you can find the code (indicator) for the SSA ep coded by Mladen Rakic.
Note1: the end-point idea was originally introduced by Dennis Meyers (he used it for the Fast Fourier Transform), hence the name of these are accordingly named to his idea. However, I feel compelled to a reminder that he (Dennis Meyers) posted results of the endpoint that were far, far from a holy grail.
Note2: The attached file libSSA.dll should be unpacked to MQL4/libraries folder in order to make the code to work.
Hope this may help,