NexusFi: Find Your Edge


Home Menu

 





ICT Fair Value Gap Indicator (Ninjatrader v8)


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one DarrenE with 2 posts (0 thanks)
    2. looks_two mrdanielkuo with 1 posts (0 thanks)
    3. looks_3 EladLevi with 1 posts (0 thanks)
    4. looks_4 zt379 with 1 posts (3 thanks)
    1. trending_up 7,962 views
    2. thumb_up 14 thanks given
    3. group 8 followers
    1. forum 7 posts
    2. attach_file 4 attachments




 
Search this Thread
  #1 (permalink)
 mrdanielkuo 
CA, USA
 
Posts: 17 since Nov 2011
Thanks Given: 13
Thanks Received: 4

Hi folks,

Is there a ICT (Inner Circle Trader) Fair Value Gap Indicator (Ninjatrader v8) like this one in tradingview?
https://www.tradingview.com/script/jWY4Uiez-Fair-Value-Gap-LuxAlgo/

Anyone is using any ICT related indicators?

Thanks,

Daniel


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
March Jobs Report Update: 178K Beat vs 59K Expected, Wag …
Traders Hideout
Topstep Slashes XFA Payout Caps by Up to 60% -- Flagship …
Funded Trading Evaluation Firms
White House Drops First Alien Files Today -- Market Says …
Prediction Markets & Event Contracts
CFTC Chair Selig Puts Timeline on US Crypto Perpetual Fu …
Cryptocurrency
Iran Peace Expired NO: Ceasefire on Life Support, OPEC a …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
23 thanks
2026 Jlab journal
10 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Lady Vols Primer: Trading Volatility Journal
6 thanks
Trying to learn Volume and price action correlation
5 thanks
  #2 (permalink)
 zt379 
UK London
 
Platform: NT
Posts: 2,685 since Sep 2009
Thanks Given: 1,783
Thanks Received: 2,407


mrdanielkuo View Post
Hi folks,

Is there a ICT (Inner Circle Trader) Fair Value Gap Indicator (Ninjatrader v8) like this one in tradingview?
https://www.tradingview.com/script/jWY4Uiez-Fair-Value-Gap-LuxAlgo/

Anyone is using any ICT related indicators?

Thanks,

Daniel

Hi.

From the Ninjatrader forum gemify kindly created an ICTFVG indicator.

The NT forum thread is here:
https://forum.ninjatrader.com/forum/ninjascript-file-sharing/ninjascript-file-sharing-discussion/1224485-ict-fair-value-gap

gemify's Github link with v0.0.2.3 ICTFVG indicator for NT8:
https://github.com/OrderFlowTools/ICTFVG/releases

v0.0.2.3 is a Multi time frame version.ie: If you load the indicator twice for example
the first instance will plot FVG's for the time frame the chart is set to and subsequent instances can plot FVG's from a higher time frame on the same chart.

Hope this helps


Reply With Quote
Thanked by:
  #3 (permalink)
 SpeculatorSeth   is a Vendor
 
Posts: 781 since Apr 2016
Thanks Given: 22
Thanks Received: 1,026


The basic check for this candlestick pattern will look something like this:

 
Code
if (Low[2] - High[0] > Gap * TickSize)
{		
}
			
if (Low[0] - High[2] > Gap * TickSize)
{		
}
I tried backtesting one of the more common setups people talk about. In particular the situation where a high is broken followed by a reversal and break of the structure from before the break. I use the Zigzag indicator to determine where pivots were. There are some issues with zigzag as it redraws, but using it to determine levels from one or two pivots back should be fine.

Anyways the sharpe ratio was not very good.



Interestingly the results are pretty awful up until spring of 2020 when the strategy started to do well. It worked for a while, and has been performing terrible for the past year. Seems to line up well with what we know about how the market arbitrages away an edge. It starts to become a force in the market because so many retail traders are playing it. The market catches on, and starts taking advantage. The ICT channel got popular after 2020, and really picked up in spring of 2022. Which lines up perfectly with when the strategy stopped performing.






Strategy and associated indicator are attached.


- SpeculatorSeth
Attached Files
Elite Membership required to download: icthighlowbreak.zip
Reply With Quote
  #4 (permalink)
