This indicator seems to be very resource heavy. Don't know whether it's because it's 20 years old and a plethora of new mt4 builds since then means changes are necessary.
Attached File(s)
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
DislikedThis indicator seems to be very resource heavy. Don't know whether it's because it's 20 years old and a plethora of new mt4 builds since then means changes are necessary.{file} {file}Ignored
for(i=0; i<limit; i++)
{
buffer[i] = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i);
}
}
break;
case 7:
{
for(i=0; i<limit; i++)
{
buffer[i] = iCustom(NULL,TimeFrame,"JMA",MA_Period,JMA_Phase,0,i);
}
}
break;
case 8:
{
for(i=0; i<limit; i++)
{
buffer[i] = iCustom(NULL,TimeFrame,"HMA",MA_Period,0,i);
}
}
break;
case 9:
{
for(i=0; i<limit; i++)
{
buffer[i] = iCustom(NULL,TimeFrame,"DECEMA_v1",MA_Period,MA_Applied,0,i);
}
}
break;
case 10:
{
for(i=0; i<limit; i++)
{
buffer[i] = iCustom(NULL,TimeFrame,"SATL",0,i);
}
} Disliked{quote} S-Stoch Trend BT test this... {quote} {quote} ou noo.. i have not time, nor desire to write for MT5. i write only induks.. and only for MT4.... P.S. and don't post your requests in my main thread!! post your request here, in this thread.. or contact with me via PM or email !! thanks!! {image} {file}Ignored
Disliked{quote} Have you got these indicators in your indicator folder? for(i=0; i<limit; i++) { buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i); } } break; case 7: { for(i=0; i<limit; i++) { buffer = iCustom(NULL,TimeFrame,"JMA",MA_Period,JMA_Phase,0,i); } } break; case 8: { for(i=0; i<limit; i++) { buffer = iCustom(NULL,TimeFrame,"HMA",MA_Period,0,i); } } break; case 9: { for(i=0; i<limit; i++) { buffer = iCustom(NULL,TimeFrame,"DECEMA_v1",MA_Period,MA_Applied,0,i); } } break; case 10: { for(i=0; i<limit; i++) { buffer...Ignored
Disliked{quote} Ah thanks cja - it's all Greek to me but I'll check for those indicators. Your quick response much appreciated.Ignored
Disliked{quote} in a buy trade SL + 100 button is doing the opposite also kindly change it to SL + 1000 thank youIgnored
DislikedI need help coding a bot Scalping trading bot that will take and close trade.Ignored
DislikedHello BestTraderEv, Need your help again to build a MT5 subwindow indicator which has a different pairs with its main chart's pairs. It is a moving average color MTF. Please put its pairs as a parameter on iput tab. Thank you.Ignored
DislikedHi, everyone, I want the my EA to automatically open a hedge trade whenever the main trade hits a defined loss level and then continue monitoring for basket profit closure. Does anyone see a logical error in the hedge implementation, or any reason why it wouldn’t trigger even when the conditions are met? // ====================== HEDGE SYSTEM GLOBALS ====================== bool hedgeArmed = false; bool hedgeTriggered = false; int mainTradeTicket = -1; int hedgeTicket = -1; int continuationTicket = -1; // ====================== HEDGE SYSTEM HELPERS...Ignored
DislikedI am looking for a professional EA in MQL5 which will scan based on Trendline Breakout with three touches. EA will scan all USD Major Pairs and Cross Pairs. Dashboard shows filtered pairs displays EMA 50 and 200 levels and entry based on ATR. Key information on the entries, drawdown, limits of orders, Risk control and drawdown management. Core Market Logic The EA continuously scans historical price data within a configurable lookback window to identify significant swing points. It then connects these structural levels to form dynamic support trendlines...Ignored