NexusFi: Find Your Edge


Home Menu

 





UniRenko, Universal Renko Bar Type


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one MWinfrey with 27 posts (120 thanks)
    2. looks_two Tasker_182 with 27 posts (83 thanks)
    3. looks_3 jmcg618 with 21 posts (2 thanks)
    4. looks_4 Big Mike with 20 posts (54 thanks)
      Best Posters
    1. looks_one monpere with 33.5 thanks per post
    2. looks_two dstrader with 8 thanks per post
    3. looks_3 MWinfrey with 4.4 thanks per post
    4. looks_4 Tasker_182 with 3.1 thanks per post
    1. trending_up 431,284 views
    2. thumb_up 1,699 thanks given
    3. group 227 followers
    1. forum 695 posts
    2. attach_file 122 attachments




 
Search this Thread

UniRenko, Universal Renko Bar Type

  #151 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,460 since Jun 2009
Thanks Given: 33,234
Thanks Received: 101,655


Raj1 View Post
@monpre:

As I am not a elite member, can you upload this indicator in the Ninja forum please.
Thanks in advance.
Raj

You've been here nearly four years and have never been helped by a single post? I ask because you've never thanked a post.

Sent from my Nexus 4

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Trade idea based off three indicators.
Traders Hideout
How to apply profiles
Traders Hideout
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
What is Markets Chat (markets.chat) real-time trading ro …
70 thanks
Spoo-nalysis ES e-mini futures S&P 500
55 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Bigger Wins or Fewer Losses?
24 thanks
The Program
20 thanks
  #152 (permalink)
 lcy1031 
Sacramento CA USA
 
Experience: Advanced
Platform: Ninjatrader, Tradestation
Trading: stocks
Posts: 5 since Apr 2013
Thanks Given: 2
Thanks Received: 0

I am a newbie to NT and UniRenk which looks much better than standard renko bar of TS. I am wondering if I can backtest on those three box parameters and one indicator like Moving average.

Thank you very much for sharing the indicator with us.

lcy1031

Reply With Quote
  #153 (permalink)
 
Riverend's Avatar
 Riverend 
Westlake, Oh
 
Experience: Beginner
Platform: NinjaTrader
Trading: CL
Posts: 356 since Jun 2009
Thanks Given: 1,519
Thanks Received: 220


@icy1031 Check out Better Renko in the search box. Lots written on this forum about renko bars and back testing.
Welcome to the forum by the way.

Reply With Quote
Thanked by:
  #154 (permalink)
 syxforex 
British Columbia
 
Experience: Advanced
Platform: NINJA
Broker: ZEN
Trading: Crude
Posts: 1,091 since May 2010

In Raj's defense, he did say "Thanks in advance."


Big Mike View Post
You've been here nearly four years and have never been helped by a single post? I ask because you've never thanked a post.

Sent from my Nexus 4


Visit my NexusFi Trade Journal Reply With Quote
  #155 (permalink)
 lcy1031 
Sacramento CA USA
 
Experience: Advanced
Platform: Ninjatrader, Tradestation
Trading: stocks
Posts: 5 since Apr 2013
Thanks Given: 2
Thanks Received: 0

I see there is a video using TS for backtesting. I have TS account, but TS doesn't have unirenko. I need to backtest unirenko, and want to how to backtest unirenko step-by-step.

I have searched, and not found useful posts.

Thanks very much in advance.

lcy1031

Reply With Quote
  #156 (permalink)
 lcy1031 
Sacramento CA USA
 
Experience: Advanced
Platform: Ninjatrader, Tradestation
Trading: stocks
Posts: 5 since Apr 2013
Thanks Given: 2
Thanks Received: 0

I want to use NT's optimizer on unirenko to find the best combination of bar's parameters. I need to know if it is doable before diving in. I had searched NT's forum and not found useful resources.

Thanks.

lcy1031

Reply With Quote
  #157 (permalink)
 lcy1031 
Sacramento CA USA
 
Experience: Advanced
Platform: Ninjatrader, Tradestation
Trading: stocks
Posts: 5 since Apr 2013
Thanks Given: 2
Thanks Received: 0

I need to modify the code to have "on touch" to compare with standard renko bar. I can not find the file which has the code of uni renko bar. I am newbie to NT. I don't see custom/type folder any where.

Thanks.

lcy1031

Reply With Quote
  #158 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


lcy1031 View Post
I need to modify the code to have "on touch" to compare with standard renko bar. I can not find the file which has the code of uni renko bar. I am newbie to NT. I don't see custom/type folder any where.

Thanks.

lcy1031


look into My Documents\NinjaTrader 7\bin\Custom\Type
ps. given you already import it.

Reply With Quote
  #159 (permalink)
 
Tasker_182's Avatar
 Tasker_182 
Cedar Rapids, iowa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Ninjatrader - Continuum
Posts: 716 since Aug 2009
Thanks Given: 476
Thanks Received: 1,401


lcy1031 View Post
I need to modify the code to have "on touch" to compare with standard renko bar. I can not find the file which has the code of uni renko bar. I am newbie to NT. I don't see custom/type folder any where.

Thanks.

lcy1031

If you have installed the UniRenko bar type, the source file can be found in

NinjaTrader 7\bin\custom\type\UniRenkoBarsType.cs

Reply With Quote
  #160 (permalink)
 lcy1031 
Sacramento CA USA
 
Experience: Advanced
Platform: Ninjatrader, Tradestation
Trading: stocks
Posts: 5 since Apr 2013
Thanks Given: 2
Thanks Received: 0


I found the file, replace old code with new code below, compile, and got no error. however, I can not set offset = 0 which turns to 1 automatically.

maxExceeded = bars.Instrument.MasterInstrument.Compare(close, barMax) >= 0 ? true : false;
minExceeded = bars.Instrument.MasterInstrument.Compare(close, barMin) <= 0 ? true : false;

@monpere, it would be appreciated if you implement this enh. for us.

Thanks very much to anyone.

lcy1031

Reply With Quote




Last Updated on April 3, 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