2009.02.21 SYNERGY

free & uncensored discussion arena for TheRumpledOne

Moderator: moderators

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

2009.02.21 SYNERGY

Postby TheRumpledOne » Fri Feb 20, 2009 10:15 pm

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
Attachments
SynergyFix.zip
(13.06 KiB) Downloaded 1140 times
TRO_SYNERGY.zip
(28.04 KiB) Downloaded 1222 times
Last edited by TheRumpledOne on Sun Feb 22, 2009 5:19 pm, edited 1 time in total.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
JESGPY
rank: 150+ posts
rank: 150+ posts
Posts: 327
Joined: Fri Dec 19, 2008 7:21 pm
Reputation: 6
Gender: None specified
Contact:

Postby JESGPY » Fri Feb 20, 2009 11:02 pm

TRO what do you think about this system?

JUAN

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Fri Feb 20, 2009 11:04 pm

Just another squiggly line system...LOL!

Like I said, I just felt like coding.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
JESGPY
rank: 150+ posts
rank: 150+ posts
Posts: 327
Joined: Fri Dec 19, 2008 7:21 pm
Reputation: 6
Gender: None specified
Contact:

Postby JESGPY » Fri Feb 20, 2009 11:07 pm

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

User avatar
PTG
rank: 500+ posts
rank: 500+ posts
Posts: 784
Joined: Thu Jan 08, 2009 2:24 pm
Reputation: 328
Gender: Male
Contact:

Synergy files

Postby PTG » Fri Feb 20, 2009 11:11 pm

Here are a couple of basic Synergy files plus templates.
Attachments
Synergy.zip
Basic Synergy stuff
(10.58 KiB) Downloaded 394 times

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Sat Feb 21, 2009 1:40 am

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.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: Synergy files

Postby TheRumpledOne » Sat Feb 21, 2009 1:44 am

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
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
PTG
rank: 500+ posts
rank: 500+ posts
Posts: 784
Joined: Thu Jan 08, 2009 2:24 pm
Reputation: 328
Gender: Male
Contact:

Re: Synergy files

Postby PTG » Sat Feb 21, 2009 2:06 am

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.

User avatar
PTG
rank: 500+ posts
rank: 500+ posts
Posts: 784
Joined: Thu Jan 08, 2009 2:24 pm
Reputation: 328
Gender: Male
Contact:

Re: Synergy files

Postby PTG » Sat Feb 21, 2009 2:17 am

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

doctoroe
rank: <50 posts
rank: <50 posts
Posts: 5
Joined: Thu Nov 29, 2007 11:03 pm
Reputation: 0
Location: North Carolina
Gender: Male

question about synergy

Postby doctoroe » Sat Feb 21, 2009 3:58 am

It looks very interesting.. Is it by chance available in Tradestation code?
Thanks

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “TheRumpledOne”