General - page 639

Hi all, Which is better approach (considering risk management etc.) 100x Leverage and 0.01 volume or 10x Leverage and 0.1 volume
MT5 platform has great advantage (comparing MT4 one): it's able to sent several orders on the very same time. The only one shortage is that impossible to simulate this in backtester. We see like orders were sent order-by-order, i.e. like next order started to process only after closing previous one
Hi Team, previously i have subscribe to the signal in MQL5, but after fews day i cancel the Subscription due to poor signal trade, but i notice i not able to register my signal in MQL5 later even though i was disconnected from the Subscription ? any one can help or advise how to do or register the
  what is a trend?  (71   1 2 3 4 5 ... 7 8)
I would like to hear different opinions on what a trend is. I found a definition of a trend on the internet a long time ago and I believe it is correct. A trend is the willingness of the crowd (a pool of weak holders) to systematically lose money or sit on losses in a certain direction, caused by
  Risk Management  (1)
HI! How do I change the % risk. When in the Input Settings the Percent = 10 and Fixed Volume: 0.05.It onlytrades the fixed Volume. I need the % risk to be 10%
Hi, I have problem, not success with create DLL with C# I using Visual Studio 2019 preview, Windows 10 and use UnmanagedExport I try to create DLL by C++, it is work, no problem but DLL I need use is C# I create DLL with C# but when using DLL viewer check dll file, not have export function in dll
  Tick values  (1)
How to check if last 2ticks were above or below open price of current candle
Hi all, The code below is my onCalculate Method, it works in Strategy tester and in live data but if I put indicator on a chart I got a straight line for past candles int OnCalculate(const int rates_total, const int prev_calculated, const int begin, const double &price[]) { if(rates_total <
Hi all, In the latest build it should be possible to change the commissions in the strategy tester, but I've not been able to notice any changes when changing commission-values. I've tried to find more information in the documentation, but could not find a more detailed manual about how to use and
  Magic Number  (8)
Hi! If there is no magic number, will a trade on one graph affect the other graphs. Especial in the codebase, there will be some EA's that will have no magic numbers
Hi all, To evaluate prices with graphical data I need to get CHART_PRICE_MAX value of different pairs without opening the charts Is it possible
Hi, Do you have any idea where can I get <name removed > indicator for MT5
Dear Experts! Many Brokers are offering free VPS on certain conditions. If I have a good profitable EA is it ok to use on Broker Provided VPS? Any advise will be highly appreciated. Please accept my apologies if the topic and question was not appropriate on this forum! Thanks
hi I have made  preliminary account and was told to wait to be contacted, but some time has passed and no one has contacted me, any ideas how to solve this?
  how to fix  (2)
Can someone tell me how to fix this EX4 file must be compiled using #property strict directive. for mql4
Is there any way to get MT5 the strategy tester detailed report to show ticket numbers so that we can match trade exits to their entries when multiple positions in a pair are opened? Thanks
Just noticed that all repositories and code on my storage are gone for some reason. MQL4 code completely wiped down, MQL5 code unaffected. A revision number was reverted to zero. I have activated storage at 2012 and now years of code gone. Thankfully have all code stored offline, but version history...
Hello , How i Can use Option Agents here in Mql5 ? And How i Earn Money ? And How Match I profits ? More Questions But in Here Not enough Information  thank you
What are Sharp Factor, Recovery Factor, Profit Factor and Deposit Load? How to calculate
Hello can anyone please assist me in the correct direction to optimize with the mt5 mql5 cloud optimation. Thanks heaps and have a great day
Hello there, I will like to know the indicator license activation is per PC base or per MT4 base ? The reason I asked because I hv 3 MT4 platforms on the same PC. I look forward to your reply. Thanks
Hi there, there is a fast way to access to the Graph, clicking on a related open position
How can I drop a trailing zero from a text string (in mql5) that will be written to a csv file. For example: "0.10" to "0.1" Basically, I want to save the mql5 to the csv in the same format that Excel exports to csv
How long before you guys started making money through affiliate marketing
Dear Administrator and everybody, After I funded in my account about 15minutes ago, I was banned and could not be able to create topic nor create a job. See below images for details. My account returns to normal after restart PC. Was my account hacked? How can I know my account is safe now? Thanks
Hi all, I have written a scanner to detect good entry points. Scanner works but entry points not. Do you know a good entry point to join a trend that I can use with my scanner
Ho can I backtest my EA on current day data? I want to backtest me EA on current day data on M15 time frame but it seems backtest ends on start of current day no matter how I set the date even If I set the end day few days from now It refuse to run the test for current day. Backtesting on current
how do I get live prices onto my charts? my charts are showing prices from June last year
Hi, I want to launch android app , it is possible to share trades instantly on app after openeing in MT4 with SL/TP
Hello I need to Know how to edit this code with Examples to make it crossover EA. //+------------------------------------------------------------------+//| test8.mq5 |//| Copyright 2020, MetaQuotes Software Corp. |//|