General - page 912

Hello How can I get and display the hour and minute from market watch in mql5 ? Display hours and minutes individually and together thank you
What are the dotted blue and red lines when testing a stratedgy. They are dicating buy, sell and closes instead of the actual MA's. How do you correct this? Everybodies stratedgy I have tested ever. (hundreds and hundreds. Paid and unpaid) Kills accounts via testing. And see why in the testing other
[Deleted]
Then we will summarise and send to the regulator in response to claims that forex should be banned. My opinion is as follows 1. Create a preferential tax regime for Russian and foreign brokers Forex with offices in Russia to compete with the offshore, in exchange for higher taxes on income / profit
I am looking for a broker that supports the following: Metatrader 4 Allows scalping and hedging Supports micro and standard accounts with 0.01 lot size Straight through processing / no dealer desk No commission Tight spreads for major currency pairs Which broker would you recommend? 
  Money Management  (3)
Hi! I'm new at all this. Pls help. I need to trade a set % Margin, eg 10% of the all-time high of Portfolio Value . So when then portfolio value decreases, it will be adjusted by buying more to equal the margin, eg 10%. Also when the margin% increases to an adjustable margin%, eg 12%, the extra 2%
I am looking for code to implement both queues and stacks on MT4.  I realize they are built in and available on MT5 as part of the Standard Library under Data Collections (CQUEUE, and CSTACK).  I am assuming these MT5 resources cannot be used in MT4, so I am wondering if anyone has implemented this...
Hi, i downloaded mt4setup.exe from https://www.metatrader4.com/ , after installing it, i could see via  "Help > About.." that the client is in  Version: 5.00 build 175 18 Jan 2018. Where can i download metatrader 4? Cheers
  timezone  (22   1 2 3)
How is possible check what timezone is the price at mt4? This way, If chart shows execution 21:04, does this hours is from what utc
  help please  (2)
double sellpoints() {if (fmod(Bid,0.500)==0 && Bid>a) {return (1);}else return (0);} i have this function.but the problem is that i cant set it to fmod(Bid,0.200).my ea doesnt do any action while it s working in 0.500 or 1.000.what is wrong with that fmod function.
Hello Traders, Someone, Please guide me that why my pending orders(LIMITS , STOPs ,TP, SL) do not execute in my rate that i have set for it and its always executed in different price. Thank You
Hi, I want to offer my indicator for rent on the market place for other traders to use. More specifically I want that traders who rent this indicator pay a monthly rental fee and at the end of the month the indicator stops working and they have to renew the subscription to carry on. I also want to...
  EURUSD signal  (231   1 2 3 4 5 ... 23 24)
If it gets below 1.1711, I will go short
Hi everybody! I would kindly ask you for your help. I opened a pending order in Meta Trader 4, but I would like to open 5 exactly the same pending orders (sell limit). Is there any chance that I just copy-paste it inside Meta Trader? Thank you for your kind reply.
Good evening everyone. Can somebody please assist me to create an EA ( I am not familiar with the coding language) that opens several buy stops and sell stops at a specified distance from the current price and specified distance between the orders. For Example, Lets say, the current GBP/AUD price is...
Anyone know why trades are disabled on the FTO web trader site?
after I sync signal to VPS I lost around $1200 and the comments of open positions have been changed, what should I do please help me
I would like to find out if it is possible to create a separate password and username that will allow a third party to view my MT4?
Hi Everyone, I have an EA I want to make available to the public for feedback but I want to keep it's source code hidden.  Can someone advise me on how to do this?  Thanks in advance!
I'd like to test a strategy to run only at 6 every morning. I think I can do it with the timer OK, but it's still incredibly slow to test, maybe half an hour to do a month.. Can I do something to speed it up? Here's the code I have: int OnInit()   { //--- create timer        MqlDateTime hari;...
Hi guys, I made these 2 small methods: int OpenSell() { double SL=Ask - (StopLoss*Point); // Calculating SL of opened double TP=Ask + (TakeProfit*Point); // Calculating TP of opened OrderSend(Symbol(),OP_SELL,lotti,Bid,2,SL,TP,0,0,0,clrGreen); return(0); } void OpenBuy() { SL=Bid - (StopLoss*Point);
[Deleted]
  Spread trade question?  (16   1 2)
As a fresh trader, i have a simple question which hurts my head. I have noticed in my ECN Account that EURUSD Spread goes 0 pipes many times. What happens if i open simultaneously BUY/SELL trade when spread is 0 and friday night the spread goes 4 pipes?
My integrated MT4 Webzilla VPS has stopped working and there is no help until tommorow. I am getting an error message in VPS journal: failed to get terminal logs (wrong data) and a: failed to connect message in VPS details. I 've contacted Webzilla and they told me that they sell servers to MQL5 and
Can someone please assist me with how to tell that the Volumes Indicator is green or red or for buying or for selling? I only know how to get the current value using variable Volume[0], but need to know if its for bulling or bearish movement if possible in mq4
Hi, What is the utility of the mode parameter if a list is always sorted in ascending mode? https://www.mql5.com/en/docs/standardlibrary/datastructures/clist/clistsort SortSorts a list.void  Sort(    int  mode      // sorting mode    )Parametersmode[in] Sorting mode.Return ValueNo.NoteThe list is...
  Figure out a strategy  (15   1 2)
How to figure out a strategy from a set of indicators and their logics, does a probability matrix exists that can test 10 logics in 5 indicators with all the parameters ? i tried to test a couple of indicators in MT4 and came up with billions of possibilities and quarter a million hours of testing
  cannot set millisecond timer (500)  (67   1 2 3 4 5 6 7)
Hello, client sent me a log file where i saw the entry cannot set millisecond timer (500) What does it mean and why
Hi, someone know how can I see in backtest  drawdown in $ not only in % ?
Can you please assist me with how to get the current price value of the keltner channel upper, middle and lower bands using mq4?
  Fibonacci  (4)
How do I remove the Fibonacci symbol from my screen? TYIA