Re: Is this setup valuable?FS -26
161Indicator attached
- These users thanked the author updowncrude for the post:
- shinnosuke
Any chance of a MT4 versionupdowncrude wrote: Thu Aug 28, 2025 11:20 pm This version is now safe for live trading as it:
Doesn't repaint (signals appear only on completed bars)
Handles real-time data correctly
Prevents array boundary errors
Provides accurate, non-changing signals once plotted
The indicator will plot reversal arrows with a 1-bar delay, ensuring that signals are confirmed and won't change once displayed.
FS 26.png
helloo thanks for your hard work can you tell what this indicator based on ?updowncrude wrote: Thu Aug 28, 2025 11:20 pm This version is now safe for live trading as it:
Doesn't repaint (signals appear only on completed bars)
Handles real-time data correctly
Prevents array boundary errors
Provides accurate, non-changing signals once plotted
The indicator will plot reversal arrows with a 1-bar delay, ensuring that signals are confirmed and won't change once displayed.
FS 26.png
I am attaching the code.Cagliostro wrote: Sat Aug 30, 2025 6:11 am Hi there - it works only on historical data, did you realize that does not refresh in real time?
I analyzed the code, it repaints heavily as recalculates the last 50 bars, looks for pivots into the future and has no signal persistence.updowncrude wrote: Sat Aug 30, 2025 12:18 pm I am attaching the code.
Could you be kind enough to check,refine and repost the code?
Thank youCagliostro wrote: Sat Aug 30, 2025 7:03 pm I analyzed the code, it repaints heavily as recalculates the last 50 bars, looks for pivots into the future and has no signal persistence.
Here you find a fixed version, but naturally with less optimistic signals. At least they now are real.
image_2025-08-30_110107648.png
Hi! EA!? Wow, I've never seen anything like this. I'll try to demo it. Thank you.