General - page 342

mrateM[ iHighest ( _Symbol , PERIOD_D1 , MODE_HIGH ,barNumM, 0 )].high-mrateM[ iLowest ( _Symbol , PERIOD_D1 , MODE_LOW ,barNumM, 0 )].low How come sometimes this can return negative values? Within the same range shouldn't the highest high>=lowest low
What would be the reasons for an accepted trade to be modified? The 1st screenshot is the Journal. The 2nd screenshot show the Entry, Original SL and the 4 TP's on this particular trade. however the SL was modified for an unknown reason to me
I'm new to working with network function, I'm trying to create a simple client server connection between a python app and MQL5 following this tutorial https://www.mql5.com/en/articles/5691 . I read the docs of networks functions again and i saw that you get this error if you call the network
i was wandering if they was just an option where you can choose the value of your commission in strategy tester. like you have the option "period" "spread" "use date" "visual mode"   thank you 
Dear Is anyone live in USA use any US bank card to withdraw card payment in MQL5. I have TD bank in USA but their bank card are not support to withdraw card payment Thanks in Advanced
in supply demand system . we trade by looking big whale fill order area. sometime they still need to fill their orders because previous orders not fullfill by liquidity requirement So when price touch again supply or demand area ,trader try to buy sell Question is how can know this unfill area
Hello I update my windows 10 , and now all expert advisors does not install correctly on MT4 How can I fix this problem please
i used _symbol or Symbol() function in my code. i want only GBPUSD trades. The problem is that when i upload my EA on a VPS it works for all pair. am i right? if it works for all then what is the way that my robot only trade on gbpusd. my code example: Ask=NormalizeDouble(SymbolInfoDouble(_Symbol
Hi! Today the rental of the VPS server has expired, the auto renew option was active and the necessary funds were already credited to my account, but unfortunately I received the following message informing me of the failure of the renewal .. why? Auto renewal disabled Failed to auto renew VPS
this new update for trade assistant version 8.9 was made available today and is not showing in purchases section please advise
Dear all, I am running real account on MT5, when i subscribe signal, it login with DEMO account , how signal can work on my real account ? when i change demo account to real account, i can't find signal option on that one. Demo Account, showing Signal Options Real Account (No Signal Option showing)
How do I get high modelling quality? I am afraid that my strategy tests are not reliable because of Mismatched charts errors
  Conversion rate  (3)
Hi there, I am copying this signal. I have EUR 555 on my account (MT5) All trades are closed. When I do a xe.com conversion I see that my EUR 555 has a value of USD 650. Why is it that on the site it shows that there is only USD 566 in copy value for the signal provider?? Br, Patrick
Please Big brother, I need a code snippet to force my EA to only work on VPS servers only and not on my local computer. Any help would be appreciated.... Thanks in Advance
Hello everybody, I have made an EA that uses a custom indicator, and it is working very good on each single pair, my problem starts when I merge the EA on the VPS for six pairs, I noticed that it is working for four of them, but doesn't work for the other two. I have tried re-merge again and I
Hi, Below function do not move the chart to intended position. It moves the chart to dated far way back like 2007, 2011. Every time it is executed, the the resulting position was different. Can someone help me on this? Thanks in advance! ChartNavigate ( 0 , CHART_BEGIN ,- 100 )
Hello world, I'm using OnTimer in an self written indicator. It should display the time in seconds till new bar (Comment). If I load the indicator all works like I planned. But if it is called by an expert, the counter stucks. I guess, that in this case OnTimer is not used. Do you have other
Can we display multiple windows in one indicator
Hi all, I've been back testing strategies in MT4 using IG for a while now. I wanted to try MT5 to get better insights on my EA's, and noticed a huge difference in results. I came to the conclusion that every MT5 Demo I've tried (2 different brokers in UK GMT+2 and also mql5.com download) are NOT
Hi, I am writing a Martingale EA specification to be posted on the freelance section and I am stuck on the take profit parameter. I used a lot of EA in the past with the take profit in points specified by the user, if you used martingale/grid systems, you should be comfortable on how do they work. I
  VPS
its really annoying now that i have cancel my subscrition of vps remaining minutes are consider has free hosting and i can only load 16 charts instead of 32 but i have full paid for one year can i do something about this
  Minimum Trailing Stop?  (16   1 2)
Hello all, Since MT only accepts a manual trailing stop of 15, if I code a TS in an EA for less than 15 will it be accepted? Thanks.
I find that I am having a hard time getting the info box of a specified candle to show up consistently. The info box contains things like the candles high, low, open, low and time. Sometimes it shows up, most times it does not, what is the trick to get it to work all of the time. Thanks in advance
[Deleted]
Hi Can I top up my account using Visa Virtual Gift Card
[Deleted]
I've been trying to install an indicator I purchased from the market place on MT4. The indicator shows up on purchases but when I click install, I login, then it does not install. When I go to terminal I get an error that says "MQL5 Community Authorization failed". Anyway to fix this, step by step
  missing currency pair  (11   1 2)
i have meta trader 5 installed i am new to the software. I cant find the currency pair NZDJPY i've tried to search for it and nothing shows. i'm also trying to view the oil chart as i have an indicator i want to use for these charts is it possible to get these charts on mt5?
Hello, I would like to be able to identify a trend via the ichimoku cloud SSA and SSb and I cannot. I don't have an error in my code but I don't have a visual alert on my board. I have the impression that this part of the code is where there is a problem. Can you explain to me how to do this or why
CTrendInf *td= new CTrendInf; CTrendInf td= new CTrendInf; what the different
I have made an EA that uses 28 currency and M1 timeframe. Is there any script or way to download all 28 currency pairs data for atleast 3 years. I am avoiding manual work