RudolfKrugstein
RudolfKrugstein
Friends

Add friends via their profile or user search and you will be able to see if they are online

RudolfKrugstein
Added topic Unable to place order because of invalid stops
Hey,  In an EA, I place orders like this:   MqlTradeRequest request; MqlTradeResult result; request.symbol      = Symbol (); request.volume      = 0.1 ;
RudolfKrugstein
Added topic Trouble drawing horizontal lines in indicator
Hey,  I am trying to draw horizontal lines in an indicator. Attached is a simple example program of how I am trying to do that. Basically, I am calling "ObjectCreate(chartId, "line", OBJ_HLINE, 0,0,price[n]) to create a horizontal line. But when
RudolfKrugstein
Added topic Help on interpretating test of MAMA expert advisor
Hey, I am just getting comfortable with MT5.  I ran on a test on the MAMA expert advisor, and I am confused by the result. See this screenshot:   The expert advisor is making quite good choices, but I do not get I it is doing it. I though
RudolfKrugstein
Registered at MQL5.community