• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:54am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:54am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

I will code & automate your strategy for free 100 replies

WRB/MC strategy:Coder needed to semi-automate my strategy 11 replies

New Renko Bar and Reversal Renko Bar Indicator Alert Help Please 5 replies

My Simple System (Can we automate this system?) 96 replies

How can I fully automate my strategy? 2 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 899
Attachments: Lets Automate a Simple Renko Strategy!
Exit Attachments

Lets Automate a Simple Renko Strategy!

  • Last Post
  •  
  • 1 2Page 3456 139
  • 1 Page 3 139
  •  
  • Post #41
  • Quote
  • Mar 20, 2015 6:19am Mar 20, 2015 6:19am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,076 Posts
Quoting sminage
Disliked
{quote} The m1 chart is generated from the offline renko chart for back testing using a script .
Ignored
Now I got it! Thanks for backtesting the EA. The strategy is for sure promising.
Trading is the hardest way to make easy money...
  • Post #42
  • Quote
  • Mar 20, 2015 6:31am Mar 20, 2015 6:31am
  •  Magix
  • Joined Feb 2009 | Status: Half in the Bag | 17,826 Posts
Quoting sminage
Disliked
{quote} back test is done using a script named oflinetesthelper but the result may vary because in real market there is requots . sorry for my poor language {image}
Ignored
What size of brick are you using?
Why do sells show up on this chart, but not in the BT report?
Money Can't Buy Happiness. Poverty Can't Buy SHIT! You Choose!
  • Post #43
  • Quote
  • Mar 20, 2015 6:33am Mar 20, 2015 6:33am
  •  Phil2015
  • | Joined Feb 2015 | Status: Worst Trader Ever! | 89 Posts
I tried trading with Renko a while back. I found them to be great when the market was trending and behaving perfectly but terrible the 90% rest of the time.

I concluded that when conditions were right it is just as obvious on a simple candlestick chart so the renko bars offered no real advantage. The key (for me) was trying to tell when to use the renko system and when not. It all ended in over-complication and leaving me with a system that was impossible.

Not saying it can't be done, just telling you my experiences. I hope you figure out what I could not.

Also, when you are back testing, with renko, you have to account for news spikes, which in hindsight look like great trades of massive profit but in reality are not achievable.
1
  • Post #44
  • Quote
  • Mar 20, 2015 6:40am Mar 20, 2015 6:40am
  •  sminage
  • Joined Mar 2015 | Status: Member | 91 Posts
Quoting Magix
Disliked
{quote} What size of brick are you using? Why do sells show up on this chart, but not in the BT report?
Ignored
For testing I use 5 pip brick the picture is renko hunter ea`s it takes buy and sell
Attached File
File Type: rar renko hunter.rar   46 KB | 2,018 downloads
  • Post #45
  • Quote
  • Edited at 9:21am Mar 20, 2015 6:49am | Edited at 9:21am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,076 Posts
Here is Version 1.1 of the EA that sets stop loss below the low/over the high of the last swing. The current spread is also added to it.

Edit: Version 1.5 can be downloaded form Post 48.
Attached File
File Type: ex4 MathTrader7_RenkoEA.ex4   123 KB | 2,412 downloads
Trading is the hardest way to make easy money...
  • Post #46
  • Quote
  • Mar 20, 2015 6:55am Mar 20, 2015 6:55am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,076 Posts
Quoting sminage
Disliked
{quote} For testing I use 5 pip brick the picture is renko hunter ea`s it takes buy and sell {file}
Ignored
What brick size did you use to backtest my EA?
Trading is the hardest way to make easy money...
  • Post #47
  • Quote
  • Mar 20, 2015 7:10am Mar 20, 2015 7:10am
  •  Magix
  • Joined Feb 2009 | Status: Half in the Bag | 17,826 Posts
