You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
ulong
That is really great its now moving wiht price. How did you do it and evne in the cleanup logic. I was busy trying to fix the issue in the drawing part. I truly appreciate your help. Cheers.
No worries.
I never really looked into fair value gaps until you posted this. Interesting.
These are powerful concepts based on ICT. i use them in line with footprint charts. Hopefully i can get more time on the charts in the near future.
No worries.
I never really looked into fair value gaps until you posted this. Interesting.
Hey Ryan hope you are doing well in your trading journey. It's been a while here. Just needed to ask for help debugging a cisd(change in state of delivery) code am working on. For the most part it is delivering the cisd upon sweep but it does miss lots of post sweep series of defending cndles. Do you have any idea on how to overcome this.
CISD Detection – Structural Refactor NeededThe current CISD engine produces valid signals but suffers from structural inconsistencies around sweep anchoring, block detection, and breakout prioritization.
Main problems:
Post-sweep defending blocks are sometimes ignored in favor of older pre-sweep blocks, causing delayed or structurally incorrect CISD signals.
Pre-sweep blocks can override post-sweep structure even when the post-sweep breakout occurs first.
Block detection occasionally splits contiguous defending clusters or anchors mid-block instead of using the true oldest candle.
Breakout logic is not fully standardized (mix of open/close/high/low checks), leading to inconsistent trigger behavior.
Goal:
Rework the CISD engine so that the sweep is the strict structural anchor, blocks are clean contiguous defending sequences, and the first valid breakout after the sweep triggers CISD — with no implicit priority conflicts and a clearly defined breakout rule.