Page 1 of 8

TRO INDICATORS FOR MT4

Posted: Thu Nov 22, 2007 1:34 am
by TheRumpledOne
Did anyone code the TRO DYNAMIC SR indicator for MT4?

If so, please upload it here.

Also, if you converted any of the TRO indicators to MT4, please upload it here.

Thanking You In Advance.

Posted: Thu Nov 22, 2007 3:34 am
by daniil
Maybe i can code it. i do not promise to do it quickly, but could you provide me with formal logic of this indicator.
Sorry i do not have Tradestation and EasyLanguage is hard for me to understand.
BRGDS, Dan

Posted: Thu Nov 22, 2007 6:37 am
by TheRumpledOne
If someone can program TRO PLOT in MT4, it will do the work of most indicators.

Posted: Thu Nov 22, 2007 6:49 am
by daniil
So please provide me how TRO PLOT works.
BRGDS, Dan

Posted: Thu Nov 22, 2007 11:28 am
by Skyline
Hi TRO,
i'm coding your TRO PLOT ACCUMULATION for mt4 platform. Btw I discovered there's a bug in your indicator for Tradestation :



Image

Code: Select all

iplot9 = (h-o)/o > 0.09 and (h-o)/o <=0.09

should be

Code: Select all

iplot9 = (h-o)/o > 0.08 and (h-o)/o <=0.09


infact all screenshots show a '0' under column with 9% due to this little bug.

Image

If you provide formula about your indicator I can try to code them all in my spare time ;)

Cheers,
Skyline

tro indicators to MT4

Posted: Thu Nov 22, 2007 2:13 pm
by alesio
is anyone having a go at this converting TRO's indicators to MT4 indicators. i would be very interested in see and experimenting with these indicators.

thanx

TRO PLOT ACCUMULATOR V1.0

Posted: Thu Nov 22, 2007 2:48 pm
by Skyline
Here's my first attemp to convert TRO PLOT ACCUMULATOR for mt4 platform.
I coded it using the same formula that I can see from original indicator , thus :

(High-Open) / Open

This preliminar version will show only values counted from chart where it's placed.
I didn't test so much and it could contain error/bug, so please test it and share your result here.

Happy pips all :)
Skyline

Posted: Thu Nov 22, 2007 4:36 pm
by TheRumpledOne
Thanks Skyline but I meant TRO PLOT, not the accumulator.

With TRO PLOT, you can plot just about anything.

But the MT4 version of the accumulator should come in handy... thanks again.

Posted: Thu Nov 22, 2007 4:44 pm
by TheRumpledOne
Skyline:

The indicator should have INPUTS so you don't have to change the code. That's what makes the TRO PLOT indicators so powerful - it give the user the power to change it without coding.

Now if someone would convert the TRO 24 HOUR to MT4 that would be really great, too.

Posted: Thu Nov 22, 2007 5:11 pm
by Skyline
Thx TRO ;)
The indicator TRO PLOT ACCUMULATOR comes with an external input parameters StartTime so user could choose from which data data counts should start.
I'll take a look at TRO PLOT indicator too and let you know ;)

Rgds,
Skyline