NexusFi: Find Your Edge


Home Menu

 





Renko


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one RJay with 12 posts (3 thanks)
    2. looks_two TheWizard with 7 posts (9 thanks)
    3. looks_3 roonius with 7 posts (2 thanks)
    4. looks_4 Big Mike with 4 posts (5 thanks)
      Best Posters
    1. looks_one TheWizard with 1.3 thanks per post
    2. looks_two Big Mike with 1.3 thanks per post
    3. looks_3 RJay with 0.3 thanks per post
    4. looks_4 roonius with 0.3 thanks per post
    1. trending_up 40,723 views
    2. thumb_up 21 thanks given
    3. group 18 followers
    1. forum 42 posts
    2. attach_file 7 attachments




 
Search this Thread

Renko

  #31 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787


roonius View Post
You can't make "not overlaping" bars which are updating in real time.
The reason is very simple: current NT will not allow you to change bar's open high or low.
Once you add a new bar with open price, you can't change that open price. Period.
Similar with High and Low. You can't change existing bar with lower high or higher low.

I don't think NT7 will be different. I want to be wrong...

Hi Roonius,

If not overlapping wasn't possible,

I was willing to accept side by side bars on reversal. All other bars would not overlap.

At least, that was the plan.

If NT makes the output window available in 7. I will work on this again.

RJay

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Increase in trading performance by 75%
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Diary of a simple price action trader
26 thanks
Tao te Trade: way of the WLD
23 thanks
My NQ Trading Journal
14 thanks
HumbleTraders next chapter
9 thanks
  #32 (permalink)
 
roonius's Avatar
 roonius   is a Vendor
 
Posts: 131 since Jun 2009
Thanks Given: 20
Thanks Received: 295


RJay View Post
Hi Roonius,

If not overlapping wasn't possible,

I was willing to accept side by side bars on reversal. All other bars would not overlap.

At least, that was the plan.

If NT makes the output window available in 7. I will work on this again.

RJay

Side by Side needs to change a couple of lines in Median.
Here you go...

Edit: Removed due to errors found...

Attached Thumbnails
Click image for larger version

Name:	SbSRenko.JPG
Views:	458
Size:	112.4 KB
ID:	1148  
Reply With Quote
Thanked by:
  #33 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787



roonius View Post
Side by Side needs to change a couple of lines in Median.
Here you go...

Roonius,

Like I said before, I wish I had your programming talent.

The long bars could be used in a strategy to define entry points.

I shall look forward to looking at your code to see how you did this.

I wonder if my 4 scenario coding would work with your code?

Thanks,

RJay

Attached Thumbnails
Click image for larger version

Name:	Compare.JPG
Views:	358
Size:	240.7 KB
ID:	1154  
Reply With Quote
  #34 (permalink)
 satnamsingh 
Northridge, CA U.S.
 
Experience: Intermediate
Platform: ninja trader
Trading: futures
Posts: 7 since Jul 2011
Thanks Given: 36
Thanks Received: 1

Dear sir,
I am glad you have very good experince in RENKO CHART. I am also interested in learning that if you do not mind can you teach me about that I will be highly thankful to you. My email is [email protected] if you do not mind kindly email me so that I can learn from you.
May God Bless you.
Thanks again.
Sincerely,
Satnam Singh

Reply With Quote
  #35 (permalink)
 
elixir's Avatar
 elixir 
Austin, TX
 
Experience: Advanced
Platform: TradeStation, Think or Swim, NinjaTrader
Broker: DTN
Trading: options and stocks
Posts: 22 since Feb 2012
Thanks Given: 9
Thanks Received: 11

Wizard,

I myself have spent some time building a setup, and used real money to boot. Courage is a relative matter, and can be foolish in cases like these. argh.

Where can I find these indicators?

Is SR, Stoch RSI?

DynSR(1) - gives a little advance warning when price MAY reverse
Settings: Calculate on bar close? = "FALSE". Note: Make the Support & Resistance lines the same color - contrasting to the DynSR(11)

DynSR(11) - When price appears INSIDE the 11 period Support/Resistance, it USUALLY reverses direction down (or up) to the next support/resistance area.
Settings: Calculate on bar close? = FALSE" Note: Make the Support & Resistance lines the same color (greater thickness) - contrasting to the DynSR(1)

DynamicSRinColor(11) - it 'colors' the field between support & resistance - not necessary. Just downloaded this from Mikes Blogspot to see the effect. It is an interesting indicator, but I am not sure I will keep it on the chart.
Settings: Calculate on bar close? = "FALSE"

[DELETE]
TSSuperTrend(ATR,14,1.25,HMA,14,Median) - I change the color bars from "BLUE" to "LIME" and leave "RED" as it is.
To me, Green says "UP" and Red says "DOWN", however, many people like BLUE as an indication of upward movement of price.
Settings: Show arrows? = "NO", Color Bars? = "YES", Calculate on bar close? = "FALSE"[/DELETE]

[DELETE][/DELETE]
PriceLineIndicator V2 (Solid,Color(Yellow),1) - So you can see a line indicating where the last High/Low Price of the Renko range was. Not necessary, just a visual aid.

Reply With Quote
  #36 (permalink)
 
