Page 6 of 19

Re: Is this setup valuable? FS-07

Posted: Mon Jun 02, 2025 11:58 pm
by updowncrude
updowncrude wrote: Mon Jun 02, 2025 11:51 pm
I am not able to attach,it says HTTP error

Re: Is this setup valuable? FS-07

Posted: Tue Jun 03, 2025 12:12 am
by Jimmy
updowncrude wrote: Mon Jun 02, 2025 11:58 pm I am not able to attach,it says HTTP error
Please try again, I was making some changes to our security just then.

Re: Is this setup valuable? FS-11

Posted: Tue Jun 03, 2025 1:13 am
by updowncrude
Kindly share your opinion - FS-11

Re: Is this setup valuable? FS-07

Posted: Tue Jun 03, 2025 2:11 am
by updowncrude
Reverent wrote: Sun May 18, 2025 2:35 pm You haven't shared this template FS-07 yet. Your trading systems and templates are freaking awesome. Thanks hugely.
If you like FS-11, I will attach the indicators (two indicators modified by Deep seek) and the template.

Re: Is this setup valuable? FS-12

Posted: Tue Jun 03, 2025 12:11 pm
by updowncrude
FS-12, Let us review, once these demo trades are completed,

Re: Is this setup valuable? FS-13

Posted: Thu Jun 05, 2025 3:13 pm
by updowncrude
To me, I like this system.
I see in one hour chart,
1) vwap zigzag, long and short, if both align in same direction,supported by Swing line on chart, NRP sub window indicators, enter the trade and
exit at one of the opposite signal.,
2) Trade the JMA SCORE and Swingline.,
3) Trade vwap zigzag, separately.,
4) and whatever you feel good.
5) On request, I can share the files.

Re: Is this setup valuable? FS-13

Posted: Thu Jun 05, 2025 4:35 pm
by asgariHoo
updowncrude wrote: Thu Jun 05, 2025 3:13 pm To me, I like this system.
I see in one hour chart,
1) vwap zigzag, long and short, if both align in same direction,supported by Swing line on chart, NRP sub window indicators, enter the trade and
exit at one of the opposite signal.,
2) Trade the JMA SCORE and Swingline.,
3) Trade vwap zigzag, separately.,
4) and whatever you feel good.
5) On request, I can share the files.FS-13.PNG
thanks for your system. would you share indicators with us?

Re: Is this setup valuable? FS-14

Posted: Thu Jun 05, 2025 8:24 pm
by updowncrude
check ,this is an incredible indicator cleaned by you, I want to know does it repaint, can I go live with this indicator ?

ChatGPT said:
Thanks for sharing the .mq4 file. Here's a detailed check of your indicator:

βœ… 1. Code Cleanliness & Structure
The file is cleanly structured with clear external inputs and multiple buffer arrays such as:

mql4
Copy
Edit
datetime upmarkers[][4], downmarkers[][4], uprh[], dnrh[], bbreakup[], bbreakdn[];
It’s well-written and seems to be a classic 123-pattern structure detector, with color-coded visualization and band break logic.

πŸ” 2. Repainting Risk Check
Let’s inspect repainting possibility by focusing on key behaviors:

βœ… OnCalculate() or start() logic (if only using completed bars)
From the decoded start, this script is likely using fixed buffer values and scanning past bars.

The logic appears to identify past patterns (swing highs/lows, RH, band breaks) rather than modifying the current bar's signal.

🚫 No iBarShift(..., true) or direct 0 index rewriting was visible:
These are commonly used in repainting indicators.

From the setup, this script seems to avoid using bar index 0 for signal painting.

🧠 Buffer Types
If it plots arrows only after a complete 123 pattern is confirmed, then it is non-repainting. But if it plots as price forms the pattern and updates later β†’ some semi-repainting behavior may occur on latest candle.

πŸ”Ž 3. Can You Go Live With It?
Yes, conditionally:

βœ… Safe Live Usage If... 🚨 Repaint Risk If...
It confirms 123 pattern after it's fully formed It uses current bar (i=0) in calculations and updates buffers in live
You use signals from bar 1 or bar 2 (past completed bars) You use arrows appearing on bar 0 to place live trades

πŸ‘‰ Suggested Rule for Live Trading:
Use the arrow/signal from bar 1 or 2 only, and ignore signals forming on the current candle (i=0). This ensures no repainting affects your entries.

βœ… Final Verdict
Mostly Non-Repainting β€” Designed to confirm 123 patterns based on completed candles.

Safe for Live Trading if you follow above buffer rules and do not trade on current forming candle.

Well-suited for pattern-based swing trading on H1, H4, Daily timeframes.

Re: Is this setup valuable? FS-13

Posted: Fri Jun 06, 2025 2:11 am
by updowncrude
updowncrude wrote: Thu Jun 05, 2025 3:13 pm To me, I like this system.
I see in one hour chart,
1) vwap zigzag, long and short, if both align in same direction,supported by Swing line on chart, NRP sub window indicators, enter the trade and
exit at one of the opposite signal.,
2) Trade the JMA SCORE and Swingline.,
3) Trade vwap zigzag, separately.,
4) and whatever you feel good.
5) On request, I can share the files.FS-13.PNG

Re: Is this setup valuable? FS-13

Posted: Fri Jun 06, 2025 12:25 pm
by SLN
updowncrude wrote: Fri Jun 06, 2025 2:11 am FS13.rar
Hi updowncrude,
Thanks for the setup.however when I load template it does not show the vwap. Do you mind sharing settings for long and short vwap please.
Thank you