Andrew Longstaff
Andrew Longstaff
Friends

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

Andrew Longstaff
Added topic Relative Strength of True Range
Hi, I'm trying to copy an indicator from Trading View and part of the indicator has the follow line of code rr = ta.rma(ta.tr, 35 ) ta.tr =  True range.  It is max(high - low, abs(high - close[1]), abs(low - close[1])) ta.rma =  Moving
Andrew Longstaff
Added topic Endless requotes
New to this so bear with me.  When I run this, the EA makes trades as you would expect        //sell        if (signal == "sell" && PositionsTotal ()< 1 )
Andrew Longstaff
Registered at MQL5.community