General - page 446

I am new to this trading and lately I signed with a company recommended, but after 4 weeks of trading I made some profit, but it says is under review the withdrawal and since I made profit I have to pay 20% taxes on the profit, now what they still didn't reply to me is if I have to pay money or they
system tell me " Current drawdown is dangerous for subscribers. Subscription will be allowed once drawdown improves." on profit trader Signal But now some order still open not close now. If I cannot renew my order have problem
I get the current tick and alert the time: if (! SymbolInfoTick ( _Symbol , latest_price)) { Alert ( "Error getting the latest price quote - error:" , GetLastError (), "!!" ); return ; } Alert ( "Opening price: " , latest_price.bid, " at: " , latest_price.time_msc, " "
[Deleted]
Hello! This indicator has an invalid array access which should normaly cause an 'Array out of range error', the force terminate the program. However, running the indicator in the debugger using the editor history button crashes my editor. I've tried several times, the issue persists. Someone please
1. //@version=4 2. study("Supertrend", overlay = true, format=format.price, precision=2, resolution="") 3. 4. Periods = input(title="ATR Period", type=input.integer, defval=10) 5. src = input(hl2, title="Source") 6. Multiplier = input(title="ATR Multiplier", type=input.float, step=0.1, defval=3.0)
Hi MQL5 users, I have two different MT5 trading accounts with the same broker and while running an EA on account1 only, the same EA also appears on account2 and open positions there too, though that EA is only allowed to trade on account1. The EA is tied to account1 based on its account number and
  Not copying signal  (20   1 2)
My broker is TradersWay. For MT4 my broker uses a suffix of i. I have successfully subscribed to signals using my MT4 account, and the signals always copied correctly. For MT5 my broker does not use a suffix. I subscribed to a new signal that uses MT5 and I am having the following problem for all
I have recently converted to mt5 and been testing my EA on the strategy tester in visual mode. On mt4 when I put my tester speed to max (visual mode on control points) the chart will go really fast and will be over in a matter of seconds. However on MT5 when i go to max speed ( on 1 minue OHLC). The
Guys I am planning to make sql server as backend of my MT5 EA. How to start and how to get sample codes like Insert into, connection string, Update. as of today my data are storing to filewrite/read status. (my pevious experience are developing desktop application from vb.net as frontend and mssql
  Bot needed  (3)
Hello guys, i need a bot that can control risk in multiple accounts simultaneously. I'm trusting several traders with my funds, so I need a bot that i can set the risk parameters and can protect the accounts
i have an laptop and computer at same internet connection can i open 2 accounts for both separately ? is there any problem
Why is there no control poitns modellign mode for mt5 strategy tester. I am trade D1 TF and using 1min OHLC takes far too long. Is there a way to choose other modelling modes that arent currently on my strategy tester. or even like a 15min OHLC would be good
Hello, I'm really struggling with the way MQL5 implements lists, I wish it was simple as C#'s List class! I have this custom class: class SDB_TradeAlert : public CObject { private : public : SDB_TradeAlert(); ~SDB_TradeAlert();
I have AMD 8320 cpu, (8 cores), but mt5 strategy tester has only installed 4. How do I manually install the remainder services? I have seen webpage MetaTester and Remote Agents - Algorithmic Trading, Trading Robots - MetaTrader 5 Help but when i install and then start them, they disappear after a
I trade to place a trade, I get a message stating "Please wait, your order is being processed by the server"...... And it never goes through, and times out? Any ideas? Of course, this trade was almost an instant winner IF it had gone through? Very frustrating!!! Thanks in advance. Steve
  Hi  (8)
My broker does not allow me to withdraw money could you please help me
Dear Forum users. I have 2 Account and 1 demo at my broker. I register 1 of my account to MQl5 and subscribed to signal, it's working. I want to register my 2nd account (running on other mt4) to other signal, but to do that, I need to log in to mql5 account, which I can't. Doesn't accept my log in
why i get this error when i want use cloud protector ? sending request to protector server error (3-3, #0) 0 0
Hey guys, am new to MT4 platform. I was wondering if it is possible to set and get alerts pushed to my mlq5 registered phone even if am not online on the desktop terminal. For example, I set an alert price of 110.20 for the USDJPY pair and right after that I go on with my daily activities expecting
Hello I use iCustom function to get indicator value and show to my Panel . For each symbol and timeframe I get a value follow that: int Axen_handle = iCustom (_symbol, _timeframe, "Axen_-_SR" , SignalPeriod, Mode, ArrowGap); double buf[]; CopyBuffer (Axen_handle , 2 , 0 , 1 , buf); Indicator
  RSI + alligator + MA ...  (14   1 2)
This expert advisor was made by 'Red cloud". It uses data from 3 time frames. Even though it uses multi time frames, it is using a closed bars values of those time frames, so, all in all, it is not breaking the rules of what a multi time frame EA should do in backtesting, so I decided to post it....
The attached is a simplified EA to find the correct way in using IniFileSave() and IniFileLoad() to save and load the control states of a dialog to and from a file. After the EA is started. Firstly, I save the origial state of the Edit object by clicking the Save button. then, i made some change to
My knowledge is limited to manual trading and markets and have started writing EA's. I need some detailed guide to setting the parameters of an EA before sending it in a live market. Suppose today is week six and I have to attach my EA to a EURUSD chart. This EA has 2 optimizable parameters. I have
How to loop through the bars to identify first moving average cross over. Just the description is what I need I can code it. Am new to MQL
I have 3 mql VPS but 2 have disappeared from my metatrader plaform. One VPS still showing as normal. I have tried changing server on mqp5.com (my hosting), but no change. still cannot see VPS. Any ideas
MT4 and MT% will not allow me to add specific pairs to my demo account. Example: US30, NAS100, USOIL, and a few others
Hello everyone, I have created a customer indicator but for some reason when i go to the properties tab in the settings panel I can't change the colours of the lines, I can only change the with and style of the lines. Below is a snipping of my code. Have I done something wrong? #property
  A tip of iceberg  (1)
Dear, You organization is not fair to customers and developers. Your organization will not hold unnecessary developers because of you tilt rules on withdrawing of fund area. Reduce the wire bank fund to 2$ an attract unnecessary developers round the world that will come_IN and go_OUT easily and is
Anyone help regarding my first time withdraw on my broker anderfx using TRC20 withdrawall. Still pending and shows IN REVIEW status for 11 days already. Try to message their support throught watsapp but just read only my message without answer me on my questions
Hi, i need to use this indicator in my EA Fractal Xrust but I have not been able to identify the top line and the bottom line when I call the indicator in my EA, i used icustom, after copybuffer but I can't identify the line above and below so that they intersect with the current price of my EA I