General - page 293

What's up with that? I was always able to copy indicators purchased at the market here from one installation to another, in the same machine, and it used to work. Today I copied one indicator I recently purchased here to another installation of MT5 IN THE SAME MACHINE and it is not working, I am
  Signal History  (2)
Why does a signal Say it has been trading for X number of weeks, but then under Trading History, there are trades that date back further then that. For example, a signal I’m using has an initial deposit of $5 and shows a ridiculous return, but looking back, some of the profits were made before the
Hello I am trying to declare and initialise static member of mql template class , but my syntax not working template < typename t > class C_Test { public : static uint mvs_data ; }; //compiler does not like this part template < typename t > uint C_Test < t >:: mvs_data = 4 ; Anyhelp much
[Deleted]
I am copying ticks from symbol to Custom symbol. I get holes in history. This is the script. //+------------------------------------------------------------------+ //| script.mq5 | //| Copyright 2021, MetaQuotes
Hello friends, i have a big problem to get all Bars of Chart into DLL. In the Files DLLSample.cpp and DLLSampleTester.mq4 in MT4-folder is an Example to do that but it doesn´t work. I take the code from this files to pass all Bars to DLL but in MT4 EA-Backtest i get this Error: Cannot find...
Hi, In my EA, i have set the magic number in initialization function as below trade.SetExpertMagicNumber(Magic); This magic number will be used for the Buy & Sell trades Now in the same EA, I want to give another one magic number for Buy Limit & Sell Limit orders as "Magic1" How to do that? Someone
Dear Team, I rented VPS for demo account and now I would like to change the account, but the change account selection do not give me the option for changing the account Please check the attached and kindly advice
hello, im trying to count how many candle closed below 30000 and how many candle close above 30000 on us30 for the 15candle, below the code i use. the returns values are non sence void OnTick (){ int above, below; bool is_calc = above_below( above, below ); bool above_below( int
Hello there, How can I transfer license of EAs from one computer to another? Or from computer to VPS? Please advise Any help would be greatly appreciated. Many Thanks
  Difference  (1)
Hi.. what is the difference from SIGNAL, EXPERT, etc.. I need to copy a trader robot. Thanks
Mt5 Templates-default. please never display Volumes
EA wont start trading even settings and algo trading are all turned on <Deleted>
  Info Market EA  (3)
IF I INSTALL AN EA FREE AND THEN BECAME PAYMENT I SHOULD PAY THIS EA
Hello, Does anyone know if MT5 use a different way to calculate Parabolic SAR indicator vs. MT4? If you do a comparison of SAR indicator using same settings, currency and broker on MT4 vs. MT5 you get very different SAR values (see attached screenshot). The difference is big enough to even change
  create a present  (1)
hey guys im using a system forntrading but im wonderin if you know how to create a a .present file
I have code a LSR function based off of https://techimperialist.com/ai-ml/a-simple-introduction-to-linear-regression-the-least-square-method/ //+------------------------------------------------------------------+ //| LStest.mq5 | //|
On May 21, Microsoft officially released a major update of their operating system Windows 10 May 2019 Update (Version 1903). This update affects configurations and encryption keys similar to the installation of a new Windows operating system. In order to protect Market products, the MetaTrader...
Hello All! I am testing a new EA and the results for one broker are different on MT4 and MT5. I don't understand why that is. I found that the candles don't match even though the broker time (market watch) shows the same. I am attaching a screen. D oes anyone understand this? Thanks for every
Hi I'm having trouble downloading the indicator that I bought and got for free on another computer into the MT5 terminal. Please advise me about that
Hello folks, i'm trying to edit the code of heiken ashi indicator so i can also change the color of the border of the candle but since i never coded in mq5 i can't make it work. Can anybody suggest me how to do it please? This is the original code: //--- indicator settings #property
I send some money over to MQ5 to purchase an EA, but when I tested the EA further it did not work I tried to get $100 sent back to my bank card but I was informed that you can not withdraw funds after you have sent them to MQ5 is this true? dose any body know how to get funds sent back to themselves
Hello I have a confusion about number of the positions! In the documents, it says that there is only one position for a symbol, however, I see more than one position in the terminal and can get same number using positionstotal() function. Is the document outdated and things have changed in the new
You can get general information about a Signal, like balance or equity, using SignalBaseGet...(), but this will not give you full transaction history. Is there a way to get full transaction history for a signal, similar as you would get for your own account with HistoryDealGet...()? There appears
i have noticed that my first version for this code was working well, now it calls it as if its a custom indicator that i not on mql5 ,could this be a conflict that i already have a cci custom indicator, while i using a standard, I plugged the EA to trade on one pair and it was allowed and still
I bought a trading panel on MQL platform and when I would like to install on my live MT4 platform it always direct me to my demo MT4 account. What can I do to have a choice which trading MT4 account to install the software on
SQLite/ Native handling of SQL databases in MQL5 - MQL5 Articles This article shows an example of how to use struct Person with DatabaseReadBind() function to fill an object from a database. I want to do a similar thing but with Positions, Orders and Deals so I need structs for a Position, an Order
i have publish a code in codebase, now i want to delete it from codebase, how do i do that, thanks
  Profit formula?  (6)
Can anyone give me formula how MetaTrader 5 calculates profit? Probably somehow it depends on price, volume and maybe more arguments. Thanks!
Hi there are instances where code is working properly on demo account taking buy and sell positions as per parameters but when on VPS, once buy exited sell position is taken simultaneously as per code parameters, then VPS is not taking that. As you can see in pic that natural gas sell position
Starting out with MT5 and working with Multiple Monitors I am relatively new on my MetaTrader journey and have decided to get straight into MT5. If anyone has any good tips, or knows of particularly good online learning material, especially videos, etc, I would be interested. My particular focus