Hello, the screenshot shows historical data (right hand side) for Disney Stock exported from MT5. For the date 08.11.2016 17:17:00 - 17:17:59 there are a lot of ticks (BID,ASK,LAST) available. If you compare it to the print out of the Strategy Tester
Hello, I am slightly confused regarding the APR, APY and the annualized return based on an exact number of days. Assuming a starting balance of 10.000 USD after 1500 days (approx. 4.1 years) the balance increased to 35.000 USD. This is an
Hello, I want to check on margin before opening a trade and was thus using the OrderCheck() function as follows but it always returns zero for all values? Is this function not working in Strategy Tester
Hello! I have an EA which uses virtual SL (stop loss checked via code) to partially close positon when price drops and market SL (stop loss send with buy order). I set the market SL equal to the last virtual SL. I trade physical stocks (not CFDs) but
Hi, the two images show historical data from Walt Disney stock (physical stocks, not CFDs). According to the broker, the candlesticks are based on the last price only and include only last prices from the main trading sessions (not pre and after
Hello! the first part of the image shows 1-min OHLC and Volume data for BTC/USD downloaded from Binance website. Second part shows Tick Data for BTC downloaded via MT5 itself. Trading is via Crypto Exchanges and not via CFDs. What stands out for the
Good morning, I compare times 'hh:mm' in an if-clause as follows: if ( "14:35" > "11:00" ) { // ... do something } I tried a various amount of different times and MQL5 seems to compare it correctly. I am just wondering how the comparison is made
Hello, as stated in the Subject is there a way to receive the error descriptions ( https://www.mql5.com/en/docs/constants/errorswarnings/errorcodes ) of GetLastError()? I also would like to use Trade Server Return Codes but I have no idea
Hi to everybody. I am new to MQL5 and trading. There are two things I am not quite sure if understood correctly: Is it correct for stocks to buy at the ask price and sell at the bid price? I trade via NASDAQ stock exchange. I found different sites on