Can anyone please fix this trade management EA for mt4 ?
Attached File(s)
Jakepuia
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} Why the patterns don't show on the chart? Can u convert to mql5 ?Ignored
Disliked{quote} As fast possible only errors removed - but warnings still there {file} {file}Ignored
DislikedHello community. Do you know where I can find an indicator for MT5 that draws the candles of higher timeframes. The candles may be filled. as the picture illustrates: {image} greetings and blessingsIgnored
DislikedUnfortunately you guessed all wrong -neither it is rsi (SC MTF Rsi) nor recalculating (repainting) mtf - yes,it is mtf but Mladen's newest mtf (invented in 2022) "nrp atf"(non repainting all time frame)
Ignored
DislikedThis is a brief description of a non-repainting zig zag indicator that changes direction when there is a new lower low and lower high candle (in comparison with the previous candle); or there is a new higher high and higher low candle (in comparison with the previous candle). I have some issues with it and I have described it in the video. Basically for a move before the direction changes, I want the trend line to settle on highest high among all the candles in the move; this implies for the down move, before direction changes the zig zag trendline...Ignored
Disliked{quote} Grid_Box_wDiagonals - draggable box with grid - user input for number of columns and rows, at least 2 for each - optional diagonals - styling - optional make button, else will only make a box if there is no box - multi instance - - will update whatever boxes it made, but keep the same grid size same per indicator loading {file} {image}Ignored
Disliked{quote} ...Grid Box w/ Diagonals indicator also available on MetaTrader 5?...Ignored
DislikedHi I will be grateful if someone edit this indicator for me The levels of each time frame should be shown only in that time frame itself. I need Separate special levels for each time frame {image} {file}Ignored
//--- set levels IndicatorSetDouble(INDICATOR_LEVELVALUE,0,0); IndicatorSetDouble(INDICATOR_LEVELVALUE,1,0.001); IndicatorSetDouble(INDICATOR_LEVELVALUE,2,0.002); IndicatorSetDouble(INDICATOR_LEVELVALUE,3,0.003); IndicatorSetDouble(INDICATOR_LEVELVALUE,4,-0.001); IndicatorSetDouble(INDICATOR_LEVELVALUE,5,-0.002); IndicatorSetDouble(INDICATOR_LEVELVALUE,6,-0.003); //--- set descriptions of horizontal levels //IndicatorSetString(INDICATOR_LEVELTEXT,0,"First Level (index 0)"); //IndicatorSetString(INDICATOR_LEVELTEXT,1,"Second Level (index 1)"); //IndicatorSetString(INDICATOR_LEVELTEXT,2,"Third Level (index 2)"); //--- set style of horizontal levels IndicatorSetInteger(INDICATOR_LEVELCOLOR,0,clrBlue); IndicatorSetInteger(INDICATOR_LEVELWIDTH,0,1); IndicatorSetInteger(INDICATOR_LEVELSTYLE,0,STYLE_DASHDOTDOT);