Understand , is it possible to do an indicator the same like sms showing only EQL/EQH ? with the alarm
Much appreciated
Much appreciated
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} {quote} What's the use? Ehlers formulas have been around for quite a while, now. This indicator was recoded by mladen in the days when www.forex-tsd.com was still around. And you can find it at https://forex-station.com/attach/file/3375512. Do you think that if this really had any value, people wouldn't have already done the alerts, arrows, and what-not? Like they had done with countless other indicators??? A study on Ehlers indicators: https://forex-station.com/ehlers-ind...-t8472604.html...Ignored
DislikedHey Guys, i want to learn and improve my MQL4 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Expert Advisor / Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into mql4. AndiIgnored
Disliked{quote} Hello JeanL i need an arrow version with this setting please help me can it be converted? Appreciate last time i actually pm you today perhaps if you have spare time to help check .Thanks {image} {file}Ignored
Disliked{quote} Hello JeanL i need an arrow version with this setting please help me can it be converted? Appreciate last time i actually pm you today perhaps if you have spare time to help check .Thanks {image} {file}Ignored
Disliked{quote} test this my old version... induk w fake coloring.. but arrows/alerts no repaint... and this version has slightly more complex smoothing algorithm.. Heiken Ashi Trigger Moving Average [HATMA] {image} {file}Ignored
Dislikedim using risk reward tool on ctrader, but order wont execute. broker says "place the trade with only 2 decimal number? EX: Not with 2.501 lots, but only 2.50". how do i adjust and get rid of the 3rd decimal. on one broker ctrader atomatically uses only 2 decimals, however on this one it can be 2 decimals but 98 percent of the times its 3 decimals Please help me fix this Picture examples below {image} {image}Ignored
double lot = myLot; // initial lot from calculations or from input
double minLot = MarketInfo(Symbol(), MODE_MINLOT);
double maxLot = MarketInfo(Symbol(), MODE_MAXLOT);
double step = MarketInfo(Symbol(), MODE_LOTSTEP);
lot = MathMax(lot, minLot);
lot = MathMin(lot, maxLot);
lot = MathFloor(lot/step)*step; // normalize to step Disliked{quote} Good day BestTraderEV and thanks for your contribution to the trading community Please I really need your help with 2 specific indicators which I will upload here: 1. Step chart histogram (mtf) - Please can you kindly add sensitivity factor option to it ? 2. Step Ma avgs (mtf + candles + btn) - Please can you kindly add other price options like, close, median, high, low and open ? I will be very grateful if you can help with this, thank you. {file} {file}Ignored