Coding help - page 75

 

You are a GREAT BIG MAN...ehehhe...thank you Mladen!

Now I am on holiday...as soon as possible I will try your code.

best regards

Carbon

p.s.you did not answer to my question....at post 733

 

Hi everyone, I'd like to have my sound alert on a custom indicator run only during specific hours (for instance 3am to 12pm EST). Can someone help me with the code or is there an easier way of doing it?

 
crussev:
Hi everyone, I'd like to have my sound alert on a custom indicator run only during specific hours (for instance 3am to 12pm EST). Can someone help me with the code or is there an easier way of doing it?

You can try adding something like this before the alerting code :

if (TimeHour(TimeLocal())>=3 && TimeHour(TimeLocal())<=23)

{

//

// your alerting code

//

}

 
macerina:
flower_afl.txt

Mladen/Mrtools is it possible to code a similar indicator in mt4.

I have no clue what this is based on . I have attached the image and the amibroker afl code.

Thanks in advance

Does this afl repaint ?

Arrows on chart seems interesting !

 

Secretcode I have not tested this in live market yet. .. will let you know once i test it ... till then i am waiting for mladen or mrtools to check the possibility of coding it for mt4.

 
macerina:
Secretcode I have not tested this in live market yet. .. will let you know once i test it ... till then i am waiting for mladen or mrtools to check the possibility of coding it for mt4.

...waiting for your confirmation weather it repaints or not I often use AB but only EOD base not on live market !

Regards,

 

CCI bar Chart

stochastic_bar_chart.mq4

Mladen is it possible to code a similar bar chart for cci.

Thanks in advance

Files:
 
macerina:
stochastic_bar_chart.mq4

Mladen is it possible to code a similar bar chart for cci.

Thanks in advance

macerina

This would be an indicator calculating "CCI bars". Try it out

Files:
 

Shi-scalper

Hello guys, I would be very grateful ,if some one help me to code this EA.

Files:
shi-scalper.jpg  367 kb
shi-scalper.rar  193 kb
 
arunasd:
Hello guys, I would be very grateful ,if some one help me to code this EA.

arunasd

This thread might help you to understand how shi silver trend works and why it can not be used in the EA the way you described it : https://www.mql5.com/en/forum/177068

Reason: