General - page 99

Hello, i hope you are having a good day, i am trying to create a programm for mt5 where if the order is at a certain profit the EA to set a sl at a certain position which equals to $ The code i have and it is not working : #include <Trade\Trade.mqh> #define SELECT_BY_POS 0 #define MODE_TRADES 1 void
Hello Guys, I had success using the new Network Function Socket to connect in a WebSocket service. See that I receive a ping message every 3 seconds. My question is: How I can send a new message to subscribe a channel, the message is: I tried SocketSend but the WebSocket server not receive the...
Hello dears, I have a question about something that causes me a lot of problems. I have an account in which I provide the service of copying signals to some of my friends, but the lot size is fixed and does not change, is there a way I can adjust the lot percentage according to the account balance
There is the ask and bid which are the green and red lines that go with the movement of the price. And when I buy or sell it runs outside those lines. 5 or 6 points apart. Do you know how to fix it? In other words, I know whether to buy or sell the market or buy or sell limit, it is executed with a
[Deleted]
  Freelance job  (1)
Do you pay a freelance job upfront before they have started the job, or after they have finished with the job
Hi all, I have quite a few terminals, and I am unable to start a new one now. Is there a limit on how many MT5 terminals you can run on a single VPS? I have a dedicated server so have plenty of power spare. Is there a limit? And if there is, is there any way to get around it
Looking at the market in Mt5, it looks old version. Looking at the mql5 site, the new version. Also the purchases section for the mt5 should be on the splash screen. I think the system is reading the pages from the cache
Hello i know that SymbolInfoSessionTrade can give you trading session time. is it possible to get open and close time for Asian session for example last year at specific dates ? there are holidays , DST, etc that can affect these data so can it be done ? thanks
Hi, How to get status of an order using orders_get() in documention it shows something like this ticket time_setup time_setup_msc time_expiration type type_time type_filling state magic volume_current price_open sl tp price_current symbol comment external_id 554733548
  Stochastic Slope  (3)
Trying to calculate slope for stochastic , dont know what is is wrong. Getting a wrong value. Please what is wrong with the SlopeStoch variable ? Note , SlopePeriod = 1 if ( CopyBuffer (myStochastic[x], 0 , 0 , 2 , StochMain) != 2 ) return 0 ; if ( CopyBuffer (myStochastic[x], 1 , 0 , 2
Hello i post my add my account in seller but i m not able to find it can u plese help
Before any solution code, pls help me understand the basic math. I'm back testing on a $1000 CAD Account trading EURUSD. My broker is AvaTrade and for CAD account trading EURUSD, they list 4.5% as margin: https://www.avatrade.ca/trading-info/financial-instruments-index/forex I want to trade 0.06
I want to use the Meta Trade 5 on my Laptop and desktop. How can I get current data on both computer
  Swap conversion formula  (15   1 2)
Hi, Fist of all thank you for everyone's help in the past, this forum has been very beneficial to me. I did research on the forum but I could not find an answer to my questions, please send me a link to the post if it already has been answered before. I basically want to convert every swap modes
I want to print "unicode" characters ie, on Comment, Print as well as on Labels/Text. Is that possible? if so, how?
I agree, i disagree, i agree , and also allow youtube embeds in personal posts, i disagree , and also allow youtube embeds in personal posts
Hello, In MT4, in the account statement, I have a separated lines for all the deals due to partial profits on the course of a trade. While in MT5 is it all combined in one line per trade despite the multiple deals/orders along the run of each trade. Is there a way to set it up differently? Even when
Good day guys Please I've tried severally to make withdrawal, but the confirmation code is not delivering to my phone. I don't know what the issue is. Please help
Hi I have a script that will send a custom chart event every half a second, on the other side, I want my indicator to receive this chart event and see it. The script code : void OnStart () { while ( true ) { EventChartCustom ( 0 , CHARTEVENT_CUSTOM + 22255 , 0 , 0 , "" );
I wanna build a PC for local back testing. I wonder if MT5 can use all cores of dual xeon. Anyone try this before? How many ram we need also
Hello everyone, I am using BarsCalculated(handle) in EA like so: double BolliBandLow ( int index) { if (!m_symbol.RefreshRates()) return (- 7 ); if ( BarsCalculated (handle)< 14 ){ return (- 7 );} double BB_low[ ]; ArraySetAsSeries (BB_low, true ); ResetLastError ();
  Withdraw !  (1)
Can I ask if withdrawing money from the seller's account to a card or paypal or webmoney or Bank transfer account, do I need to have the same name as the seller on Mql5 or is it possible to have someone else's information
Dear MQL5 community, I hope this message finds you well. I am seeking assistance in defining important highs and lows for my trading algorithm, and I would greatly appreciate your input and expertise on this matter. Currently, I have been using a specific time period to select the highest point
  Signal Disabled  (2)
Hi I noticed that my mt4 account running on mql5 vps did not copy the signal for 2 days, the image attached shows the vps journal, Any idea why and how to get it to work again? Thanks
Hi good day I trust that everyone is well. I have been struggling with this issue to get a 32 bit bmp image displayed on my MT5 chart. The code for my indicator compiles without errors or warnings but I just cannot get the image displayed. Am I missing something? I have added it as a resource as
Can you help me what is wrong on the description? I tried my best to comply with the rules.... Please help if you can. < product link removed>
Good morning, I bought the signals from "name removed", it works very well, however it only gives me lots of 0.01, how can I move this parameter. THANKS
cannot copy position, symbol EURUSDm not found this is my issue .can you help me
Hello, I wish to know if is possible to create a panel or object that "floats" on top of the chart. What i mean is that any panel or object is constraind by the chart scale and the trade panel from one click trading can "float" over the scale. I couldn´t find a property that allowed this