Hi there..I need help to put Buy Sell arrows on first line candle start
Would appreciaye the valuable support.
Would appreciaye the valuable support.
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
DislikedHi there..I need help to put Buy Sell arrows on first line candle start Would appreciaye the valuable support. {image} {file}Ignored
Dislikedcould i get mq5 version of this v3d please https://www.forexfactory.com/thread/...5#post13506355Ignored
DislikedCan somebody please add a Reset Button to this indi. If pressed will reset the Daily and Current P/L to zero. Appreciate you all for the great work. Thanking you.Ignored
DislikedHello, BestTraderEv. I found an indicator and it says you're its developer. This indicator has graphical arrows. Is it possible to make them buffered? {file} {image} {image} {image}Ignored
Disliked{quote} First, make sure you have it correct: https://docs.mql4.com/objects/objectsettext Second, convert numbers to string: IntegerToString(intValue); DoubleToString(doubleValue, digits); The "string to number" warning is most likely because you are inputing a number where a string should be input.Ignored
// MQL4:
ObjectSetText(name,t,ftsi,font,c);
// MQL5:
ObjectSetString(0,name,OBJPROP_TEXT,t);
ObjectSetInteger(0,name,OBJPROP_FONTSIZE,ftsi);
ObjectSetString(0,name,OBJPROP_FONT,font);
ObjectSetInteger(0,name,OBJPROP_COLOR,c); DislikedHello everyone, please @besttraderev , bro if you could help me look at this code, i dont know whats wrong with it as i"m not a coder. I created it with chatgpt. Its basically a macd zero cross screener but with a fair value gap filter. When theirs a zero cross on macd it confirms to make sure that price is above/below the most recent bullish and bearish fair value gaps on two specified timeframes. it just sits there and stares at me. I dont know what the issue is, if you could take a look at it and help me fix it. Tnx {file} {file}Ignored
Disliked{quote} Hi BestTraderEv, Your BTEv_BreakOut_Zones.ex5 indicator is very nice. I would like to develop it into an EA. Can you provide it as open mq5 source code? {image}Ignored