General - page 204

hello every all Please can help me Please When i work in demo to create Expert Advisor and connect to the meta trader can not read all codes for mql5 read only last step!!! Can solve this problem Please i create code by use meta trader for example void OnTick () { //--- double open = iOpen (
Why MT5 (trailing stop) closed position, when price was 300 points below trailing stop level? Position has been closed at price 8.69365 when high on this candle was 8.69172? It wasn't around midnight, so spread shouldn't be big, also chart is not showing any spread at this moment at all. (Account
More than 50 years, Between 30 and 40 years, Between 20 and 30 years, Between 10 and 20 years, Between 5 and 10 years, Between 3 and 5 years, Between 1 and 3 years,, Less than 1 year, I started today you inspired me, I am not a coder, please show me the results
Hi, I tried a demo EA, attached it to the chart as per instruction, Algo trading enabled. But nothing happens even after few hours. What went wrong? I tried to look in forum, couldnt find answer. Kindly help, Many thanks
This does not compile: #define _arWsz(A) #A+ "[] sz: " + ( string ( ArraySize (A))) // print array with array name template < typename T> int ArrayPrt(T &arr[], const string lne) { int i = ArraySize (arr); string s = _arWsz(arr); string S = #arr+ "[] sz: " + ( string ( ArraySize
Hi, apologies if this question should be asked under a different category. I am interested to subscribe to a signal, but I would like to clarify some points before I do that. My questions are: 1. Can I subscribe to a signal who use a different broker than myself? 2. Can I use different leverage than
They removed the number beside stars
Hi Guys how are you
Hi, Anyone had idea of how do python access to MT5 to enable or disable the EA ?? Thanks
can you pls help me figure out what the number mean 99 and 120 , thankyou
I have my local agent farm with ~200 agents. Every now and them some of the agents stop accepting new work, and the only solution is to restart them. From the MT5 terminal I can see that some of these agents appear as "Occupied by another terminal" - This information is not correct, however, as I
Hello, I'm a programmer venturing into MQL5 for stock market trading on MT5. I'm curious about integrating Artificial Intelligence into my trades. ChatGPT mentioned AI software that can be downloaded to assist with tasks like code correction and indicator refinement. I'm seeking guidance, including
I tried for a few days, all kinds of ways I did to make the alert not repeat. now i'm stuck.... That is my code, if ((Price_Now <= MA5_low && Price_Now >= MA10_low )||(Price_Now >= MA5_low && Price_Now <= MA10_low)) //--- PRICE CLOSE BERADA DLM MA
Can you use MT5 virtual servers on demo account ? If so, can I then transfer it to a live account when I’m ready
Hi all, I'm trying to download the following utilty but the download is not available. When I click on "I have MT4" nothing happens. Thank you
 I heard that i can make money on mql5 , how can i make it and how much can I earn daily ?
Hi, I am trying to Backtest a new bot and no matter what date I enter it only goes back to June 29th. Anyone have any ideas
Let's make a simple comparison let's say we invest 10000USD in forex market trading 1. When we trade manually - Let's say we earn an average profit of 1000USD (10%)/Month => 12000USD/Year, - We spend 4 hours/day => will spend 1460 hours/year (60.8 days/year), - We lose focus in our main work
Hello. I have tried to adapt an RSI indicator to plot the RSI of two symbols on the one chart, and plot a histogram with the delta. I can compile the code with no errors, however when I attach to a chart I don't get anything (not even a new window). Any assistance would be appreciated - below is the
As of late I have seen a massive drop in earnings. I have gone from earning $0.30-$0.90 per day to earning under $0.01 today. My computer has been running and the app hasn't been closed for an extended period of time at any point, does anyone know why this might be happening? My PR is 182
Will the array of characters that make up the string be physically copied when passing it to the function? That is, will function1() be faster than function2()? void function1( const string &str) { // Some action (doesn't matter) Print (str); } void function2( string str) { // Some
Hi everybody, can someone tell me if I can run the MT5 tester with a fixed (adjustable) spread? How? Because I have a special strategy which do only run robust with a fixed spread. Thanks Matthias
Is there a reason my forward test says 1600 hours to finish? My back test was done within 48 hours, however, it did say it would at first take 360 it did go down. My backtest is only 3 months, and forward test is only from the second month
If i live in Eastern Startard time zone same as New York time zone, how would i compare my Non-US brokers time to mine. Especially if im backtesting my strategy during the New York Session i have searched and searched google and Youtube video and i still can't figure it out. Please Help
  Free EA release  (4)
How can you list a product for free, targeting only specific audiences
Hello, i have a signal that is avaliable for subscription. And the people who are subscribed have to pay for that every month and aswell a vpn every month. But , do they have to manually top up their account every month or can the mql balance top up automatically from their trading account
//+------------------------------------------------------------------+ //| Harmonic Pattern Detector (MT5) | //+------------------------------------------------------------------+ #property strict // Input parameters input ENUM_TIMEFRAMES period = PERIOD_H1 ; //
Place massive semi-transparent warning columns on the background of a signal around deposit points
  4 reasons to rent a VPS for trading  (88   1 2 3 4 5 ... 8 9)
MetaTrader Virtual Hosting is designed for round-the-clock operation of trading robots and signal subscriptions even when your computer is turned off. A Virtual Private Server (VPS) can be rented directly from the MetaTrader platform. Our hosting service is a more efficient solution than ordinary
I have an EA that i want to only place 1 direction trades at a time.... This means that the EA can place a buy or a sell but not allow a buy or sell to be placed while there is an opposite trade open or pending