General - page 503

Hi I want to receive that ticket when I open the position. There is a similar command in MQL4: Ticket_Number = ordersend(symbol(),OP_BUY,1,Ask,..........); But , I need this in MQL5 Thank you for your help
count(); if(condition01==1) { tick=OrderSend(Symbol(),OP_BUY,lot,Ask,5,0,0,"condition1",magic,0,clrGreen); time1=Time[0]; } Good morning, I'm writing an Expert Advisor, but I need to open the order at the closure of the candle and not immediately when the condition
  Modify button  (2)
Sometimes I am unable to modify an order that I placed. Please assist with this
enum myWeekDays { Sunday = 1, Monday = 10, Tuesday, Wednesday, Thursday, Friday, Saturday }; input myWeekDays Day = Sunday, Day1 = Monday, Day2 = Tuesday; Error: Input dialog box doesn't open Testing.mq 5 Someone, please tell me why I'm getting such an error
I had automatically renew option on for my VPS server, however when the renewal date came around the server expired. I did have sufficient funds in my MQL5 account, although my credit card used to originally fund the server has since expired. How do I get this resolved? I have tried to log a request
HI I moved my subscribed signal from one account to another. Now, I don't see any trades from the signal
When I share my "xxxx" product link via message window, it not correctly show product details under the link. It show details of "yyyy" product. But Product name and logo are correct. Need Attention of MQL Support Team! Thank you
Hello, I have been struggling for some time now with this problem. It happens randomly and I tried almost everything I know to get through it. basically, my script predicts a certain direction (with python) and then trigger (Buy or Sell). However, I keep getting randomly "Requote" error! I increased
  MQL5 Profile  (1)
Hi I would like to delete my profile because I want to start a new one, can you please help
  unknown agents !  (2)
hello guys, who are these agents? i dont know them and i have not connected my PC to any copmuter
[Deleted]
Hello, I am a new member of this forum (but an experienced full-time trader of 15 years). How do I post a comment on here ( [link to the Market product was deleted by moderator] )
For all the experienced traders: what do you think is better for trend definition? ADX or a currency strength meter? Or any other indicator? THe main problem which I found with trend indicators is that they are too late in trend identifications, so when the signal is good the good move is about to
Hi In my signal name "Lets Trade", according to MQL5 equity is $4646.03 (No Running trades) but according to my MT4 equity is $4695.33. Why there is a difference of $49.3? Please check the attached screenshots
Dear, In MT5, i want get a OpenPrice of a close trade from History, I write a close but it is not working, can anyone help me. if(HistorySelect(start_date,TimeCurrent())) { for (int i=HistoryDealsTotal()-1; i>=0; i--) { if((tic=HistoryDealGetTicket(i))>0) {
How can I find free signal providers? Do you know best of free signal providers
Is ORDER_PRICE_CURRENT equals weighted (by volume) average of deal prices? Order 141522804 was placed during market opening auction at market execution and HistoryOrderGetTicket ( 141522804 , ORDER_PRICE_CURRENT ) == 7 , 91 but it was 9,33, according to screenshot: Am I misunderstanding
When increasing the accuracy on historical data from "1 min OLC" to "every tick" to "every tick based on real data": If I get less and less successfull results, what could that indicate? I mean wouldn't the result be random, rather really one sided
Hi All, Its been a while since uni and i am struggling with my position class I need to be able to create a cList of my PositionClass:CObject and iterate through it etc. I get an invalid pointer when I try to access the Profit() function of a PositionClass in the list. Here is my class, what am I
Hi, does any one knos if it´s possible to set up Mt5 / mt4 to create a reverse order when the market hits the stop loss ? Is it possible to set it up in the platform or it has to be using a expert advisor? Any ideas ro comments more than apreciate
[Deleted]
Hi, I have subscribed for paid signal. Is there a way to change for lot size
Hi all I have meet an issue, anyone suggest me! as class CDemoClass { public : double m_array; double m_array2; }; CDemoClass demo[]; How to make poiter to m_array and m_array2 as like: demo[0]."m_array"=1; demo[0]."m_array2"=2;
Hello all traders? I hope to have here some arbitrage traders. I interest in this system and I try to trade but still problem in calculate lot size. Most articles say about triangular gedge lot size. Is it same triangular arbitrage and triangular hedge ? I think not same .Right? Arbitrage based on
  system freeze  (1)
why was i need able to execute trades on 23rd nov 2020 bw the hours of 00:00 though the former current trades are still active despite my inability to execute new orders. i was also not able to close any running order
I would like to place a feature request to display chart datetime in local time (via GMT offset) similar to TradingView - see attached. i.e. display datetime offset "cosmetic only", no other changes to indicators or expert advisor operating on underlying server/broker data. QJ
I'm glad code Developer can't sell products here mql5. It protects the customer strategy to some extent.same Developer work on offline Their code creation time is hours and days, but this is not really the real time(job end time), it would be great if we could stop that too//////////////////////
Please help with closed amounts Hello guys I have sums locked in the account because the developers haven't completed the work for a long time How do I retrieve it ?? thank you
I cant seem to subscribe to signal in MT4. I put it in my favorites and it wont come up in my MT4, when I try to hit copy signal is has me download MT5
  Is MQL compiled or interpreted?  (76   1 2 3 4 5 ... 7 8)
I've always taken the "knowledge" that MQL is a "compiled" language at face value. Someone in another forum is claiming that MQL is in fact encrypted and then interpreted. He makes a good argument for his case because you can take the following code and discard its source and the "compiled" program...
Hi, I can't find a way to sort MT4/MT5 signals by number of subscribers. Is that doable ? Rgds Ben