NexusFi: Find Your Edge


Home Menu

 





Inventory Retracement Bars


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one mediz77 with 5 posts (0 thanks)
    2. looks_two johnnymustard with 5 posts (1 thanks)
    3. looks_3 justtrader with 4 posts (1 thanks)
    4. looks_4 DavidHP with 1 posts (0 thanks)
    1. trending_up 4,413 views
    2. thumb_up 3 thanks given
    3. group 9 followers
    1. forum 17 posts
    2. attach_file 5 attachments




 
Search this Thread

Inventory Retracement Bars

  #11 (permalink)
 johnnymustard 
Las Vegas, NV
 
Experience: Intermediate
Platform: NT 8
Broker: NT Brokerage, IQFeed
Trading: ES, 6E & CL
Posts: 71 since Aug 2013
Thanks Given: 9
Thanks Received: 40


JC195461 View Post
Is anyone willing to take on the coding for Inventory Retracement Bars for Ninja 8?

Thank you,

Jeff

Is this what you're looking for?
https://ninjacators.com/shop/single-indicators/inventory-retracement/

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Online prop firm The Funded Trader (TFT) going under?
Traders Hideout
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
ZombieSqueeze
Platforms and Indicators
Futures True Range Report
The Elite Circle
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
60 thanks
Funded Trader platforms
37 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #12 (permalink)
mediz77
casablanca morroco
 
Posts: 5 since Feb 2023
Thanks Given: 2
Thanks Received: 0


justtrader View Post
Thank you for your wiliness.
I have very little time to spend, unfortunately.

Please let me know any success or failure of this script.

JT
PS @JC195461

Thanks a lot JT
I stumbled across the indicator you developed, I've been looking for it for a while

Reply With Quote
  #13 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,171
Thanks Received: 6,018


That would be a nice little project for someone who wants to learn how to code a strategy in Ninjatrader.

I would add a few more rules to the strat. given the example provided:

inventory Retracement Bar


1) Minimum of 6 to 8 bars before the break out occurs
2) range of the body of the bars forming the retracement should be small in comparaison to the down bars
3) a bar should close below the previous bar when the trend resumes but before the BO occurs
4) if a Fair Value Gap occurs when the trend resumes it is a good sign (could be a mandatory rule)
5) range of body should increase when the trend resumes again before the BO occurs.

A) The stop should be placed above the high pivot of the retracement
B) The target should be 1.5 to 2x the size of the stop

Reply With Quote
Thanked by:
  #14 (permalink)
mediz77
casablanca morroco
 
Posts: 5 since Feb 2023
Thanks Given: 2
Thanks Received: 0

I tried to make it a strategy on ninja builder, it's promoter. except that I can't separate the up retracement bar (green) from the down retracement bar (red). this induces causes re-entry down below the up retracement.
Has anyone managed to separate them?

Reply With Quote
  #15 (permalink)
 
justtrader's Avatar
 justtrader 
San Francisco, CA
 
Experience: Intermediate
Platform: Ninja Trader, TOS
Trading: es, rty, cl, gc, nq, ym
Posts: 182 since May 2011
Thanks Given: 104
Thanks Received: 173

If you are willing to post your strategy, I could try to fix the issue.

If you do not fill comfortable having every one see it, then send it to me on direct message.

JT




mediz77 View Post
I tried to make it a strategy on ninja builder, it's promoter. except that I can't separate the up retracement bar (green) from the down retracement bar (red). this induces causes re-entry down below the up retracement.
Has anyone managed to separate them?


TWYS NWYT (Price Advertises Opportunity; Time Regulates it; Volume Measures its Success/Failure ---- Dalton)
Reply With Quote
Thanked by:
  #16 (permalink)
mediz77
casablanca morroco
 
Posts: 5 since Feb 2023
Thanks Given: 2
Thanks Received: 0


justtrader View Post
If you are willing to post your strategy, I could try to fix the issue.

If you do not fill comfortable having every one see it, then send it to me on direct message.

JT

First of all, thank you for this indicator, I really appreciated it, except that I couldn't modify it (too complex for me)
So my strategy (rather that of rob hoffman) is the following:
1. In an uptrend the price exits with a 45° degree moving average
2. In this configuration look for the IRB up (i.e. the one that draws a green line in your IRB)
3. Once the price crosses the green line enter with a buy order
The same for shorts
So my problem is:
When I integrate the indicator on ninja builder to automate the strategy, ninja does not differentiate between an IRB UP green and an IRB down RED in it makes too many bad entries.
I thought of separating the indicator on 2, that is to say an IRB which draws the green lines for the UP configuration and another for the down configuration.
I tried to detail my strategy well I will be available for any explanation
And again, thank you so much for sharing your knowledge.

Reply With Quote
  #17 (permalink)
mediz77
casablanca morroco
 
Posts: 5 since Feb 2023
Thanks Given: 2
Thanks Received: 0


mediz77 View Post
First of all, thank you for this indicator, I really appreciated it, except that I couldn't modify it (too complex for me)
So my strategy (rather that of rob hoffman) is the following:
1. In an uptrend the price exits with a 45° degree moving average
2. In this configuration look for the IRB up (i.e. the one that draws a green line in your IRB)
3. Once the price crosses the green line enter with a buy order
The same for shorts
So my problem is:
When I integrate the indicator on ninja builder to automate the strategy, ninja does not differentiate between an IRB UP green and an IRB down RED in it makes too many bad entries.
I thought of separating the indicator on 2, that is to say an IRB which draws the green lines for the UP configuration and another for the down configuration.
I tried to detail my strategy well I will be available for any explanation
And again, thank you so much for sharing your knowledge.

I hope I have explained the strategy well, otherwise I will send you screenshots

Reply With Quote
  #18 (permalink)
mediz77
casablanca morroco
 
Posts: 5 since Feb 2023
Thanks Given: 2
Thanks Received: 0


justtrader View Post
If you are willing to post your strategy, I could try to fix the issue.

If you do not fill comfortable having every one see it, then send it to me on direct message.

JT

Hello justtrader





first of all I would like to thank you and congratulate you for your indicator and your voluntary efforts.

you asked me about my strategy and that you can help me it made me very happy, your indicator and the way it is coded is great just that I'm bad at coding so I couldn't change it, even nobody around me could change it.

I send you attached photos of the strategy and the chart

but briefly, here is my strategy for the long:

1-be above the robhoffman moving average (free indicator)

2-exceed the green bar retracement

the problem is that ninja will not be able to tell the difference between the green and red bare retracement.

I hope I was clear and precise.

I've been testing manually for 3 months, it's very promising, especially with the addition of fast stoch (1.4) to target good returns.

my hope is to build on ninjabuilder. and it will be perfect if your indicator gives the possibility to filter the red and green lines or to divide it into two, a green indicator and another red.

I hope that's not too much to ask of me.

but at the same time I hope it will help you an everyone to apply this strategy for your own benefit

Reply With Quote




Last Updated on March 19, 2023


© 2024 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 - Privacy Policy - Downloads - Top
no new posts