OPEN-SOURCE SCRIPT
Cam Volume Confirm [CVC]

Volume + Rsi
3. weakThresh default is positive in tooltip but negative in logic
Your input tooltip says "below negative = SHORT confirmed" but the default is -20.0 which is already negative — the tooltip wording is slightly confusing. Minor, but worth cleaning up for users.
4. No connection to the actual Camarilla signal
Right now CVC runs independently — it doesn't know when the Camarilla Pivot Plays indicator fired a signal. It just shows volume power continuously. So the VALID/FAKE labels appear based on the metric crossing thresholds, not specifically in response to a Cam play triggering.
To truly confirm a Cam signal, you'd want to receive the Camarilla entry event (via input.source or a shared alert) and then evaluate the metric at that moment.
5. isFake label only shows on transition from strong/weak → fake
pineif isFake and not wasFake and (wasStrong or wasWeak)
This is actually good design — it avoids spam. But it means if the metric is in the fake zone from the start of a new day, no FAKE label appears. Might want to add a session-start check if that matters to you.SKJhgdbASHDGuyaSDjBASLJDhgAOUYSDFABJS lNAMBSV
3. weakThresh default is positive in tooltip but negative in logic
Your input tooltip says "below negative = SHORT confirmed" but the default is -20.0 which is already negative — the tooltip wording is slightly confusing. Minor, but worth cleaning up for users.
4. No connection to the actual Camarilla signal
Right now CVC runs independently — it doesn't know when the Camarilla Pivot Plays indicator fired a signal. It just shows volume power continuously. So the VALID/FAKE labels appear based on the metric crossing thresholds, not specifically in response to a Cam play triggering.
To truly confirm a Cam signal, you'd want to receive the Camarilla entry event (via input.source or a shared alert) and then evaluate the metric at that moment.
5. isFake label only shows on transition from strong/weak → fake
pineif isFake and not wasFake and (wasStrong or wasWeak)
This is actually good design — it avoids spam. But it means if the metric is in the fake zone from the start of a new day, no FAKE label appears. Might want to add a session-start check if that matters to you.SKJhgdbASHDGuyaSDjBASLJDhgAOUYSDFABJS lNAMBSV
Script open-source
Dans l'esprit TradingView, le créateur de ce script l'a rendu open source afin que les traders puissent examiner et vérifier ses fonctionnalités. Bravo à l'auteur! Bien que vous puissiez l'utiliser gratuitement, n'oubliez pas que la republication du code est soumise à nos Règles.
Clause de non-responsabilité
Les informations et publications ne sont pas destinées à être, et ne constituent pas, des conseils ou recommandations financiers, d'investissement, de trading ou autres fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.
Script open-source
Dans l'esprit TradingView, le créateur de ce script l'a rendu open source afin que les traders puissent examiner et vérifier ses fonctionnalités. Bravo à l'auteur! Bien que vous puissiez l'utiliser gratuitement, n'oubliez pas que la republication du code est soumise à nos Règles.
Clause de non-responsabilité
Les informations et publications ne sont pas destinées à être, et ne constituent pas, des conseils ou recommandations financiers, d'investissement, de trading ou autres fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.