fabio7774
fabio7774
fabio7774
Added topic MQL5 : Debugger doesn't work after a while
Hi, Using mt5 after a while causes the debugger stops working. I need to re-install mt5 so it can work properly until the next time. By not working, I mean using "real data"  when evoking the debugging nothing simply happens. Thanks Fabio
fabio7774
Added topic Reading trend line values with a muti-devises EA
Hi  I have an EA based on breakout. Basically I am drawing a trend line then look for the cut between a MA and this same trend line. For achieving this, I  draw the trendline then use ObjectGetValueByShift(). That works for fine on a graph
fabio7774
Added topic smooth an iMA with custom function
Hi I am looking for a way to smooth an eMA with my own function contrairely to the pre-defined constants in the "applied_price" parameters. (see iMA function). Is it possible ? otherwise what is your suggestion ? Thanks in advance Fabio