Disliked{quote} Please has any one come across the attached indicator with input alert or does it have the mql4 so as to code in alert? Please share.Thanks {image} {file}Ignored
Attached File(s)
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} Please has any one come across the attached indicator with input alert or does it have the mql4 so as to code in alert? Please share.Thanks {image} {file}Ignored
DislikedAnyone can help me with the attached can't seem to make it work and may be some pointers on why i keep on receiving the same error... Thanks so much {file}Ignored
for (int i = OrdersTotal() - 1; i >= 0; i--) {
if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) {
if (OrderMagicNumber() == magic_number) {
if (OrderType 0,0,0 50,50,50 100,100,100 150,150,150 200,200,200 0,0,0 50,50,50 100,100,100 150,150,150 200,200,200 0,0,0 50,50,50 100,100,100 150,150,150 200,200,200
int handle=FileOpen("ColorList.csv",FILE_CSV|FILE_READ);
string holdingArray[15];
for (int i=0; i<ArraySize(holdingArray); i++) {
holdingArray[i] = FileReadString(handle);
color aColor[]= "C'"+holdingArray[i]+"'";
if (FileIsEnding(handle)) break;
}
FileClose(handle); ObjectSet(name,OBJPROP_COLOR,C'100,100,100');
ObjectSet(name,OBJPROP_COLOR,aColor[3]);
DislikedDear coders, pls help me modify this indicator default mode as "inactive" when you put it onto the chart. It should only be "activated" when I press the button. Also, if the mode is "inactive", it should also stay "inactive" when I change to a different time frame. Thank you. Pls sent back mq4 file, not ex4 file. This is the only way I can learn from your programming skill. Thank you very much for your precious time.{file}Ignored
Disliked{quote} Dear Coders, any one wants to perfect this indicator as mentioned in my earlier post? It's really an awesome indicator if you're trading market structure. See pic below how it is printed on the chart. Red lines and texts are my own annotation. Please.. any kind soul? {image}Ignored
Disliked{quote}this indicator doesnt work on my chart,waht am i doing wrong? thanksIgnored
Disliked...show the messagebox for a specified time?...if the user don't respond in a specified time say 5 minute then the EA will...Ignored