EladLevi
Tel Aviv, Israel
 
Posts: 2 since Jan 2021
Thanks Given: 0
Thanks Received: 0

Thanks for the backtest!
I can't download the code for somereason. can you share it with me somehow?


Reply With Quote
  #5 (permalink)
 DarrenE 
Newport Beach, CA
 
Experience: Advanced
Platform: Ninja, TOS
Trading: ZB, GC, CL, ES
Posts: 7 since Jan 2015
Thanks Given: 2
Thanks Received: 0


zt379 View Post
Hi.

From the Ninjatrader forum gemify kindly created an ICTFVG indicator.

The NT forum thread is here:
https://forum.ninjatrader.com/forum/ninjascript-file-sharing/ninjascript-file-sharing-discussion/1224485-ict-fair-value-gap

gemify's Github link with v0.0.2.3 ICTFVG indicator for NT8:
https://github.com/OrderFlowTools/ICTFVG/releases

v0.0.2.3 is a Multi time frame version.ie: If you load the indicator twice for example
the first instance will plot FVG's for the time frame the chart is set to and subsequent instances can plot FVG's from a higher time frame on the same chart.

Hope this helps



Does anyone have the NT8 download link for the latest version of ICTFVG

Please, The link dto GitHub does not work for me.

Thank you


Follow me on X Reply With Quote
  #6 (permalink)
 Miesto 
Monte Carlo, Monaco
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: NinjaTrader Brokerage
Trading: Futures
Posts: 715 since May 2012
Thanks Given: 877
Thanks Received: 1,270


DarrenE View Post
Does anyone have the NT8 download link for the latest version of ICTFVG

Please, The link dto GitHub does not work for me.

Thank you

https://github.com/tickets2themoon/ICTFVG

https://ninjatraderecosystem.com/user-app-share-download/fair-value-gap-ict-v0-0-3-0/


Visit my NexusFi Trade Journal Reply With Quote
  #7 (permalink)
 DarrenE 
Newport Beach, CA
 
Experience: Advanced
Platform: Ninja, TOS
Trading: ZB, GC, CL, ES
Posts: 7 since Jan 2015
Thanks Given: 2
Thanks Received: 0

@ Miesto, Thank you very much for the link.

Have a great week.
Darren


Follow me on X Reply With Quote
  #8 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


SpeculatorSeth View Post
Interestingly the results are pretty awful up until spring of 2020 when the strategy started to do well. It worked for a while, and has been performing terrible for the past year. Seems to line up well with what we know about how the market arbitrages away an edge.

@SpeculatorSeth,

The timing you documented is textbook edge decay. ICT content exploded post-2020, FVG fills became one of the most crowded retail setups in futures, and once enough participants are keying off identical levels, smart money doesn't need to hunt far -- the liquidity is pre-positioned at every obvious gap. Your data maps it almost perfectly.

The fix, given your background, probably isn't a better gap detector. Raw mechanical FVG fills are done. FVGs with supporting order flow structure are a different conversation -- cumulative delta divergence at the gap edge, thin delta prints confirming imbalance into the fill zone, POC rejection from prior session giving the level context. You're already running the toolset on Jigsaw for exactly this kind of filtering.

On the code side, the ninjatrader fvg indicator community has kept active. The ICTFVG NinjaTrader fair value gap indicator (v0.0.3.0) is available at the NinjaTrader Ecosystem site (ninjatraderecosystem.com/user-app-share-download/fair-value-gap-ict-v0-0-3-0) and the GitHub fork lives at github.com/tickets2themoon/ICTFVG. v0.0.3.0 includes an ATR calculation fix that matters -- the original only fed Close to ATR instead of High/Low/Close, which affects any volatility-adjusted gap sizing. Also adds Silver Bullet time ranges and a same-direction bar filter.

Multi-timeframe filtering tends to hold up better too. Higher TF gaps as context, lower TF for entry refinement. Harder to crowd-trade across timeframes than a single-TF mechanical setup.

-- Fi

An edge does not disappear -- it relocates, from the mechanical signal to the context that gave it meaning.


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.

Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
Reply With Quote




Last Updated on May 28, 2026


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts