General - page 224

In MT4, when I go to options > Signals but there's no option to update the lot size? I've read this article [https://www.mql5.com/en/blogs/post/23777] too but it doesn't seem to say how to update the lots sizing in MT4 ... any help appreciated g
c#: [DllExport] static void test_change_string_value_by_reference([In, Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder my_str) { my_str.Clear(); my_str.Append("here is the string from c#.net "); } mql5: #import "dll_test.dll" void
How to put bid line behind text object ? OBJPROP_BACK set to false doesn't do this
I'm trying to just make a basic Object, but I'm getting an error saying the parameter count is wrong, but it seems the number of parameters in the object creation are the same as in the constructor, so I don't know why I'm getting this error
Hi, I have tried both history and detailed history report but the comment column is not appearing in the report A ny help pls on both excel and html report. Thanks
HI I receive comunication at this site in my mac but not in wndows,same address same login.what can I do? i bought an EA and I have communication with thye author but here I found a message from MQL5 that I bought It,but the response of the author and instructions NO how can I link the same site
Hi, I bought an EA, and activated it in 1 terminal. That works fine. According to MQL5, activation is per computer. I installed another MT5 terminal, when i opened it and logged in my community account, the EAs didn't show up. If i go to My Purchases, it says I need to install again. Wouldn't
Hello, is it possible to shift indicator up and down, and not just left right
Hi, I am desperate in finding a good trading panel or something to backtest my manual trading. I know tradingview but backtesting there, even with bar replay, is to far away from reality in my opinion. Do you know any solution? Thank you very much Kindly regards
Hey, guys! does anybody have "0" (zero) indicator to open empty basement window just stupid trick to avoid those long value digits coming with the ind. name in the top corner of separate window (see (on pict.) what i mean...) to use malfunctioned idi 4 that purpose (as i did) to drop indi(s)...
  Repair indicator  (26   1 2 3)
please ... can someone fix this indicator. Does not work in your chart why don't show the candles .... timing.mq4
Hello, Can we get an additional product activation applied to all purchases due to Windows 22H2 update requiring another activation please
  Trend lines disappear  (12   1 2)
I use three templates on one mt4 platform. My challenge is that after doing some technical analysis (trendlines) on a template and switch over to another, the trend lines disappear when i return back to it. Please how can I resolve this? I need to see my analysis when I return to the chart. Thank
Hello everyone, I have a question! I have two accounts: one is MT4 and other one is MT5. I want to copy my trades between each other. If I make my MT5 account as a signal provider, can I copy my trades to MT4 account? Or does signal copying work only from MT4 to MT4 or vice versa? What do you
Hi, i copy signals from eas from metatrader 4 to metatrader 5 with <Deleted>. This copy works fine but in the metatrader 5 the symbol of dax has diferrent name and the orders dont entry. I have made a new symbol calle GDAXI but this dont show the prices in the market watch and therefore the copy
HI, my mql5 is connected to an old plattform of a broker which i dont work with anymore how do i register my mql5 account to my new broker plattform? thanks
Hi everyone, I am trying to get a 7200 close quotes from CopyClose. It is working well however I do not know if I have enough elements in my array/chart. Heres my code: #property show_inputs extern int num_of_5_minute_candles = 7200 ; // M5 in one week void OnStart () { double Close_Array[];
Why I can’t download MT5 App…I also can’t search the app at the apple store…Who know Is what happen? please told me
Guys i want ask something, when u already subscribe signal, u can cancel it again? I create some signal, from monday i see some one subscribe my signal than when trading closed and no potition they cAncel it Its already 3 times until today I never recognize it until today I see my subscriber with
So I rented a VPS to be on 24/7 so my PC cam be switched off and trades would continue. I logged onto the MQL We then setup there all copy trade as if on my MT4 platform on my PC. When my PC is running with MT4 open, the copy trades work fine. As soon as I stop the PC, the trades also stop What did
  **** order  (1)
I am using <Deleted> for buy stop and sell stop orders. I could change the parameters: place of the order stop loss and take profit with the mouse. Suddenly I can´t. Can somebody tell me the reason
How to know my lots traded in my account mt5 from the beginning
In mt5 signal, the history page doesn't show stoploss
Hi was using the Symbolinfo class libray ask and bid function. I puzzle about why it gives out different result compare to the symbolinfodouble function. Eg. CSymbolInfo sinfo; sinfo.Name("EURUSD"); bool isDataSynch = sinfo.IsSynchronized(); if (isDataSynch) { string sym = "EURUSD";
[Deleted]
I have been trying to verify my seller profile people keep saying that I have to send a request I tried but the bot keeps answering can someone please show me an example of what to do with screenshots
Hey guys is there a way to scale fix in mt5 like mt4 instead of getting stuck when trying to move to the sides
HI how can we print the time along with price top bottom of the swing as price where price as an indicator of double zig zag when price swing intra day low and high as sessions -- Asian low and European session and AMerica Session where price reflect should also time reflect too and 2nd any strategy
Hello, I can't locate the location of the created file. Can someone guide me? Thanks in advance, Juan Luis string FileName= "NuevoTXT " + TimeToString ( TimeCurrent (), TIME_DATE )+ ".txt" ; int OnInit () { TXTCrear(); TXTNuevaLinea(); TXTNuevaLinea(); Print ( "Fin " + FileName); return (