What is the difference between 2.2 and 2.3?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ICT Fair Value Gap
Collapse
X
-
thanks for the help!Originally posted by dj22522 View Post
What is the difference between 2.2 and 2.3?
-
Pooloftraders
Your chart already shows the FVG.
If you have an instance of the indicator installed before then remove that.
Remove via the Control Centre:-
New > NinjaScript Editor then once opened select from the right side pane "Indicators" then the "Gemify" folder > right click on ICTFVG > Remove.
Then import the latest ICTFVG version 0.0.2.3 selecting NO to each instance of wanting to replace an already existing @ indicator.
Hope this helpsLast edited by dj22522; 04-06-2023, 09:46 AM.
- Likes 1
Leave a comment:
-
Originally posted by dj22522 View PostPooloftraders
I stand corrected but when importing I select NO when asked to replace an @ indicator that already exists.
Hope this helps
no matter what I choose, yes or no
Leave a comment:
-
Pooloftraders
I stand corrected but when importing I select NO when asked to replace an @ indicator that already exists.
Hope this helpsLast edited by dj22522; 04-06-2023, 05:54 AM.
Leave a comment:
-
Originally posted by gemify View PostLoving the discussion/contribution to make this better. Thanks dj22522 and tickets2themoon.
I've updated the code based on your feedback. Please use the latest zip (ICTFVG-v0.0.2.1) from here: https://github.com/OrderFlowTools/ICTFVG/releases
What could be the problem?
Leave a comment:
-
Great tool. I've been using this indicator and it's a tremendous help. Assuming I wanted to create an automated buy and sell strategy when a FVG is created and then revisited can someone point me in the direction of creating a Ninjatrader strategy to buy or sell based on the chosen time frame? I wanted to play around with this to see if it would be profitable or not. ie. bullish 5m FVG created, CE within 10 bars, automated ninja strategy deployed to buy when FVG is green. Not foolproof of course but I'm curious how successful this strategy would be. (in demo account obviously) Thanks
Leave a comment:
-
Rob,Originally posted by Robertoxgiam View Post
Hey Gemify,
Thanks for the update.
I installed the new version of your ICTFVG ver 0.0.2.3 on my updated version of NT 8.1.1 and I got an error message when imported. Do I need to remove the old version through the Ninja Script editor or is your version not compatible with the new updated version of NinjaTrader 8.1.1.
See the error message below:
Thank you
Rob
Yes, you can remove the old one then import the new one. The original version did not have an ICTFVG subfolder but the more recent versions do, so you end up with two files using the same namespace which NT rejects.
Leave a comment:
-
Hey Gemify,Originally posted by gemify View PostThanks for yall's patience - its been a busy couple of weeks. The awesome contributions from tickets2themoon have been incorporated - there is a new release v0.0.2.3 on github. It should be available on the ecosystem soon.
Thanks for the update.
I installed the new version of your ICTFVG ver 0.0.2.3 on my updated version of NT 8.1.1 and I got an error message when imported. Do I need to remove the old version through the Ninja Script editor or is your version not compatible with the new updated version of NinjaTrader 8.1.1.
See the error message below:
Thank you
Rob
Leave a comment:
-
Thanks for yall's patience - its been a busy couple of weeks. The awesome contributions from tickets2themoon have been incorporated - there is a new release v0.0.2.3 on github. It should be available on the ecosystem soon.
- Likes 1
Leave a comment:
-
You can use the download file from this post: https://forum.ninjatrader.com/forum/...19#post1237319Originally posted by martinforsure2 View PostHello Gemify,
In the download sections i only get the previous version without all the new functions of the ICT/FVG indi. Or am i doing something wrong?
or pull the code / release from GitHub: https://github.com/OrderFlowTools/ICTFVG
Let us know if you have any problems. I have made some additional modifications to add settings options to choose between the chart data series and secondary series and disable ATR. I have submitted to Gemify for review on GitHub.
Leave a comment:
-
Hello Gemify,
In the download sections i only get the previous version without all the new functions of the ICT/FVG indi. Or am i doing something wrong?
Leave a comment:
-
Well, if I could code I wouldn't be here askingOriginally posted by tickets2themoon View Post
Not sure it would be possible to use plots. The AddPlot function is designed to get called when indicator is initialized. Documentation references dynamically calling AddPlot but suggests it should only be used for special cases. I think every time you call that function are are creating a new plot that can't be removed. I think you would be better off writing a strategy using the logic to find FVGs. You could extend the FVG class to store the Fib levels and compare current price to those levels on each OnBarUpdate call. A strategy is really no different than an indicator you are just adding the entry and exit conditions.
Leave a comment:
-
Not sure it would be possible to use plots. The AddPlot function is designed to get called when indicator is initialized. Documentation references dynamically calling AddPlot but suggests it should only be used for special cases. I think every time you call that function are are creating a new plot that can't be removed. I think you would be better off writing a strategy using the logic to find FVGs. You could extend the FVG class to store the Fib levels and compare current price to those levels on each OnBarUpdate call. A strategy is really no different than an indicator you are just adding the entry and exit conditions.Originally posted by mazpat_3 View PostThis is a killer. And I'm thinking of a little addition that could propel this very far, maybe as an option to toggle on/off. Do you think you could add fib plots to anchor to the swing high/low of the displacement?
A plot at 0.5, 0.618, 0.705, 0.79 and 0.886 of any displacement would permit the creation of alerts, signals and therefore, a strategy! Here is the opensource code for the autofib portion:search this on the user app share ecosystem TcFAutoFibos - NinjaTrader Ecosystem
Let me know if this feature request speaks to you. And this is a call to participation from the thread participants of course. I just wish I could code like you guys
Thanks again for being open-source minded!
Leave a comment:
-
What is the error message you are receiving. I have it working on 8.1.1 but did not have to import it as I already had it installed.Originally posted by Robertoxgiam View Post
Hi Gemify
Thank you for your hard work with this indicator.
ICTFVG-v0.0.2.2.zip.
Is the new version of ICTFVG-v0.0.2.2.zip. compatible with the new version of Ninjatrader 8.1.1 because I'm getting an error message when I installed the indicator?
Leave a comment:
-
Hi GemifyOriginally posted by gemify View PostYou nailed it! I've added an instance id to distinguish between multiple instances of the indicator on the same chart - which is now used in the tag generation.
Please try the attached version. If it works as you expect, I'll update the repo on github and submit the updated version to the ecosystem.
Thanks for your help!
Thank you for your hard work with this indicator.
ICTFVG-v0.0.2.2.zip.
Is the new version of ICTFVG-v0.0.2.2.zip. compatible with the new version of Ninjatrader 8.1.1 because I'm getting an error message when I installed the indicator?
Leave a comment:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
414 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
275 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
235 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
322 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
280 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Leave a comment: