Previous 2Days High/LowTesting simple range of highs/lows of previous 2 days, for reference, working on every timeframe.
Ict
5 Day ADR ICT Intraday TrackerPretty self explanatory, this indicator tracks todays current range as a % of the 5 Day ADR.
This is most useful for finding entries and looking for exits intraday, ie: how much hypothetical room is there for a trade to run? looking for entries in yellow and orange zones, exiting in blue once the ADR is reached etc.
Reset variable should be used for the end of day close. For forex on Oanda its 1700. Probably a way to do this programatically, if its obvious let me know and i can update it.
Can be set to clip output above 110% once the daily ADR has been fulfilled - this can be turned on or off.
Experimental mode for finding consolidations, based on the ADR for each day not been fulfilled and contracting. can be good for finding pending range expansion.
Code is pretty ugly, feel free to tweak.
current known issues: Indicator doesnt work for many non forex pairs, due to coding laziness. Indicator does not work on 1 minute timeframe.
ICT Killzone Boxes
Plots London Open Killzone and New York Open Killzone as overlay boxes using current daily high / lows. Boxes verticle location will move as days range / high and low widens.
Middle fills can be turned on and off. Created this indicator because i didnt like highlighting the whole chart background as seen in other ICT Killzone indicators on tradingview and wanted something visually clearer.
If you want additional killzones such as london close / new york close, add the indicator to the chart twice.
Boxes height can be changed. Positive number puts the box outside current days high and low, negative number puts box inside current days high and low.
Adapted from Chris Moody's original indicator HLOC
Sorry for my ugly code. Presented as is - feel free to tweak / modify and change.