victor21
victor21
Friends

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

victor21
Registered at MQL5.community
victor21
Added topic Need idea, code issues
HI, i try to design a function that read all open posiiton and return the position which are on same levels, and returning all the levels in questions. Example i have a buy at 1.3538 and some time after i take a position sell or buy at 1.3538 +/-
victor21
Added topic Old tick disturb my ea
Hi, I red most of the thread on this subject, and i found no solution for this problem ! (some says that it has no effect, but it has, or i'm not understanding something..) My ea is a high frequency trader so it takes a lot of trades, but the las two
victor21
Added topic Range/trend indicator
Hi, I'm looking for an indicator which tells when we are in range/trend like ADX or Ravi, i think these two are too slown... Any advise ? Thanks Victor
victor21
Added topic help with perkyasctrend
Hi, i'd like to make an ea with this indicator : perkyasctrend, (thanks collector !!), but the ea seems to miss some dot .... but not all of them ?!? here is my code : double perk_up = iCustom(NULL, 0, "PerkyAsctrend",4,250,0,1); double
victor21
Added topic Altern Buys and sells
Hi, I'd like to altern buys and sells op for my ea, but it keep on buys or sell.. I check the history tab with a loop with this code : int AlternBuySell(int MagicNumber) { int altern=0; int histb; int histbs=OrdersHistoryTotal();