- #62,186
- Edited 1:15pm Jul 6, 2023 12:49pm | Edited 1:15pm
- Joined Mar 2013 | Status: Trader | 2,466 Posts
- #62,187
- Edited Jul 7, 2023 12:48pm Jul 6, 2023 12:57pm | Edited Jul 7, 2023 12:48pm
- Joined Apr 2017 | Status: Trader | 1,111 Posts
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 would you pay for this ,when so many free EAs are there {file} {file}Ignored
Disliked...regarding ON/OFF button on MT4 indicator. If the button is in OFF mode, will it helps reduce MT4 resources? It will only take up more MT4 resources when the button is in ON mode?...Ignored
DislikedHi, all! Help, pls - need alert for this indicator for every crossing! Thank you kindly. {file} {file}Ignored
Disliked{quote} maybe this EA can do what you want. it has hidden/virtual SL & TP. it has breakeven and trailing stop functions. adjusting the normal SL & TP can be done manually with 2 click s of a mouse. please test it on Demo at first. https://www.mql5.com/en/code/19776Ignored
Disliked{quote} If the show/hide effect is done by: - not showing buffers and/or changing colors/visibility of objects, then it probably wouldn't be noticeable, ie stuff just isn't being drawn/rendered onto the chart but the indicator is still working - clearing drawing buffers and/or deleting all objects, and stopping indicator functions, then that would probably be noticeable, because the indicator is essentially not doing anything and objects have been removed Note that objects are heavier than drawing buffers, eg a single text "x" on every candle will...Ignored
Disliked...code the label on the indicator as shown in attachment pic. I try to search around but no luck to find it. {image} ps, the label shown in picture is manual added.Ignored
//inside oncalculate() if(prev_calculated==0)ObjectCreate(0,"misc",OBJ_ARROW_RIGHT_PRICE,0,0,0); ObjectSetInteger(0,"misc",OBJPROP_WIDTH,3); ObjectSetInteger(0,"misc",OBJPROP_TIME,Time[0]); ObjectSetDouble(0,"misc",OBJPROP_PRICE,Close[0]);
DislikedDear Coders/Experts, Could you pls make an EA with the attached indicator, and with general functions like: TP SL TS SLIPPAGE LIMIT ... Thanks in advance. Regards, Haruteri {file} {image} {image}Ignored
DislikedDear Coders/Experts, Could you pls make an EA with the attached indicator, and with general functions like: TP SL TS SLIPPAGE LIMIT ... Thanks in advance. Regards, Haruteri {file} {image} {image}Ignored
Disliked{quote} nobody gonna help you here at FF if you come up with de-compiled code mate, sorryIgnored
Disliked{quote} Goodmorning Kd1 thanks for the ea its working actually i wrote yesterday to tell you about the performance apart from the vertical line that will mark the 10 by 50 ema crossover where the ea will execute a trade after the cross over, can we just inform the ea to capture just 5pips ( buy or sell) since its meant for scalping? Observation is when the trade is executed at a price the ea also uses that price as take profit .....result of transaction will be zero check out the screenshot. Apart from that its working fine please dont forget the...Ignored
Disliked{quote} Goodmorning Kd1 thanks for the ea its working actually i wrote yesterday to tell you about the performance apart from the vertical line that will mark the 10 by 50 ema crossover where the ea will execute a trade after the cross over, can we just inform the ea to capture just 5pips ( buy or sell) since its meant for scalping? Observation is when the trade is executed at a price the ea also uses that price as take profit .....result of transaction will be zero check out the screenshot. Apart from that its working fine please dont forget the...Ignored