General - page 329

I'm afraid my server last week did not run well and had glitches (VPS: MQL5 Amsterdam 14)
Just a thought but we frequently see people putting code into their post without using the "</>" icon or Alt+S functions - it often results in the more experienced participants asking them to re-post using this method. Is there a way to create an optimization in this site so when someone does try
Hi I would like to make EA trade from 00:01 till 23:00. Also if there's any open position, to be closed on 23:15. How can I write the code, so the hours and minutes (above specified) be written by the code? if ( TimeCurrent ()==
What Broker has Primary Sectors Indicies In MT4 or MT5
Good day thank you for adding epayments to withdrawals options i just need a clarification about something i read in epayments withdrawal section that all wallets i will withdraw through will be added to trusted wallets but epayments allow only one wallet per client so does this mean i can withdraw
[Deleted]
I have 100 symbols in market watch , I want to check which chart is currently active on tab or opened What function i can look for thanks
Can somebody explained to me why this happen as shown below. The Server was in Singapore now it is in London, I did not ask for this at this time. The Host closed out losing trades which was not suppose to happen . Regards GTman 2022.06.06 00:48:31.863 Virtual Hosting close command received from
static double Static_Open; static double Static_SL; static double Static_R; //--------------------------------------------------------------- if ( PositionSelect ( _Symbol ) == true && UseTrailingStop == true ) {
[Deleted]
//+------------------------------------------------------------------+ //| ChartEvent function | //+------------------------------------------------------------------+ void OnChartEvent ( const int id, const long &lparam
Hi, I would like to download some EAs for MT4 an MT5 on one computer. I have already installed Meta trader 5 on computer. Do I need to install Meta trader 4 too
If you are, can you please tell me how I can transfer ETH out of it into a bank account
Hello to all, as I understand it, first I have to include and declare the class #include <Expert\Money\MoneyFixedRisk.mqh> CMoneyFixedRisk risk; I have to define the percentage that I want to risk in the method void Percent( double percent // Risk percentage ) after that I expected
#include <Trade/Trade.mqh> CTrade trade; ulong trade_ticket= 0 ; bool time_passed= true ; //Medias int ma_9_h= 0 ; int ma_21_h= 0 ; //Array double ma_9_array[]; double ma_21_array[]; int OnInit (){ ma_9_h = iMA ( _Symbol , _Period , 9 , 0 , MODE_LWMA , PRICE_CLOSE ); ma_21_h = iMA (
Hi, Help me to draw shaded rectangle in mt5
Does SocketTlsHandshake function supports SNI? https://www.cloudflare.com/learning/ssl/what-is-sni/
Is there away to compile MQL4 and/or MQL5 files within command line?
Ok, I threw the following code together just to look at the output I get from my indicator. It should print 0.0 at all times unless it sees a trade signal from the indicators buffers. However, it's printing out values at all times and never 0.0. There are no errors in the compiler or in MT5. I've
  Withdraw funds  (3)
If I Top up on MQL5 using Paypal or WebMoney, can I withdraw it using Bank Account? Is there any rules
  Renko EA  (1)
Hello, everyone, can anyone provide a code for Renko EA that buys on First new blue brick and adds new position to each new blue brick that form. Closes all Buy positions on formation of Red Brick. Buys on First Sell Brick and adds a position on each new sell brick. Closes all sell position on
Hi, I purchased a VPS but it has been stuck on the creation mode...with the hour glass icon. How can I fix this? I already tried transferring to a different server and still no luck. It has been 30 minutes already. How can I contact support? Thank you, Angela
Hi all! How are you all doing? I hope great. I am one person that, even the Mql types working nicely, I wish to create mine like the MQLTicks or MQLRates, but if I try to attach the variables inside the structure (one reason is the approach about shaping accordingly the bits into great numbers in an
[Deleted]
Is it possible to return an int from a datetime function? datetime foo( int size) { size = 2 ; return size; }
Hi i want my global data in too many chart as once. For example if i have variable name "test" in my custom indicator and in chart one test data equals "5" i want get this data from my indicator or EA from another chart, change and use them. I find this two link for mql4 and 5
The problem: Programatically exit trades, downsize, or just not trade that [morning|day|evening] before major news events, e.g. interest rate announcements and such. General question - is anyone familiar with / aware of a free or cheap financial news service where the schedule of news releases is
  Service Desk Stalling  (13   1 2)
So I have opened a ticket 2 days ago complaining about an EA that did not work the same as it when was tested and service desk is stalling to reply. It feels like they are waiting for the days of the payment to be unlocked for the seller to finish. This has nothing to do with loss of money in the
[Deleted]
I would like to remove the Border/Box from this OBJ_ARROW_RIGHT_PRICE All help appreciated 😊 if (ShowLabels!= 0 ) { ENUM_OBJECT typeOBJ= OBJ_ARROW_RIGHT_PRICE ;
[Deleted]
I am working on a indicator which scans bars from left to right, When it comes at the last bar 0, what logic should I add so it recognizes it is last bar and break; When i compare it like this Mqlrates[]; ArraySetAsSeries (rates, true ); if (rates[ 0 ].time == scanner[ 0 ].time) break ; I notice
Hi, is there a difference between the mt5 program downloaded from metatrader page or the one downloaded from the broker page? Does the broker get more info if you use theirs or something? Will it work ok if i dont use the broker specific one? Thanks
Hello Group, Does anyone know of a weekly High/Low indicator that shows 2 horizontal lines - one for the High, and the other for the low of the week - that also displays the Pip range and is dynamic as the weekly range expands? Similar to the Daily Session indicator except in this case the session
Hi, I was wondering what if I have several EAs on one account ( I was thinking to use IC markets), how do I know which trade belongs to which EA? Is it possible to have subaccount? I am asking this because of yearly tax reports. When it comes to tax reports, I thought to just export trading activity