RenkoSynergy without the synergy

Place your new trading idea here to see if someone can automate it.
Locked
Panamamike
Trader
Posts: 104
Joined: Tue Nov 15, 2011 11:45 pm

RenkoSynergy without the synergy

Post by Panamamike »

I currently trade a 3 bar renko chart with stoch and trade based off of the 10 pip renko chart as my higher confirmation and TP targets. I am trading 5 pairs, and i go to BE +2 quickly....a lot of small wins and some big hitters, with very few losses. I have been looking for an EA to help to semi automate my trading.


There is a locked thread here with an EA called RenkoSynergy. It was created using the shell here. It has everything I want and need to semi-automate my trading, however the synergy aspect to the EA makes the entries later than what I want. I do not want to use the EA on full auto; I want to choose the direction it will take the trades. I would like to remove the synergy related aspect out of the EA if that is possible. All i want to be able to do is choose the direction (L or S) based on the days price action or the 10 pip renko chart S/R or stochastic. When the 3 pip renko chart is moving against my desired direction, drop the EA on the chart and wait for it to enter when it cycles back in the desired direction and crosses the 5 ema on close. If it doesn't cycle back, i can just remove the EA from the chart and wait for another setup.

If anyone can give me some assistance or advice on how best to edit out the synergy aspect of the EA I would very much appreciate it.
You do not have the required permissions to view the files attached to this post.
Panamamike
Trader
Posts: 104
Joined: Tue Nov 15, 2011 11:45 pm

RenkoSynergy without the synergy

Post by Panamamike »

Here is a screen shot to help visualize what I am doing.
2015-01-08 16_46_48-909424_ Global Prime - Empty4 4 - AUDUSD,M2 (offline).png
You do not have the required permissions to view the files attached to this post.
Panamamike
Trader
Posts: 104
Joined: Tue Nov 15, 2011 11:45 pm

RenkoSynergy without the synergy

Post by Panamamike »

I realize people are busy. I would be willing to pay someone to remove the synergy aspects out of the EA if necessary. I used an older version of metaeditor to compile the original EA sso it would work on 600+ versions.
User avatar
dark fibre
Posts: 4
Joined: Thu Mar 08, 2012 8:30 pm

RenkoSynergy without the synergy

Post by dark fibre »

Hi Panamamike!
Hope all things are well. I'm curious do you still trade this renko bars strategy?
magft
Trader
Posts: 195
Joined: Tue Nov 15, 2011 9:59 pm
Location: East Midlands, UK

RenkoSynergy without the synergy

Post by magft »

Only just seen this topic, i wrote the ordinal EA a long time ago!

I've added an option to turn off the synergy and also an option to set the trade dir. Use the following

Code: Select all

extern bool    UseSynergy=false;
extern string  s1="Set to either None, Up or Down";
extern string  SetTradeDir="None";
in theory it will not trade if UseSynergy=false and SetTradeDir="None", though not tested this yet.

Let me know if it works or not.

Regards

Mike
You do not have the required permissions to view the files attached to this post.
goldenfish7
Posts: 1
Joined: Tue Jul 28, 2015 3:34 am

RenkoSynergy without the synergy

Post by goldenfish7 »

magft » Fri Jun 19, 2015 8:52 pm wrote:Only just seen this topic, i wrote the ordinal EA a long time ago!

I've added an option to turn off the synergy and also an option to set the trade dir. Use the following

Code: Select all

extern bool    UseSynergy=false;
extern string  s1="Set to either None, Up or Down";
extern string  SetTradeDir="None";
in theory it will not trade if UseSynergy=false and SetTradeDir="None", though not tested this yet.

Let me know if it works or not.

Regards

Mike

Hi, Mike!

Thanks this EA!!! It's very good!!! This version (V2) of RenkoSynergy is running with my Empty4. I'll test it. Can you help me in what the different options mean , and is added somewhere in description ? Thanks! ;)

Regards,
Peter
Locked

Return to “Ideas for Possible Automation”