Page 279 of 2041

Re: MT4 Indicator requests and ideas

Posted: Sun Jan 14, 2018 11:47 pm
by fmr777
:clap: :clap: :thumbup:
pacois wrote: Sat Jan 13, 2018 11:33 am


Hello, I do not know if I've done the right thing and if it works the way you want, try it live.
Thank you very much ... that's exactly what I wanted :clap:

Re: MT4 Indicator requests and ideas

Posted: Mon Jan 15, 2018 8:38 am
by Julio
Hello Mladen and Mr. Tools,

This EA works on EURUSD and GBPUSD in Time Frame M5. Could you please check the code and clean compilation warnings.

Thanks a lot.
ForexOverDrive5
------------------------------------------------------------

Re: MT4 Indicator requests and ideas

Posted: Mon Jan 15, 2018 9:11 am
by mntiwana
Julio wrote: Mon Jan 15, 2018 8:38 am Hello Mladen and Mr. Tools,

This EA works on EURUSD and GBPUSD in Time Frame M5. Could you please check the code and clean compilation warnings.

Thanks a lot.
Sorry man,unfortunately the code is decompiled/theft/stolen
-----------------
bool gi_unused_172 = TRUE;
int gi_176 = 5;
bool gi_180 = FALSE;
bool gi_184 = FALSE;
double gd_188 = 10.0;
bool gi_196 = FALSE;
bool gi_200 = FALSE;
bool gi_204 = FALSE;
int gi_208;
int gi_212;
int gi_216;
int gi_220;
int gperiod_224 = 10;
double gd_228 = 10.0;
double gd_unused_236 = 5.0;
double gd_unused_244 = 10.0;
double gd_unused_252 = 22.0;
double gd_unused_260 = 20.0;
double gd_unused_268 = 26.0;
double gd_unused_276 = 13.0;
double gd_unused_284 = 15.0;
double gd_unused_292 = 10.0;
double gd_300;
double gd_308;
double glotstep_316;
double gd_324;
int gi_332;
double gprice_336;
double gd_344;
double gpoint_352;
int gslippage_360;
bool gi_unused_364 = FALSE;
int gi_368 = 25;
int gi_372 = 33;
int gi_376 = 100;
int gi_380 = 0;
int gi_384 = 0;

// E37F0136AA3FFAF149B351F6A4C948E9

Re: MT4 Indicator requests and ideas

Posted: Mon Jan 15, 2018 9:25 am
by Julio
mntiwana wrote: Mon Jan 15, 2018 9:11 am
Sorry man,unfortunately the code is decompiled/theft/stolen
-----------------
bool gi_unused_172 = TRUE;
int gi_176 = 5;
bool gi_180 = FALSE;
bool gi_184 = FALSE;
double gd_188 = 10.0;
bool gi_196 = FALSE;
bool gi_200 = FALSE;
bool gi_204 = FALSE;
int gi_208;
int gi_212;
int gi_216;
int gi_220;
int gperiod_224 = 10;
double gd_228 = 10.0;
double gd_unused_236 = 5.0;
double gd_unused_244 = 10.0;
double gd_unused_252 = 22.0;
double gd_unused_260 = 20.0;
double gd_unused_268 = 26.0;
double gd_unused_276 = 13.0;
double gd_unused_284 = 15.0;
double gd_unused_292 = 10.0;
double gd_300;
double gd_308;
double glotstep_316;
double gd_324;
int gi_332;
double gprice_336;
double gd_344;
double gpoint_352;
int gslippage_360;
bool gi_unused_364 = FALSE;
int gi_368 = 25;
int gi_372 = 33;
int gi_376 = 100;
int gi_380 = 0;
int gi_384 = 0;

// E37F0136AA3FFAF149B351F6A4C948E9
Thanks Mntiwana and sorry for code decompiled/theft/stolen. You can delete it if you want.

Re: MT4 Indicator requests and ideas

Posted: Mon Jan 15, 2018 11:15 am
by pacois
Dimitri wrote: Sat Jan 13, 2018 1:21 am
Thank you so much my Dear Friend ... it could be a way to approach the logic ... but it is not the same. If there could be any solution to this ... it would be very interesting ... Thank you again ...
Best Regards
Dimitri
Hello, I do not know if I understand your requests, however I think it's a start to work on it.

Re: MT4 Indicator requests and ideas

Posted: Mon Jan 15, 2018 9:53 pm
by ruden
Hi mrtools

Something is wrong with this indicator.
Would you check it?


Re: MT4 Indicator requests and ideas

Posted: Tue Jan 16, 2018 1:33 am
by Intrest 1
Hi, friends.
attach the arrows to a simple filter.
need to become hidden all the indicator signals that do not correspond to the simple rule:
-if the price of the current signal to buy is less than the price of the previous buy signal, this signal is not displayed
-if the price of the current signal to sell is greater than the price of the previous sell signal, the signal is not displayed
with this filter should be only highlighted in the image signals.
it would be good additional signal breakdown rates in the opposite direction of the current signal.

this basic filter allows you to filter the signals of any indicator, leaving only the current trend and pattern 123.

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 16, 2018 2:05 am
by mrtools
ruden wrote: Mon Jan 15, 2018 9:53 pm Hi mrtools

Something is wrong with this indicator.
Would you check it?


ift_of_spearman_rank_correlation.mq4
Try this version (added the 1090 bug fix) also make sure you have allow dll imports checked and you need the spearman dll(attached) in your mt4 indicators/libraries folder.

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 16, 2018 2:20 am
by ruden
mrtools wrote: Tue Jan 16, 2018 2:05 am

Try this version (added the 1090 bug fix) also make sure you have allow dll imports checked and you need the spearman dll(attached) in your mt4 indicators/libraries folder.
Thank you for your response.
Would you mind testing it on strategy tester?

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 16, 2018 4:45 am
by MaxTorque
Hello,

unfortunately this indicator shows nothing if you choose a Band Perion value less than 5.
Is this the nature of this indicator or can you change it ?

I donĀ“t have the mq4 file, maybe one of you.

Many thanks in advance.