mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 21:48:03 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [ttmscalper.pine](ttmscalper.pine) |
|
||||
|
||||
- John Carter designed TTM Scalper Alert for quick identification of potential reversal points using a simple three-bar pattern recognition.
|
||||
- Parameterized by `usecloses` (default false).
|
||||
- Output range: Varies (see docs).
|
||||
- Requires 1 bar of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [TTM_Trend](../../dynamics/ttm_trend/TtmTrend.md), [Super](../../dynamics/super/Super.md) | **Complementary:** TTM Squeeze | **Trading note:** John Carter's scalper; short-term reversal signals based on pivot analysis.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
> **Pending Implementation** - Placeholder for John Carter's TTM Scalper Alert indicator
|
||||
@@ -110,4 +108,4 @@ O(1) per bar. All state fits in two RingBuffers of size 3. Signal logic is a bra
|
||||
| Signal comparison | Yes | Vector conditional-select for buy/sell |
|
||||
| Output array fill | Yes | Branchless signal assignment |
|
||||
|
||||
Limited SIMD benefit due to 3-bar window size — setup cost exceeds savings. The comparison/signal phase is SIMD-friendly for batch output.
|
||||
Limited SIMD benefit due to 3-bar window size — setup cost exceeds savings. The comparison/signal phase is SIMD-friendly for batch output.
|
||||
Reference in New Issue
Block a user