metamitsu
metamitsu
Friends

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

metamitsu
Added topic How to add comments to trade function?
Recently, I change my code for closing positon to the function using CTrade function as follows. trade.PositionClose(Ticket_number); In this case, how should I add comment to this, like " Magcic number x closed ". I used to make comments if I use
metamitsu
Added topic what's "profit in pips for faster calculations" on strategy tester in MT5?
what's "profit in pips for faster calculations" on strategy tester in MT5?   Is it more accurate way of calculating profit?  I see a big difference in result   between when I check the option and when  I don't check the
metamitsu
Added topic Is there any way to prevent slowness when using array in EA?
I applied the following calculation to the EA and the speed of the EA got very slow. Is there any way to make it more efficient? input int Inp_HighPeriod = 20 ; input int Inp_LowPeriod = 10 ; input int Inp_MAPeriod = 30 ; input ENUM_MA_METHOD
metamitsu
Added topic array out of range when I try to use
I get the error when I try to get the value of the following code. buf_Kairi[i]= NormalizeDouble ((High-Low)/Low,digit); I thought the number of bars is not enough for this calculation, so I tried to prevent this error by adding the condition such as
metamitsu
Added topic Is there any account of Tradeview that I can not do cross order?
I am looking for the account type of Tradeveiw in which I can not do cross order. I asked the Tradeview, but I cannot get the answer. Running EA on backtest of MT5 is OK, but only when I run the EA on the demo trading, I saw multiple orders of the
metamitsu
Added topic how to import stock's historical tick data into MT5?
I've got a stock's future tick data and want to import the data from MT5, but I don't know how to adjust the data for that purpose. The strucure of stock'data is as the followings. Trade_Date Make_Date  Index_Type Security_Code Time Trade_Price
metamitsu
Added topic Is there limitation of data size for importing historical data in MT5?
I am thinking about importing stock's historical data. The size of data is  3.8GB (csv of 40,000,000 rows) for 1 month data.  I plan to get this data for at least 20 years data. Is it possible for MT5 to import such amount of big data
metamitsu
Added topic Is it possible to send an order in NewYork session while another order still is open in London session when timezone overlaps?
I need to combine different EAs into one one EA for a reason. Each EA runs in different time session(one is in London session, another is NewYork session and so on) If I combine those EAs into one EA, Is it possible to send an order in NewYork
metamitsu
Added topic How to prevent people from knowing my logic through trade history when I give them my EA
I need to give my EA to some people, but I don't want them to see the trade history when they run my EA. Is there any idea that I can protect my logic as much as possible from people who try to analyze the trade history and mimic my EA?  
metamitsu
Registered at MQL5.community