I AM LOOKING FOR JMA_V2 (attached MT4) for MT5, if anyone can help me, I will appreciate it very much
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
DislikedI AM LOOKING FOR JMA_V2 (attached MT4) for MT5, if anyone can help me, I will appreciate it very much {file}Ignored
DislikedMany 4 timeframe indicators are in this forum...many, or all of them follow a sequence of the current Tf and then the next timeframe, other row the next Tf, again next ttf, and last Tf. If the current timeframe is 1H,the next row up will show the 4H Tf, now the next row (third) will show the Day TF, fourth row will show the Week Tf, My question is, in metatrader4, can we fix a indicator, ex. 4 TF Heiken Ashi mq4 below, or CCI, or... to show the 1H, 4H, AND the 8h,12H respectively?, not the Day and weekly? Thanks {file}Ignored
Dislikedextern bool TrailAllSymbols = true; // Enable TrailAll only on this symbol where the EA stands = true : Enable TrailAll on all symbols simultaneously = false; extern bool TrailOnlyInProfit = true; // Enable TrailAll after triggering the BreakEven_Use = true : Enable TrailAll before triggering BreakEven_Use = false; Spudfan you already have this function do it like this : TrailOnlyInProfit = false;Ignored
Dislikedextern bool TrailAllSymbols = true; // Enable TrailAll only on this symbol where the EA stands = true : Enable TrailAll on all symbols simultaneously = false; extern bool TrailOnlyInProfit = true; // Enable TrailAll after triggering the BreakEven_Use = true : Enable TrailAll before triggering BreakEven_Use = false; Spudfan you already have this function do it like this : TrailOnlyInProfit = false;Ignored
Disliked{quote} I use it on EJ, but I realize it use very large SL 93 pips, entry from 142.334, ran in to profit, then I found your program and want to have a test with def setting @141.902, but it shows SL=141.90-142.902=100 pips distance! How can I get optimized not that I would give back too much profit to broker at 1 point I could have lost back to broker 25% of total profit ... luckily price did not retrace that much to the unchanged SL I dont think I use this tool correctly {image}Ignored
Disliked{quote} The settings you are using are for the 240 minute (4 hour) timeframe, but you are using H1, so set that to 60. This affects the trailing stop function, not the breakeven function. Also, make TrailAllSymbols = false so that the EA works only on the chart you are looking at. Finally, you also need to change your EMA settings to suit what you are using. They are set for my purposes, which is 5-period EMA, Shift-3, Typical price. Your charts look messy and confusing - you'll do better if you simplify things. Hope this helps!Ignored
DislikedFibo Bar MT4 The indicator draws Fibonacci levels based on the last bar. When a new bar appears, the levels are redrawn. Does anyone have this indicator؟ {image}Ignored
DislikedHello, can anyone here improve how the alert system is supposed to work with this indicator {image}basically make the indi send an alert whenever a blue or a red spike appear... {file}Ignored
Disliked{quote} ------------------- {quote} "QQE of rsi(oma)" Try testing/using this,more extended,latest and reliable in a lot of cases,comparing to the one you posted (old enough) the lowest sw in example picture PS : though replied in response the quoted posts but stuff is not only for the person in topic but it is really really a very good tool to be tested and exercised in variety of ways by every next trader and practitioner for better possible results {image}{image} {image} {file}Ignored
Disliked{quote} Your charts look messy and confusing - you'll do better if you simplify things.Ignored
Disliked{quote} Hello Can you please code a 3 EMA cross indicator I use a 50-100-200 EMA and can’t find a simple indicator that will alert me when the three EMA’s cross, nothing more. thanksIgnored