Indicators with alerts/signal - page 992

 

hi i am wait for you.. mr.tools or mladen...

i was send to you comment recently 3 day ago... anyway i have problem with mcad 3.mp4 i show you pix

there is no email and no popup and error and wont show signal on white spot..

pls i need your help

thank

spainguy

Files:
snapshot.jpg  285 kb
macd_3m.mq4  5 kb
 
Spainguy74:
hi i am wait for you.. mr.tools or mladen...

i was send to you comment recently 3 day ago... anyway i have problem with mcad 3.mp4 i show you pix

there is no email and no popup and error and wont show signal on white spot..

pls i need your help

thank

spainguy

Spainguy, do you have a non decompiled version?

 
mrtools:
Spainguy, do you have a non decompiled version?

i have metatrader 4 with version 745 that is all... i dont have any software...

 
Spainguy74:
i have metatrader 4 with version 745 that is all... i dont have any software...

Spainguy74

What mrtools meant was do you have the original source code of MACD 3(m) (because that code is a decompiled code)?

 

hello , will anyone please put an alert to this indicator everytime the red line hit blue line it trigger an alert or vice versa .

thanks please reply

Files:
1_22.jpg  85 kb
 

Please put arrows on Stochastic Stochastic when coming out of level 20 up arrow from level 80 down arrow

Gyazo - 459b63f841027ddf11c46c8f4c34face.png

 
mrtools:
Samuelkanu, had an Rsi think it replaced the one you posted, and did the cci arrows too.

Hi, mrtools,

Thank you for your indicator.

When i try this indicator into EA, it gives an error like below.

if (alertsOn)

{

if (alertsOnCurrent)

int whichBar = 0;

else whichBar = 1; 'whichBar' - undeclared identifier

if (trend [whichBar]! = trend [whichBar + 1]) 'whichBar' - undeclared identifier

if (trend [whichBar] == 1)

doAlert ("Buy");

else doAlert ("Sell");

}

 
takbir:
Hi, mrtools,

Thank you for your indicator.

When i try this indicator into EA, it gives an error like below.

if (alertsOn)

{

if (alertsOnCurrent)

int whichBar = 0;

else whichBar = 1; 'whichBar' - undeclared identifier

if (trend [whichBar]! = trend [whichBar + 1]) 'whichBar' - undeclared identifier

if (trend [whichBar] == 1)

doAlert ("Buy");

else doAlert ("Sell");

}

When i change the code into like below, everything is ok. But then the arrows are gone. How can i fix that? Any help will be greatly appreciated.

if (alertsOn)

{

int whichBar = 0 ;

if (alertsOnCurrent)

whichBar = 0 ;

else whichBar = 1 ;

if (Trend [whichBar]! = Trend [whichBar + 1 ])

if (Trend [whichBar] == 1 )

doAlert ( "Uptrend" );

else doAlert ( "downtrend" );

}

 
takbir:
When i change the code into like below, everything is ok. But then the arrows are gone. How can i fix that? Any help will be greatly appreciated.

if (alertsOn)

{

int whichBar = 0 ;

if (alertsOnCurrent)

whichBar = 0 ;

else whichBar = 1 ;

if (Trend [whichBar]! = Trend [whichBar + 1 ])

if (Trend [whichBar] == 1 )

doAlert ( "Uptrend" );

else doAlert ( "downtrend" );

}

That happens when you use strict property in the code. then you have to rewrite the rest of the code too

 

Please add arrows when red fsp_short_trendv_1.2.mq4blue line and add

alerts

Files:
Reason: