Re: MT4 Indicator requests and ideas

2943
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:
Always looking the GREAT, never left GOOD Point...


Re: MT4 Indicator requests and ideas

2948
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

2950
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.


Who is online

Users browsing this forum: Ahrefs [Bot], alexm, Amazon [Bot], cheer4u, Grapeshot [Bot], jeffx33, Majestic-12 [Bot], Proximic [Bot], Sogou [Bot] and 92 guests