Friends

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

franko
Registered at MQL5.community
franko
Added topic How to limit EA to open only one position in specific currency pair
Hello, Does anyone have code for this? By searching google in previous topics I found something like this but it doesn't seem to work: for ( int k = 0 ; k < OrdersTotal (); k --)    {        OrderSelect (k
franko
Added topic iCustom values
Hello, Im writing simple EA code: extern int MaxOpen= 1 ; extern double Lots         = 1 ; extern double StopLoss     = 1000 ; extern double TakeProfit   = 1000 ; extern int
franko
Added topic Custom indicator based on another indicator values
Hello, Would like to know is it possible to make custom indicator based on these calculations