General - page 533

Dear experienced traders We can change the optimization test's spread from floating to a value, like 20, 30. Do you know how to change the value back to floating? Thank you in advance and best regards
Hello ! Can I add my broker IB link in the description of my signals ? Will it be judged spam ? If someone ask me questions about broker ,can I send him my broker IB link ? Will it be judged spam ? What kind of actions will be judged spam ? I'm afraid of banned and Financial operations are limited
Hello, I'm having some issue while using in an EA indicators that use ChartSetSymbolPeriod(0,NULL,0) function . I used this function in some of my indicator because it's the only way to trigger indicator recalculation without waiting a new tick but: In case of I call multiple of these indicators of
My friends showed me his bots performance, it had all the trades listed, the win to loss ratio a whole bunch of statistics etc... It was all on this website. Where can I access that information? Thank you And no im not talking about a backtest
can anyone help me with this bit of coding... From what i understand... i can use the ExponentialMAOnBuffer() but im not so clear as to how
After today's update, windows 10, all EA that I bought in the market are not active. I need to remove them from MT4 and install again, but then activation is lost. Is there any way to fix this? without loss of activation, given that some EA is no longer for sale in market, I do not want to lose
I just purchased a VPS earlier this month for a 3 month subscription package. But yesterday the VPS option disappeared on my MT4 Platform and didn't reappear. I've tried logging in to MQL5 community. I've tried deleting the account on MT4 Platform, then logging in again. I've checked on the MQL5 web
  Change username  (2)
Hi, please help me to change my username, thank you so much
[Deleted]
  MathRandom(0,10)  (8)
Hello. I've developed a tendency of requiring random numbers within a specified range. Has anyone ever come accross, or developed such a library? I could use some help, rather than creating one from scratch. Sample functionalities: RandInt(1,8) RandReal(0.01,10)
Guys I can't see my metaquotes id is invisible can you help me
Comments not related to " mql5 language features, intricacies and tr icks" have been moved to this thread
Read articles about, but no workaround found. I've progressively extended my EA from Multitimeframe/One Pair to Multipair/Multitimeframe, no problem, it even worked during one complete week on demo. Then i decide to improve it a bit, and came the troubles. Let say that EA intensively use icustom()...
Where can i see freelance rankings, as before? Where did they put it? Thanks
Hi dear, I use MetaTrader 5. Recently, based on the software guide, I wanted to add the YFIUSD crypto to the software. Unfortunately, I failed. I like the YFIUSD crypto, being updated instantly, just like the BTCUSD crypto that is changing online. Please guide me. Sincerely
Good morning everyone. I have a signal where I trade with an adequate size for an 800 usd account. If a subscriber wants to deposit 8,000 usd, how does he configure the signal so that the trade have proportional size (in this case 10x larger) ?? Thank you all for the attention
Hello I want to hire a programmer for an EA development. But as soon as I am interested in two or three programmers of the list.. I should share all of the details of the requirements so we can agree about the job and a final cost, is that right? Is there any other way to do that so I dont show my
Hello, I have a strange problem. I have written an indicator that takes the values of another indicator. When I add my written indicator to the chart, the iCustom indicator is in the foreground, so I don't see my written indicator. Is there a way to change this
Hi everyone i try to change some function classes in the a mgh file and some of them have lock icon on them. and i can't change them. what's it is an icon and how i cna be eable to change them
Hello, I'm developer and I have one job in progress in the Freelance. Job was created by Customer 2019.02.10. Last activity from Customer - 2019.01.18. I finished the job and requested arbitration to finish the job 2019.04.01, but for now there are no any actions from arbitration. I created request...
Hello, I renew my rent on several expert advisors. Does it mean i have to update all my charts every month? Or the system understands that I renewed the rent and there is no need to update the charts with the renewed rented EA? I would be grateful if someone could help me thanks Vitoria
Hi guys. Is there a possibility of getting to know the creator of a custom indicator that has been renamed by some other person in order to hide the original maker of the indicator
good day i need help am having difficult with coding my EA to open order when askprice is on trendline, eg sell orders to be opened when askprice is on upper trendline, buy order to be opened when askprice is on lower trendline and no orders are to be opened if price crosses over the trendline what
Hi Community, Suppose I rent a VPS server from MQL5, a 3 month subscription. At the end of my 3 month how can I ensure that there is no interruption in my VPS if I want to rent again for 3 months? Best Regards, Werner
The MetaTrader 5 platform update will be released on Friday, July the 10th, 2020. The new version features the following changes: Terminal: A sorting option has been added to the Market Watch window: Click on a column name to sort the list by required data, such as the symbol name, close price
Hello everyone, please i would like to know how we get the 2 coordinate prices of a rectangle in MQL5. In MQL4, we have OBJPROP_PRICE1 and OBJPROP_PRICE2 for the 2 prices levels, same for the prices. But in MQL5, there's just OBJPROP_PRICE same for the time. I want to use the GetDouble but don't
Hi, at the start of my program I am declaring a bunch of arrays, and they all increment in size +1 per tick and they all maintain equal size to one another. double array1[], array2[], array3[], ..... , array99999[] void OnTick () { ArrayResize (array1, x+ 1 ); ArrayResize (array2, x+
I can not identify and therefore distinguish the last profit of a series of orders in the historical one neither from the magic number nor from the comment on mql5. I can only get the last profit and the last magic number or comment of the last order, but I cannot identify the last profit of a
i have mt4 . i want to send money skriil to mql5 for the pay vps . how . and thank you
Hello, is there any plausible explanation why live trading results (and backtests using MQL data and generated ticks) can be much better than any simulation with real tick data (with commissions, variable spread, stop level = 0, different data sources, etc.)? Since the tick data from TDS can be
Is it possible to have 2 EA running in a chart ? and leave it on on VPS to run. Each EA will run and pick up trades ? thanks