Please fix this indicator or EA - page 69

 
oguntosin:
Please, help me fix this indicator,

it won't attached to the chat whenever i'm trying to attach it to the cart. Please, help

Thanks

That is a decompiled code and metatrader is preventing you from executing it

 

Hi, i have this chart indi whiche is not working (i believe since the version 500, but not sur...).

Will be great if anyone can take a look to see if something can be done or maybe point me toward similar and working one if exist.

qqe_alert_mtf_v5.ex4

qqe_alert_mtf_v5.mq4

Many thanks

 
tito_xs:
Hi, i have this chart indi whiche is not working (i believe since the version 500, but not sur...).

Will be great if anyone can take a look to see if something can be done or maybe point me toward similar and working one if exist.

qqe_alert_mtf_v5.ex4

qqe_alert_mtf_v5.mq4

Many thanks

Tito_xs, that indicator is decompiled and metatrader is not letting it work, might try over here https://www.mql5.com/en/forum/178927 maybe you will find something similar.

 
mrtools:
Tito_xs, that indicator is decompiled and metatrader is not letting it work, might try over here https://www.mql5.com/en/forum/178927 maybe you will find something similar.

ok, understood.

thanks for the answer and the link tough,

regards,

tito

 

Need it to take a picture at M1 for one minute and M5 for five minute and so forth.

Thank You in advance

 
master blaster:
Re: Please fix this indicator

Need it to take a picture at M1 for one minute and M5 for five minute and so forth.

Thank You in advance

Master blaster, you probably already know but just in case it was programmed to take pictures at this interval

PERIOD_M1 takes a pic every 15 minutes

PERIOD_M5 takes a pic every 30 minutes

PERIOD_M15 takes a pic every 60 minutes

PERIOD_M30 takes a pic every 60 minutes

PERIOD_H1 takes a pic every 240 minutes

PERIOD_H4 takes a pic every day

PERIOD_D1 takes a pic every week

PERIOD_W1 takes a pic every month

PERIOD_MN1 takes a pic every month

What I did was add this

extern bool UseCurrentTimeInterval = true;

if true it should take pictures, if on 1 minute chart every minute, 5 minute chart every 5 minutes chart etc. if false then will revert back to the above,just tried it on a 5 minute chart and it seemed to work, so give it a try.

 

Thank You MrTools

You are Great

 

Spoke to soon It still takes one hour on the M15.

 

Hi! Can somebody generous please fix this ea so that it doesnt open a trade once tp or sl is hit. It should open trade only when reverse condition is true.. Many Thanks

Files:
 
sachin_syd:
Hi! Can somebody generous please fix this ea so that it doesnt open a trade once tp or sl is hit. It should open trade only when reverse condition is true.. Many Thanks

Did you check this thread : https://www.mql5.com/en/forum/174144 . I guess that you are going to find what you are looking for at that thread