Indicators/EAs for news and trading signals - page 37

 

i have problem with my ea...please help me..

 

int init() {

gd_340 = MarketInfo(Symbol(), MODE_SPREAD) * Point;

switch (MarketInfo(Symbol(), MODE_MINLOT)) {

case 0.01:

gd_240 = 3;

break;

case 0.10:

gd_240 = 2;

break;

case 1.0:

gd_240 = 1;

break;

case 100:

gd_240 = 0;

}

return (0);

 

'MarketInfo' - illegal switch expression type problemea.mq4 62 12

'0.01' - constant expression is not integral problemea.mq4 63 9

'0.10' - constant expression is not integral problemea.mq4 66 9

'1.0' - constant expression is not integral problemea.mq4 69 9

 
fener1907:
'MarketInfo' - illegal switch expression type problemea.mq4 62 12

'0.01' - constant expression is not integral problemea.mq4 63 9

'0.10' - constant expression is not integral problemea.mq4 66 9

'1.0' - constant expression is not integral problemea.mq4 69 9

Post the source. Otherwise it will be guessing what is wrong with your code

 

cci_candles_mtf_2.mq4

Hello! Happy New Year! Whether it is possible to make the indicator with signals? I would be very grateful!

Files:
 
evgenbest:
cci_candles_mtf_2.mq4 Hello! Happy New Year! Whether it is possible to make the indicator with signals? I would be very grateful!

Hello Evgenbest, not sure I understand, could you explain more?

 
mrtools:
Hello Evgenbest, not sure I understand, could you explain more?

Yes, excuse that didn't write in detail!

Whether it is possible to make so that at change of color the signal was published. Most of all interests push-notification.

 
evgenbest:
Yes, excuse that didn't write in detail! Whether it is possible to make so that at change of color the signal was published. Most of all interests push-notification.

Evgenbest, alerts added and posted it here: https://www.mql5.com/en/forum/180648/page657

 
vehatde:
I find this indicator in a FX Forum. It's free and no repaint. To me, it's easy and simple to use. No complicated figures and lines. If the indicator is above the price (Red line), there is a downward trend. If you see the blue line is under the price, there is an upward trend.

I think it could give more accurate trend forecast if used with other indicators. But i still don't have any idea about it. You guys can check it out and give suggestion plz? Thanks and Happy trading

Hello Care to share MACD minus Signal mq4 please? Thank you

 
vehatde:

Does anyone have the indicator MACD minus Signal mq4 ? Care to share please.. Thank you

Reason: