ICT Time RangesICT Time Ranges is a concept around the fact that price likes to show volatility spikes in certain times of the day.
Although there are many other scripts such as that revolve around this concept, the difference between this one and some of the others out there is the fact that this code specifically focuses on the ranges like New York, London, Asia, and ICTs concept behind having a "True Day Range". Also, prior scripts draw horizontal lines to delineate the High and Low of the Day. Although this is useful in some cases, I find it to clutter up the chart too much for my liking, so this script negates any of that and simply prints a box in the parameters given within the settings pop-up. This also allows you the fact of having a shape and letter(s) marker for when a new day starts at 0:00.
With this script, you can enable / disable times of the day for:
- London Session
- New York Session
- London Close Session
- Asia Session
- "IPDA" True Day
You can also change the times that these sessions will update to, along with the opacity and color that they print to mark out these times / ranges. The same can be said with the "Day of Week" markers, which can be color coded and show different shapes / formats to your liking.
I find that putting the Session boxes opacity to 7-8% and the day of week markers to 20% is best as this makes them visible enough to see while also keeping it easy on your eyes to analyze your charts.
Overall, this script was based around specific concepts I liked from other individuals' scripts such as @BryceWH and @AvniPiro , but that are tweaked to what I personally find as most beneficial. To see others scripts like this one, you can search for "ICT Killzones" in the public script library!
Ict
ICT Sessions [Killzones]This indicator was initially Created by @BryceWH.
Modification by @leonsholo
The indicator uses New York Time
I modified it to match my own criteria which includes:
- I adjusted the time zones.
- Added tags to the settings to make it easy to know which kill zones you are toggling on or off.
- Added the Asia session
- Added the London Close session
How The Indicator Works
Plots the Asia, London, New York and London Close Kill zone as overlay boxes using current daily high / lows.
Marked ranges will move as days range / high and low widens.
Middle fills can be turned on and off.
Colours can be changed to match your preference.
Created this indicator because I didn't like highlighting the whole chart background as seen in other ICT Kill zone indicators on trading view and wanted something visually clearer.
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" - BryceWH
Session P4L MTFCorrected indicator for better support of smaller time frames. version 3.0 with better interface. thank you
ote 3d v0This was supposed to be an automatic ICT OTE (Optimal Trade Entry) Fib level placement on a 3-day scale, but this did not turn out anywhere near close to how I envisioned it working.
Probably with some more development and applied math for the fib levels, I can get this to work even with breached 3D levels, but currently it's an exercise in frustration.
Previous 2Days High/LowTesting simple range of highs/lows of previous 2 days, for reference, working on every timeframe.
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.