Disliked{quote} Hi Jesing, wherw can I find currency-strength-alerts indicator? ThanksIgnored
hi,
please find attached indicator file, i complete convert to EA, final touch pending,
- jesing
Attached File(s)
Always Feel Good...
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
void close(bool accumulation, double target){
if (accumulation == true){
double orderProfit = 0;
for (int i=0; i<OrdersTotal(); i++){
if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES) == true){
orderProfit += OrderProfit();
if (orderProfit >= target){
for (int ic=0; ic<OrdersTotal(); ic++){
if (OrderSelect(ic, SELECT_BY_POS) == true){
if (OrderType() == 0){
bool tutup = OrderClose(OrderTicket(), OrderLots(), Bid, 0, clrGreen);
komen("Close ALL karena TARGET", "255, 255, 255");
}
if (OrderType() == 1){
bool tutup = OrderClose(OrderTicket(), OrderLots(), Ask, 0, clrGreen);
komen("Close ALL karena TARGET", "255, 255, 255");
}
}
}
}
}
}
}
} DislikedCould someone add me email notification and if possible also mobile notification for this indicator, when the line crosses zero from above or below ? Thanks in advance and greetings to all.{file}Ignored
DislikedHi there, I have been reading this very interesting thread. It is very appreciated for all the hard work you are doing. I have a request if somebody could code a simple EA with this indicator to just place order on arrow and take off order on opposite arrow and place new trade etc and continue. I don't need stop loss or take profit. No bells and whistles just basic EA with lotsize selection and maybe option to select % of account lotsize risk. Thank you again for all your hard work. Many thanks. {file}Ignored
Dislikedplease, add alerts and push notificarions to this excellent indicator. {image} {file}Ignored
Dislikedanyone kind enough to add alert in form of vertical lines and push notifications to this indicator, when the yellow line crosses red. thanks in advance {image} {file}Ignored
Disliked{quote} I can only find the version 9sr - is that the one you are referring too? If so I cannot see where there are a BB opton. Thanks M. GeorgeIgnored
Dislikedand for all guppy mma lovers... my contribution ... i paid for this too{file}
Ignored
Disliked{quote} try these. i found in my system but i have never used it. {file} {file}Ignored