Disliked{quote} Hello, I have changed your indicator. Now the lines are displayed only for 24 hours. Try it. {file}Ignored
1
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Hello, I have changed your indicator. Now the lines are displayed only for 24 hours. Try it. {file}Ignored
Disliked...The issue that I have, is close> val. Should'nt it be If(val<0 && val_prev>0) But MT4 tells me its not defined for the (EMV)...Ignored
string check_emz_signal(int i)
{
string signal = "none";
double val_1 = iCustom(...i);
double val_2 = iCustom(...i+1);
//cross above 0
if(val_2<0 && val_1>0){
signal = "buy";
}
//cross below 0
if(val_2>0 && val_1<0){
signal = "sell";
}
return(signal);
} Disliked{quote} Thanks for this always will be grateful and for the past.Ignored
Disliked{quote} Hi Kefada, thank you for replying. I don't quite understand. Are you saying that I need to load the indicator every time after loading the template? I cannot load the indicator and set it as a template? Any way I can change the coding of the indicator to solve the issue?Ignored
Dislikedhello! would it be possible to combine the 2 indicators and create 1 more indicator filtering the signals of outside candle based on the value area of the market profile? only bearish signals above, the bullish signals below the VA and ignore all signals inside value area, same like the attach pictures of examples. if possible could it have also arrows, alerts, push and MTF?thank u in advance for your time. {image} {image} {image} {image} {file} {file}
Ignored
DislikedHi Guys, My indicator plot arrow with combination of other 2 indicators but when i will change time frame or apply my template any other new chart all arrow mixed after time frame refresh all arrow set properly. If you have any solution please help. Thanks in advance. {image}Ignored
Disliked{quote} I saw the tool repaint-checker and like to use it. here is the result of order block levels test result? Could you pls explain what is the verdict for order block levels? {file} {file} {image}Ignored
Disliked{quote} That order block indicator doesn't use any buffers, one is listed but doesn't seem to be used. The about tab of that indicator says it repaints. You can run the indicator in the tester to see for yourself if it repaints or not.Ignored
Disliked{quote} I saw the tool repaint-checker and like to use it. here is the result of order block levels test result? Could you pls explain what is the verdict for order block levels? {file} {file} {image}Ignored