Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ICT Fair Value Gap

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pooloftraders
    replied
    Originally posted by dj22522 View Post
    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.



    Click image for larger version Name:	Remove indicator .jpg Views:	0 Size:	23.0 KB ID:	1244863

    Hope this helps
    thanks for the help!
    What is the difference between 2.2 and 2.3?​

    Leave a comment:


  • dj22522
    replied
    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.



    Click image for larger version  Name:	Remove indicator .jpg Views:	0 Size:	23.0 KB ID:	1244863

    Hope this helps
    Last edited by dj22522; 04-06-2023, 09:46 AM.

    Leave a comment:


  • Pooloftraders
    replied
    Originally posted by dj22522 View Post
    Pooloftraders

    I stand corrected but when importing I select NO when asked to replace an @ indicator that already exists.

    Hope this helps
    Click image for larger version

Name:	image.png
Views:	1597
Size:	11.2 KB
ID:	1244859

    no matter what I choose, yes or no

    Leave a comment:


  • dj22522
    replied
    Pooloftraders

    I stand corrected but when importing I select NO when asked to replace an @ indicator that already exists.

    Hope this helps
    Last edited by dj22522; 04-06-2023, 05:54 AM.

    Leave a comment:


  • Pooloftraders
    replied
    Originally posted by gemify View Post
    Loving 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
    Click image for larger version

Name:	image.png
Views:	1614
Size:	10.2 KB
ID:	1244855


    What could be the problem?

    Leave a comment:


  • North49r
    replied
    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:


  • tickets2themoon
    replied
    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

    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:


  • Robertoxgiam
    replied
    Originally posted by gemify View Post
    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.
    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

    Leave a comment:


  • gemify
    replied
    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.

    Leave a comment:


  • tickets2themoon
    replied
    Originally posted by martinforsure2 View Post
    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?
    You can use the download file from this post: https://forum.ninjatrader.com/forum/...19#post1237319
    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:


  • martinforsure2
    replied
    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:


  • mazpat_3
    replied
    Originally 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.
    Well, if I could code I wouldn't be here asking

    Leave a comment:


  • tickets2themoon
    replied
    Originally posted by mazpat_3 View Post
    This 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!​
    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:


  • tickets2themoon
    replied
    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?​
    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.

    Leave a comment:


  • Robertoxgiam
    replied
    Originally posted by gemify View Post
    You 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!
    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:

Latest Posts

Collapse

Topics Statistics Last Post
Started by CaptainJack, 05-29-2026, 05:09 AM
0 responses
414 views
0 likes
Last Post CaptainJack  
Started by CaptainJack, 05-29-2026, 12:02 AM
0 responses
275 views
0 likes
Last Post CaptainJack  
Started by charlesugo_1, 05-26-2026, 05:03 PM
0 responses
235 views
1 like
Last Post charlesugo_1  
Started by DannyP96, 05-18-2026, 02:38 PM
1 response
322 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 05-11-2026, 05:56 AM
0 responses
280 views
0 likes
Last Post CarlTrading  
Working...
X