General - page 165

Did someone experience this fault when you go to your purchased on MT4 its not loading, can anyone help how to solve the issue, thank you
I have a free EA vs Indicator download from the market on Mql5 to an mt4 account on my computer. I wonder is it possible to copy that ex4 file into my mt4 account on Vps? On my Vps it is not possible to download EA vs Indicator directly from the market
  whats this ?  (4)
custom max optimization , 3661 build best result is -nan(ind) produced at generation 0 but generation 0 produced 0.50517
subsequent pass not having to load the file again ? (load a constant structure once from a file and work on that , sort of) tx
Can I subscribe to multiple signals and use them all at the same time with one trading account? Or do I need separate trading accounts?
hello guys , hope you're doing well, is it possible to run more than 1000 Expert advisor on one mt5 account
I have the following code to display a text object on the chart: int OnInit () { ObjectCreate ( "asb_label" , OBJ_LABEL , 0 , 0 , 0 ); ObjectSetText( "asb_label" , "Account Starting Balance" , 9 , "Consolas" , Black); ObjectSet( "asb_label" , OBJPROP_CORNER , 0 ); ObjectSet( "asb_label"
Hello Friends, I just paid for 6 months anew for VPS on MQL5. I've got 6116 free minutes that I must use. Any tipps on how to deal with it? Many thanks. Nillscash
Hello i guys i have this cross function that check if price cross high bollinger bands: bool hiCrossTL() { double TestMin_1 = iOpen ( _Symbol , PERIOD_CURRENT , 1 ); double TestMin_0 = iOpen_Symbol, PERIOD_CURRENT , 0 ); if (TestMin_1 < TLBuffer[ 1 ] && TestMin_0 >
Hello, i have an indicator that gives me signals (buy and sell). I want to determine if the current signal is buy and the preview signal is sell and the preview signal is buy, drawing lines between these signals as the picture to link the last 2 signals with the current one. How can i do this
Anyone knows how to delete the pending orders in mt5? first,select the pending orders you want to delete; second, use OrderDelete() function to delete them. but how to write this in mql5? can anyone help? thanks a lot~
  Do you prefer to use EA?  (60   1 2 3 4 5 6)
Did you use EA in curreny trading or you trade manually? Do you think having EA is profitable?
Hi I bought an Indicator from the market in 129$ in 2020.03.18 and the purchase was successful. But I can't install the indicator because it's not been added to my purchased product list. I contacted the seller and he told me that there is no payment record for the date 2020.03.18 on his account
  Rank of signals?  (1)
Please tell me what is the main factor that determines the rank of the signal
Hi All, I’ve rented VPS using Metatrader 5 app on my laptop and migrated the chart and the expert that I want to use for auto trading. My question is, will the VPS still be working if I closed MetaTrader 5 app or turned off my laptop? Because I am not really sure if the VPS needs my laptop to
On Init() indicatoreHandle = iCustom ( _Symbol , TimeFrame, ".\PathUsata\indicatore.ex5" , Periods, Multiplier); // Aggiunge indicatore al grafico ChartIndicatorAdd ( 0 , 0 , indicatoreHandle ); void OnDeinit ( const int reason) { IndicatorRelease (indicatoreHandle ); Hi everyone In
I made a withdrawal 1hour ago, withdrawal was successful, my MQL5 wallet was debited. But I am yet to receive it on my webmoney wallet. Money withdrawn is an earned money. Please help
Hi there tried to find information how to subscribe to my own signals. - different brokers - 1 account with signal - 2 other accounts copied that signal some told that it's not possible, some told it's possible but how. thanks
Today I see that .py file can just be an EA run in the MT5 chart. show as picture: Which means the program a strategy will be more fast and easy in the future. But there should be an EA framework in python, is there already one
Hello, i want to withdraw my funds to web money. I withdrew it to web money but didn't receive it. My balance have been decreased by withdrawal amount in red. Its been 2 days. Can anyone help me to contact the help team or support team
Binary options trading is already very popular in many countries. However, most people and I myself still ask the question if can you really make money at binary options. I am little afraid to put investment within this system and currently looking for more legitimate and authentic resource to
Hi there 10 days ago I rent Meta Trader VPS to run an EA via a broker(A) MT5. Recently I want to run another EA, but they say I must install another MT5 under the specific broker(B). I wonder whether I can run the 2 EA(under different brokers) at the same time? Thanks
Hi, In migration to MT5, I find it most frustrating in trying relate profits/losses to the responsible EAs. In MT4 history, there is a comments columns at the far right, which tells the actions taken by the EA, one can tell by the signature Comment pertinent to the responsible EA. By summation of
I'm curious to know if there's a way of scheduling trades so they become live only after or at a certain time (for instance, if I want my sell limit order to only get on at/after 8.30am GMT tomorrow. From the time I place it (now) until then(8.30am tomorrow), it stays dormant. I realise that
[Deleted]
I have a pre-existing ARROW OBJECT on chart on candle 80 I can get its value from ObjectGetDouble and its Time for candle as well now i copy price and time of arrow to run under OnTimer function I want to shift arrows back and forth by creating a new object of ARROW but when I do this, its time do
did something change in the memory management (loaded structures user built across optimization passes) in custom max mode ,in build 3661 i'm getting gradually decelerating tests - with each pass - thanks if its not a mem change , the code is using math functions heavily on the same data over and
If I may I ask, I have a difference between metatrade 5 charts and broker charts . is it pointing to any fraud of broker or errors of mt5 or broker
In my current strategy, I want to use the values of the highs and lows of a ZigZag Indicator. Sadly enough, I can't figure out how to return/store these values. I figured since the indicator already draws the lines, finding out the high and lows and storing this would be easy enough. Anyone happens
After I enter a trade the tool always switches back to the Pointer. Is there a way to make the Crosshair the default tool instead? Thanks Mark
Hi All When i tried to place a buy order, i get a requote error. However when i check the difference between the ask and my price is only 0.001 which is really small. Why does it throw the requote error? OrderSendResult(retcode=10004, deal=0, order=0, volume=0.0, price=0.0, bid=132.663, ask=132.671