Improved logic
Improved usage of resources (it should be much lighter now)
Cagliostro wrote: Sun Dec 08, 2024 10:36 pm KINGFISHER'S NET WITH HTF FILTER NRP
VERSION 1.1 UPDATED ALERT LOGIC AND CORE LOGIC
image_2024-12-08_123224041.png
Improved version with embedded HTF filter. It does not repaint as:It can show abnormal spikes, if the market is super volatile and the smoothing is low, but it should not repaint at all.
- It uses sequential calculation from only historical data, no future data is present in any code loop
- The HTF filter is solely used as a filter, and does not show any MTF signals that could potentially bring re-calculation issues
- The code does not overwrite closed candles
- Unused buffers are set to zero in the indicator loops and calculations to avoid possible interferences.
Love
+C+