General - page 110

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
  Say & Ask anything/everything  (208   1 2 3 4 5 ... 20 21)
If you have any question or you want to say something about anything/everything, then you can ask /say it here. I mean anything and everything - including about moderators :D Mql5.com itself, it's section ( English section , Russian section , China section (there is Chinese section for mql4.com )
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
How can I get a refund from signal provider Danggie on MT4? He withdrew the balance from his account so his account balance is zero. He is not trading
Hi there. I know that people connect to robots and pay like $30 for subscription to MQL and they are getting the trades of the robots copied into their account. I don't need a robot, I need to trade manually but copy my trades into multiple accounts and MQL's approach to that was good enough for me
  Dialog.mqh - Bug  (1)
There has been numerous forum topics over the years regarding panels created using CAppDialog being minimised when the user switches to another chart. Having intermittently encountered the issue I have discovered the reason as follows: Dialog.mqh chart events processing there is a function that
I am trying to log into mql5 on my mobile terminal so I can receive push notifications however it keeps saying authorization failed. I'm logged into my trade account on my mobile and on desktop, however it just is not working on the mobile app?!! Very frustrating please help!!!!! Thanks in advance
Hello there, I wanted to ask if there is a way to pull Live data from MT5 on Excel sheet. Any help will be greatly appreciated
We have revised the Achievements so that newcomers can get the hang of the platform and start trading faster, while experienced traders are able to find some additional ways to earn money. Now Achievements represent a full-fledged platform tutorial allowing you to track your progress. The tips have
Hi, After update my MT5 build 3815 is crashing frequently even when no charts are open. Please help. Thanks, Anu
Hello trader how i can use the EA management for calculate automatically the lotagge . With my ipad because mql5 change everything
Cant able to see open high low close value in the chart when i keep the cursor on the candle new to charts pls help
Hello, I'm implementing custom animation in my EA and I encounter problem that I would like to fix. Basically I'm drawing a rectangle and moving one of it's sides. However, in case of vertical side, it's being snapped automatically to the middle of a candle once it encounter one of them. I would
Good day, I have used the function EnumToString eons of times, however is there such an opposite function. yes this brings about the question into what Enum is it being changed to, this takes us to the next part StringToX where X is a specified Enum, I tried to write a StringToTimeframe function