NexusFi: Find Your Edge


Home Menu

 





Renko indicator


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one loantelligence with 2 posts (1 thanks)
    2. looks_two Small Dog with 2 posts (0 thanks)
    3. looks_3 ShadowFox with 1 posts (0 thanks)
    4. looks_4 wavey with 1 posts (0 thanks)
    1. trending_up 1,651 views
    2. thumb_up 1 thanks given
    3. group 6 followers
    1. forum 6 posts
    2. attach_file 1 attachments




 
Search this Thread

Renko indicator

  #1 (permalink)
 
Small Dog's Avatar
 Small Dog 
Sydney NSW Australia
 
Experience: Intermediate
Platform: TradeStation, Oanda
Trading: Forex, index futures
Frequency: Daily
Duration: Days
Posts: 161 since Jun 2020
Thanks Given: 10
Thanks Received: 151

Renko charts look great, but backtests on them as it is are not great for well known reasons. I was thinking about solving this by writing a Renko indicator and then try run the strategy based on it.

The basic idea is as follows.

I am going to use it on Forex pair AUDUSD. The brick size will be 50 pips (0.0050). The close of the first bar on chart = 0.7076. I am going to round it up to the nearest 100 pips. In this case - 0.7100. Plot horizontal line at this level.

The next Renko level is 50 pips above and below the starting point. If the close of the next bar is above 0.7150 then plot a new line at this level. The same for the next bar and so on, if the close above the previous Renko level by the size of the brick plot new line. Similar logic for the downside.

The next step is to test the strategy using the same steps. The entries should be base only on close breaking above/below the entry levels (two brick reversal in its simplest), not intrabar.

Does this make sense? Has anybody else done something similar?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
32 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #2 (permalink)
 Abusamjad91 
San Francisco California
 
Experience: None
Platform: NinjaTrader
Trading: futures
Posts: 70 since Oct 2020
Thanks Given: 56
Thanks Received: 59

Hey Urus,

I'm not sure if I caught on to what you are trying to accomplish. Anyways, I've thought of a similar indicator but for UniRenko bars. I'm a NinjaTrader user. My idea was to have like a staircase like outline that would follow the trend of the UniRenko bars as soon as the staircase stepped into the other direction enter into a position. My logic was this if there was one tick above/below the previous candle in the opposite direction, it would mean the trend has changed. Of course this would mean a perfect case of bars not giving false wicks and the only time the wicks were to show would be in the case of trend reversals. I wasn't able to move on with my project because I don't know how to code. I still think it is possible on a bigger timeframe and before market close.
Similar indicators I have found on here with the same kind of logic is the Seasnake with the equator line. If you can write NT scripts...please share.

Reply With Quote
  #3 (permalink)
 
ShadowFox's Avatar
 ShadowFox 
CO/USA
 
Experience: Intermediate
Platform: TradeStation, Multicharts
Trading: Stocks, Futures
Posts: 129 since Jun 2020
Thanks Given: 70
Thanks Received: 157


Here is what I did. A stop order on the previous bar close will allow you to add slippage. Need 1-2 ticks to match real trading results in a liquid market. Can be much more slippage under certain market conditions though like the open.


Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
 loantelligence 
Syracuse, NY
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Mirus Futures/Zen-Fire
Trading: NQ
Posts: 218 since Jan 2011
Thanks Given: 31
Thanks Received: 189

one of the problems with renko or unirenko and backtesting with NT.....is that NT assums the entry is the lowest part of the bar....in the case of renko or unirenko...the entry should be at the high part of the bar for a long and the low part of the bar for a short....if your bar size is 5....then you are off 5 to begin with...for a long you would be getting in at the top of the bar but NT takes the low part.....so I put slippage at the size of the bar....and get closer results to what actually would happen.....if I have an 8 for a size of bar then the slippage is set at 8.....and so on....try it...if you can make money with the slippage set at the size of the bar......you have something.........

Reply With Quote
Thanked by:
  #5 (permalink)
 wavey 
Germany / Italy
 
Experience: Advanced
Platform: NT8, TS, TV
Trading: Index Futures, FX
Posts: 83 since Nov 2009
Thanks Given: 51
Thanks Received: 37

Why not backtest on a High Fill resolution of 1 tick in NT8? Then you actually execute to a 1 last price tick series on the hood.

Reply With Quote
  #6 (permalink)
 
Small Dog's Avatar
 Small Dog 
Sydney NSW Australia
 
Experience: Intermediate
Platform: TradeStation, Oanda
Trading: Forex, index futures
Frequency: Daily
Duration: Days
Posts: 161 since Jun 2020
Thanks Given: 10
Thanks Received: 151


loantelligence View Post
one of the problems with renko or unirenko and backtesting with NT.....is that NT assums the entry is the lowest part of the bar....in the case of renko or unirenko...the entry should be at the high part of the bar for a long and the low part of the bar for a short....if your bar size is 5....then you are off 5 to begin with...for a long you would be getting in at the top of the bar but NT takes the low part.....so I put slippage at the size of the bar....and get closer results to what actually would happen.....if I have an 8 for a size of bar then the slippage is set at 8.....and so on....try it...if you can make money with the slippage set at the size of the bar......you have something.........

I use Tradestation and MultiCharts, and I am not even sure these can test strategies based on Renko charts. The problems with using the actual Renko chart for trading or testing become obvious very quickly if you watch them intraday. That's why I think quazi-renko indicator should work better.

I guess Renko trading is in principle the same as swing trading - entry on lowest close + brick size, which can be pips, points or dollars.

Started this thread Reply With Quote
  #7 (permalink)
 loantelligence 
Syracuse, NY
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Mirus Futures/Zen-Fire
Trading: NQ
Posts: 218 since Jan 2011
Thanks Given: 31
Thanks Received: 189


Shark Indicators has a Renko bar that shows you exactly where the price went.....you can either fill in the renkos bars or show exactly where the price went... they are called SIBacktest Renkos.....very precise....and I use them when back testing for best results.....

Reply With Quote




Last Updated on October 28, 2021


© 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