TheWizard's Avatar
 TheWizard 
Houston, TX
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Optimus Futures, AMP, CQG
Trading: 6E
Posts: 1,731 since Jun 2009
Thanks Given: 517
Thanks Received: 4,224


elixir View Post
Wizard,

I myself have spent some time building a setup, and used real money to boot. Courage is a relative matter, and can be foolish in cases like these. argh.

Where can I find these indicators?

Is SR, Stoch RSI?

DynSR(1) - gives a little advance warning when price MAY reverse
Settings: Calculate on bar close? = "FALSE". Note: Make the Support & Resistance lines the same color - contrasting to the DynSR(11)

DynSR(11) - When price appears INSIDE the 11 period Support/Resistance, it USUALLY reverses direction down (or up) to the next support/resistance area.
Settings: Calculate on bar close? = FALSE" Note: Make the Support & Resistance lines the same color (greater thickness) - contrasting to the DynSR(1)

DynamicSRinColor(11) - it 'colors' the field between support & resistance - not necessary. Just downloaded this from Mikes Blogspot to see the effect. It is an interesting indicator, but I am not sure I will keep it on the chart.
Settings: Calculate on bar close? = "FALSE"

[DELETE]
TSSuperTrend(ATR,14,1.25,HMA,14,Median) - I change the color bars from "BLUE" to "LIME" and leave "RED" as it is.
To me, Green says "UP" and Red says "DOWN", however, many people like BLUE as an indication of upward movement of price.
Settings: Show arrows? = "NO", Color Bars? = "YES", Calculate on bar close? = "FALSE"[/DELETE]

[DELETE][/DELETE]
PriceLineIndicator V2 (Solid,Color(Yellow),1) - So you can see a line indicating where the last High/Low Price of the Renko range was. Not necessary, just a visual aid.

I searched my computer & I have DynamicSR, but cannot find DynamicSRinCOLOR. TSST is just the TSSuperTrend. There are many versions of it in the download section. Some of the best, by FatTails. I had a computer crash at work months ago, and lost a lot of indicators I'd done for myself & for others. Some were backed up to my laptop, but many weren't. I suspect DynamicSRinCOLOR was one of the ones that got hit in the crash.

So I don't have to hunt all night long, can you tell me the POST # that you're referring to? The original post # that I posted the chart to? - the one you're referring to that lists the indicators?

After all, it's what you learn AFTER you know it all, that counts!
Started this thread Reply With Quote
  #37 (permalink)
 RM99 
Austin, TX
 
Experience: Advanced
Platform: TradeStation
Trading: Futures
Posts: 839 since Mar 2011
Thanks Given: 124
Thanks Received: 704

Whatever the renko logic, I'd recommend artificially creating them on a range chart. This solves a number of problems, it allows you to see the true highs/lows (tails) but also allows you to see the movement inside each bar. It will also aid in backtesting to show you where your trades executed so you can understand the movement of the Renko.

I consider myself a master at Renko backtesting and pitfalls and I can tell you that most people do NOT understand how these charts are created in real time. The range of any given Renko brick (traditional) is 3 times the brick size. That is, for a previous up brick, the price can move all the way down to a tick away from creating a down brick (2 brick increments) and then reverse and move all the way up to an additional brick and create a new up brick (total of 3 bricks). This applies to everything from stops and targets to trailing stops. If you attempt to backtest using ANY form of non-end of bar exit, it must be larger than 2 bricks for stops and profits and 3 bricks for trails.

Additionally, you cannot use "this bar close" or "next bar open" without false results, because for bar reversals, the opens and closes will not match reality. (for a new down brick reversal, the backtest/history will show an open at the bottom of the previous up brick, rather than the top of the previous up brick.

Additionally, with TS and some other platforms, traditional bricks only reflect half the volume (upvolume for up bricks and down volume for down bricks).

"A dumb man never learns. A smart man learns from his own failure and success. But a wise man learns from the failure and success of others."
Reply With Quote
Thanked by:
  #38 (permalink)
ycomp
Europe-ish
 
Posts: 177 since Sep 2013
Thanks Given: 12
Thanks Received: 58

Are there traders that trade Renko Charts successfully? I love the apparent smoothness but the 3 brick thing catches me

Reply With Quote
  #39 (permalink)
 
bd92154's Avatar
 bd92154 
San Diego
 
Experience: Intermediate
Platform: NinjaTrader/Think or Swim
Broker: TDA/Interactive Brokers/ Data Feed TDA & IBK ( Dropped Kinetick)
Trading: Stocks NASDAQ
Posts: 1,058 since May 2011
Thanks Given: 1,542
Thanks Received: 448


ycomp View Post
Are there traders that trade Renko Charts successfully? I love the apparent smoothness but the 3 brick thing catches me

You can adjust the number of ticks, also you may look at uniRenko bars.
I've been working on learning how to trade uniRenko with confirmations on two and six minute candlestick charts.

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #40 (permalink)
ycomp
Europe-ish
 
Posts: 177 since Sep 2013
Thanks Given: 12
Thanks Received: 58


Seems I've got some reading to do... never heard of unirenko until now

Reply With Quote




Last Updated on May 29, 2015


© 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