Page 295 of 2170

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 2:33 am
by sal
HI TOOLS!!
Hope you can modify my request for the arrow signal popup in screen as per snap rules..!! :)

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 3:08 am
by sal
Tsar wrote: Sun Feb 18, 2018 12:57 am


Any Picture ?

Can't have the Image your Request :roll: :silent:
hope this may the diea... :)

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 4:20 am
by Tsar
shaileshm wrote: Sun Feb 18, 2018 12:10 am Hi guys, I am looking for a indocator which can show the following condition.

Two consecutive green bars: size of 2nd bar > size of 1st bar and volume of 2nd bar< volume of 1st bar

Two consecutive red bars: size of 2nd bar > size of 1st bar and volume of 2nd bar< volume of 1st bar

Would be glad if someone can code such a thing.

Thanks
sal wrote: Sun Feb 18, 2018 3:08 am
hope this may the diea... :)

What do you mean like this ? ;)

The Picture of mine gives more Real :angel:

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 4:43 am
by mrtools
sal wrote: Sun Feb 18, 2018 2:33 am HI TOOLS!!
Hope you can modify my request for the arrow signal popup in screen as per snap rules..!! :)
Try this version please.

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 5:01 am
by sal
Tsar wrote: Sun Feb 18, 2018 4:20 am




What do you mean like this ? ;)

The Picture of mine gives more Real :angel:
in your given arrow, only 1 arrow is true. balance all are flase as per his condition :)
if you can modify will be good

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 5:09 am
by Tsar
sal wrote: Sun Feb 18, 2018 5:01 am

in your given arrow, only 1 arrow is true. balance all are flase as per his condition :)
if you can modify will be good

My apologize... I'm Not a Coder (but a Trader)

I found this Volume Indie to use only :)

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 5:17 am
by sal
mrtools wrote: Sun Feb 18, 2018 4:43 am

Try this version please.
thanks very much.. i checked and there is one condition not match !! :)
kindly see snap.
condition 1
condition 2 given snap seperately :)

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 6:10 am
by LetsSurf
Dear Programmers,

Could you please replace QWMA indicator download/file.php?id=3272653 MTF component by this one:
enum enTimeFrames
{
tf_cu = 0, // Current time frame
tf_m1 = PERIOD_M1, // 1 minute
tf_m5 = PERIOD_M5, // 5 minutes
tf_m15 = PERIOD_M15, // 15 minutes
tf_m30 = PERIOD_M30, // 30 minutes
tf_h1 = PERIOD_H1, // 1 hour
tf_h4 = PERIOD_H4, // 4 hours
tf_d1 = PERIOD_D1, // Daily
tf_w1 = PERIOD_W1, // Weekly
tf_mb1 = PERIOD_MN1, // Monthly
tf_cus = 12345678 // Custom time frame
};


Thank you

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 6:22 am
by mrtools
sal wrote: Sun Feb 18, 2018 5:17 am

thanks very much.. i checked and there is one condition not match !! :)
kindly see snap.
condition 1
condition 2 given snap seperately :)
This should be closer to what your looking for now..

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 18, 2018 6:23 am
by mrtools
LetsSurf wrote: Sun Feb 18, 2018 6:10 am Dear Programmers,

Could you please replace QWMA indicator download/file.php?id=3272653 MTF component by this one:
enum enTimeFrames
{
tf_cu = 0, // Current time frame
tf_m1 = PERIOD_M1, // 1 minute
tf_m5 = PERIOD_M5, // 5 minutes
tf_m15 = PERIOD_M15, // 15 minutes
tf_m30 = PERIOD_M30, // 30 minutes
tf_h1 = PERIOD_H1, // 1 hour
tf_h4 = PERIOD_H4, // 4 hours
tf_d1 = PERIOD_D1, // Daily
tf_w1 = PERIOD_W1, // Weekly
tf_mb1 = PERIOD_MN1, // Monthly
tf_cus = 12345678 // Custom time frame
};


Thank you
Would need the source code(mq4) to be able to modify.