valedownlo
valedownlo
Friends

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

valedownlo
Added topic Wrong atr calculation
so i was creating an EA. My EA using an ATR as a stoploss placement. Here is the code. double ATRPointsB= iATR ( NULL , 0 , 14 , 1 ); double slB= NormalizeDouble ((ATRPointsB)* 2 , _Digits ); //for SL calculation for TP iwas using 2 times SL, in that
valedownlo
Registered at MQL5.community