General - page 631

Hi Does anyone Know how it is possible to have 2 MT in one system that every one works with different broker
[Deleted]
Hello Does any one knows how to create an installer on Visual Studio that allow to install on my codes ??? The purpose is that I want to send my codes to a friend, but I don't want him to manually place my codes Thanks
Hello everybody, I have some basic questions. I'm new with Metatrader VPS and trading signals, 1) If I hire a VPS on MT4 platform and I migrate a signal there, I should receive the signal directly on the VPS , right? 2) If I close my local computer Metatrader, the VPS and the signal will continue
Hi, I would like to write an expert that if the candle height is more than my specified pips an alert pops up on screen
Hi folks, I use to run backtests only in "Every tick based on real tick", but I was checking the database of my broker and I found that Bid/Ask prices are very unsatisfying, there is much much less data about it comparing to "last price" data. So, I would like to know if there is not Bid/Ask data
Hi, I've been running MT5 for a while now and haven't given much thought to MT4. However, I was recently provided a bunch of EAs for MT4. Is it possible to run both programs on the same account at the same time? Thanks
Good day! I've trying to upload an EA but it has a problem in the "validation process" since my EA has personal indicators that looks the mql5 cannot read. How can I fix that problem? Any advice is welcome. Thank you
hello pals. good morning. please i urgently need clarifications here, i rented a VPS via MT5 to use the signal alert on my indicator, but after the migration i see this message in my journal "2020.08.14 06:49:28.194 Virtual Hosting 6156834: nothing to synchronize, no any EA or custom indicator
I purchased the "<...>" for $30, but instead of this indicator being download the "<...>" Indicator was downloaded. How can I rectify this situation
  Python codes  (3)
Am coming from python background and new to MetaTrader but very determined to learn . I have a few questions : 1. Where is the best location to write python codes for trading: is it python script in the Metatrader terminal or inside python IDE like jupyter? 2. when python codes are run inside a
I have read many threads on this, on this forum and outside of it, but haven't managed to solve it so far. I have an EA that sends an email on a new bar. The email function in Options works fine from my desktop. The emailing function in the EA works perfectly from my desktop. Applying exactly the...
I'd like to know if Game Mode (which is activated in Windows by default) is any helpful with MetaTrader5? Does Windows see MetaTrader in any way as a game? So is Game Mode good, neutral or bad for trading with MetaTrader5 and should therefore be switched on or off? - when you trade manually - when
  EA modification  (1)
i have an EA i want to fix trailing stop to the 50 pips can any one fix it .. i change the parameters but no effect
hi i am trying search ea but no one can reply ,plz help …condition is candle 3 high should be equal or higher than candle 1, and when the candle 0 reach the candle 3 high i want open buy trade,i dont know basic of the programming help me,3 and 2 candle also bulls
I purchased indicator with credit card not showing up in purchases. Where can i find proof i purchased
Hi I made a overloading function (2 custom function with the same name ) in my include file , its work ok when i call this function is see [1 of 2] and can go to [2 of 2 ] buy when i call to my other script i see the function but i dont see the [1 of 2] and [2 of 2 ] when i copy the all custiom
I've been asked by the creator a purchase I made to raise a query. I bought <...> however the EA is not working for me on my IG MT4 Platform i.e. the MT4 platform that my broker, IG, have made available. In the "live" account, the symbol I am trading is US30(£), however when attempting to place an
Hi All, Technical question. I have an MT4 platform with an already developed MT4 EA, looking to get it modified on the freelance market. Before I post the job, just looking to clarify if there is any issue between an MT4 EA operating on an MQL5 VPS, or should I seek to develop the entire program
Today I noticed that there's only 6 agents available out of usual 12. It's Intel i7 5820K 6 cores/ 12 threads CPU. Is there any change about SMT that I'm not aware of or possibly a bug
  Plugin for MT5  (9)
Hello, i would like to know if it was possible to create a plugin for MT5 ? Not an EA or a custom Indicator. A real plugin which add features to MT5 platform ? thank you
Hello, I code a EA put in MT5 backtest, the Journal keep saying "Order place successful" , but there is no open position. Do you know why? But i can open position in other symbol. just some symbol has this problem. How can i fix it? Thanks. Print ( "SellEntry =" + SellEntry);
I purchased an indicator on the MQL5 site here. I downloaded it into my MT4 1090 build. It does show up in the Open Data Folder under Indicators Market. The vendor does says it is supposed to be in the Market, so it is in there BUT.......It does not show up in the Navigator box under Market thus I...
Disable migration options Nobody has an opinion, why is it inactive
what should i do now? i want to withdraw them if there is any other better choice please let me khow. i deposited 11USD
I am trying to check if the modelling is every real tick based or not. Sometimes, I have tested the EA of Every Tick modelling. But that is not reliable method. Hence, I want to stop testing if the modelling selected is not Every real tick based. How can I identify it inside my program? Say anything
Hi there, from about a week I'm not properly getting the right SYMBOL_POINT for JPY pairs in Strategy Tester. Is this happening to anyone more
[Deleted]
I attached screenshot what does it actually means. Please let me know I did not purchase as much subscriptions like 10000 please let me know do you ever see this
[Deleted]
the initial deposit for my signal above is 1k , why do the system here says it is 1015 ? it considered 15 dollars of what i have earned as deposit while it is not
Hi all, Seems like there is a miss-match in balance history in my signal. I only deposit 500USD but the system shows inital deposit as 507.27USD. The signal history tab show the correct records but the top table shows the wrong balance and profit, only the equity is correct. <Deleted> How can I fix
Hello, i want to count Today Open Order, i made a code, is always return the value 0. Can anyone get a help ? please. int CheckTodayOpenOrder( int MagicNr) { int TodaysOrders = 0 ; uint TotalNumberOfDeals= HistoryDealsTotal (); ulong Ticket; string OrderSymbol; int Magic = 0 ;