Quoting sminage
Disliked
{quote} For testing I use 5 pip brick the picture is renko hunter ea`s it takes buy and sell {file}
Ignored
Gotcha.

Thanks
Money Can't Buy Happiness. Poverty Can't Buy SHIT! You Choose!
  • Post #48
  • Quote
  • Edited at 9:20am Mar 20, 2015 7:21am | Edited at 9:20am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,076 Posts
Here is Version 1.5 of the EA that implements a Trailing Stop of three block size.

@sminage: Could you please perform a visual backtest of this version to see if the trailing stop works fine?

Edit: Version 1.6 can be downloaded form Post 50.
Attached File
File Type: ex4 MathTrader7_RenkoEA.ex4   124 KB | 1,439 download
Trading is the hardest way to make easy money...
  • Post #49
  • Quote
  • Mar 20, 2015 7:22am Mar 20, 2015 7:22am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
Quoting MathTrader7
Disliked
{quote} Sure! I fix this in the next version. I also think that a Trailing Stop is a good idea to be implemented in the next version. My idea is to have three blocks size as the distance to trail the stop loss. what do you think about it?
Ignored
I think Trailing stop must be added as an extern parameter so that we can find the best possible settings.

But, I generally use 2 times the brick size as my trailing stop. I know it might stop u out a few times but a breakeven trade is always better than converting a profitable trade into a loosing one just in case the market moves against you!
  • Post #50
  • Quote
  • Mar 20, 2015 7:29am Mar 20, 2015 7:29am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,076 Posts
Here is Version 1.6 of the EA that implements a Trailing Stop of the N-brick size. You can enable/disable the trailing stop and specify the number of bricks for the trailing stop in the input settings.
Attached File
File Type: ex4 MathTrader7_RenkoEA.ex4   125 KB | 5,045 downloads
Trading is the hardest way to make easy money...
  • Post #51
  • Quote
  • Mar 20, 2015 7:35am Mar 20, 2015 7:35am
  •  sminage
  • Joined Mar 2015 | Status: Member | 91 Posts
Quoting MathTrader7
Disliked
Here is Version 1.1 of the EA that sets stop loss below the low/over the high of the last swing. The current spread is also added to it. {file}
Ignored
50 pip brick
Attached File
File Type: rar math1.1brick50.rar   26 KB | 2,185 downloads
  • Post #52
  • Quote
  • Mar 20, 2015 7:39am Mar 20, 2015 7:39am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
Quoting MathTrader7
Disliked
Here is Version 1.5 of the EA that implements a Trailing Stop of three block size. @sminage: Could you please perform a visual backtest of this version to see if the trailing stop works fine? {file}
Ignored
Good to see your soaring spirits on the thread!

Just to add to the performance of the strategy I have a few more ideas:

+ A time filter can be added to keep u away from the chop.

The markets get active when London, New York &Tokyo open,
Generally bocs markets start moving when new money is added to the market.
This means that the first 2 hours after market open are the best trading hours !!

So we can add an extern parmeter for times to trade.

P.S. Hint: Some one on the thread asked me how to avoid the chop.

Usually my trading day starts from Frankfurt / London open!

This is mainly because I trade manually, I dont want to be spending the whole day in front of my screen!

Fast In Fast Out, Quick Pips -- Less Risk you are exposed to!

More to come on this in the coming days!

But, this Surely looks like a strong head start with members like you ppl on the thread!!!


"Trading is the beginning of the Journey not an End,
So we need to keep Innovating, Learning and Evolving as long as you are a part of this Journey!!!"
  • Post #53
  • Quote
  • Mar 20, 2015 7:50am Mar 20, 2015 7:50am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
Quoting sminage
Disliked
{quote} 50 pip brick {file}
Ignored
Hey sminage!

Thank you for your wonderful contribution for backtesting EA on offline charts!

  • Post #54
  • Quote
  • Mar 20, 2015 7:54am Mar 20, 2015 7:54am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
Quoting MathTrader7
Disliked
Here is Version 1.6 of the EA that implements a Trailing Stop of the N-brick size. You can enable/disable the trailing stop and specify the number of bricks for the trailing stop in the input settings. {file}
Ignored
MathTrader7 you're one heck of a Quick and Active Guy! Dude!
I really appreciate your work!
  • Post #55
  • Quote
  • Mar 20, 2015 7:54am Mar 20, 2015 7:54am
  •  sminage
  • Joined Mar 2015 | Status: Member | 91 Posts
Quoting MathTrader7
Disliked
Here is Version 1.6 of the EA that implements a Trailing Stop of the N-brick size. You can enable/disable the trailing stop and specify the number of bricks for the trailing stop in the input settings. {file}
Ignored
It work different 1.1 and 1.6 , same result I got ,trailing work that can see in back test . I use median renko I try using normal renko and back.
Attached File
File Type: rar 1.1 and 1.6.rar   28 KB | 1,577 download
  • Post #56
  • Quote
  • Mar 20, 2015 7:58am Mar 20, 2015 7:58am
  •  sminage
  • Joined Mar 2015 | Status: Member | 91 Posts
Quoting shreyash
Disliked
{quote} Good to see your soaring spirits on the thread! Just to add to the performance of the strategy I have a few more ideas: + A time filter can be added to keep u away from the chop. The markets get active when London, New York &Tokyo open, Generally bocs markets start moving when new money is added to the market. This means that the first 2 hours after market open are the best trading hours !! So we can add an extern parmeter for times to trade. P.S. Hint: Some one on the thread asked me how to avoid the chop. Usually my trading day...
Ignored
I think not sure take it as a suggestion using rsi for buy between 55to 70 and for sell 45 to 30 ,
Attached Image (click to enlarge)
Click to Enlarge

Name: renkomt.PNG
Size: 89 KB
  • Post #57
  • Quote
  • Mar 20, 2015 8:12am Mar 20, 2015 8:12am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
First 2 trades taken by the EA on EURUSD and GBPJPY and already looks very promising!

Attached Image (click to enlarge)
Click to Enlarge

Name: FXCM MetaTrader 4.png
Size: 116 KB
  • Post #58
  • Quote
  • Mar 20, 2015 8:14am Mar 20, 2015 8:14am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
Quoting sminage
Disliked
{quote} I think not sure take it as a suggestion using rsi for buy between 55to 70 and for sell 45 to 30 , {image}
Ignored
@sminage The whole idea is mostly not to use any indicators!

Also, you were back testing the EA on median renko all this while? or the normal renko??
  • Post #59
  • Quote
  • Mar 20, 2015 8:18am Mar 20, 2015 8:18am
  •  shreyash
  • Joined Jul 2011 | Status: Member | 63 Posts
Quoting sminage
Disliked
{quote} It work different 1.1 and 1.6 , same result I got ,trailing work that can see in back test . I use median renko I try using normal renko and back. {file}
Ignored
Hey sminage!

Can you pls post the median renko EA or indicator that you use here!
  • Post #60
  • Quote
  • Mar 20, 2015 8:18am Mar 20, 2015 8:18am
  •  lghr
  • Joined Feb 2013 | Status: Member | 666 Posts
very good!
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot2.png
Size: 12 KB
  • Trading Systems
  • /
  • Lets Automate a Simple Renko Strategy!
  • Reply to Thread
    • 1 2Page 3456 139
    • 1 Page 3 139
1 member viewing:
Mapseam
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021