Page 1 of 2

2009.02.21 SYNERGY

Posted: Fri Feb 20, 2009 10:15 pm
by TheRumpledOne
2009.02.21 SYNERGY

Image

Just felt like doing some coding.

Blue is go Long.

Red is go Short.

FREE MT4 version of TRO_MULTIMETER_SYNERGY, including SOURCE CODE, attached.

I did NOT write this system. I just coded a multimeter for it.

SYNERGY INSTRUCTION MANUAL PDF


NOTE: I attached the fixed version on 2009.02.22

Posted: Fri Feb 20, 2009 11:02 pm
by JESGPY
TRO what do you think about this system?

JUAN

Posted: Fri Feb 20, 2009 11:04 pm
by TheRumpledOne
Just another squiggly line system...LOL!

Like I said, I just felt like coding.

Posted: Fri Feb 20, 2009 11:07 pm
by JESGPY
TRO,
can i suggest something?

Is it possible to feed the statistics form IBFX power stats to your TRO bar count indicator, so all the probabilities apear on my screen atomatically.

JUAN

Synergy files

Posted: Fri Feb 20, 2009 11:11 pm
by PTG
Here are a couple of basic Synergy files plus templates.

Posted: Sat Feb 21, 2009 1:40 am
by TheRumpledOne
JESGPY wrote:TRO,
can i suggest something?

Is it possible to feed the statistics form IBFX power stats to your TRO bar count indicator, so all the probabilities apear on my screen atomatically.

JUAN


I don't know.

Re: Synergy files

Posted: Sat Feb 21, 2009 1:44 am
by TheRumpledOne
PTG wrote:Here are a couple of basic Synergy files plus templates.


I think I see a bug in their code.\:


string TradeTrigger = "None";
if(RSIDirectionLine == "Long" && RSI50Line == "Long" && RSIMarketDirectionLine == "Long" && HeikenAshi == "Long") TradeTrigger = "Open Long";
if(RSIDirectionLine == "Short" && RSI50Line == "Short" && RSIMarketDirectionLine == "Short" && HeikenAshi == "Short") TradeTrigger = "Open Short";

string AddOnTrigger = "None";
if(RSIDirectionLine == "Long" && RSI50Line == "Long" && RSIMarketDirectionLine == "Long" && HeikenAshi == "Long" && StrongTradersDynamicIndex == "Long") TradeTrigger = "Open Long";
if(RSIDirectionLine == "Short" && RSI50Line == "Short" && RSIMarketDirectionLine == "Short" && HeikenAshi == "Short" && StrongTradersDynamicIndex == "Short") TradeTrigger = "Open Short";



Looks like they forgot to use AddOnTrigger instead of TradeTrigger

Re: Synergy files

Posted: Sat Feb 21, 2009 2:06 am
by PTG
TheRumpledOne wrote:I think I see a bug in their code.\:


That file slipped in there by mistake; it's an EA that doesn't belong to the standard Synergy files.

Apart from that, looks like a mistake indeed.

Re: Synergy files

Posted: Sat Feb 21, 2009 2:17 am
by PTG
PTG wrote:
TheRumpledOne wrote:I think I see a bug in their code.\:


That file slipped in there by mistake; it's an EA that doesn't belong to the standard Synergy files.

Apart from that, looks like a mistake indeed.


Check this out: http://tinyurl.com/caqwcx

question about synergy

Posted: Sat Feb 21, 2009 3:58 am
by doctoroe
It looks very interesting.. Is it by chance available in Tradestation code?
Thanks