General - page 652

Most demo accounts are closer to a games program and are not sensitive to real-time price changes such as the actual accounts and give you the impression of the possibility of making a profit especially during the limited movements of the market and once you move to the actual account you will
How are you running your EA's 24/7? I've used Azure's virtual machine but feels it costs a bit to have it up and running all the time. Is there any better way to keep your EA's trading all the time.  I don't want to run them locally on my computer which then has to be on and plugged in all the time...
Can somebody suggest how I can deposit to my account when the system requires a confirmation code supposedly sent by SMS to my mobile but never received therefore impossible to enter a non existent code. Since when did MQL5 commence this requirement. Supposedly to confirm my mobile number in profile
class Symbol_info {public: void print() { Alert("Hello, World!"); }};Symbol_info symbols[3];symbols[0].print(); how do I call this print function from an array of objects? If I were to make an object and call this function from a singular object it would work fine, however I get an exception
  MQL pages not loading properly  (21   1 2 3)
MQL pages havent been loading properly for me; see images below. The top one shows what the page I am presently typing these words into looks like. The image below that shows images missing. I've tried 3 different browsers (firefox, ms edge, chrome), 2 different pc's and an android phone. Problem
Hi all, Is there any code referance fot TakeProfit traling in H1 and H4 and most importantly what is the base calculation while we decide to move new TP point ATR? or the nearest support or resistance or fixed number like 100 or what? thanks
I placed an order for converting from pine script to MT4 and got 4 offers (so far). But none of the developers' names show and there is no link to click to accept one of the offers. Any explanation? Will it only appear with links after a certain amount of time perhaps? (I placed the order only a
Does anyone know of another company similar to Epayments, where it has an international prepaid credit card, and that can withdraw funds from MQL5 through the option "directly to Visa and Mastercard cards." With the epayments down it is very complicated =/
[Deleted]
Does anyone know how to change the chart settings so when you move the mouse wheel it changes the timeframe instead of going backwards and forwards in time
Hi all, As described in the title : is there any solution to get the output value of a custom indicator at the open price of the current candle ? I well thought using indicator previous candle value, but as we could have gap beetween candle this solution is not acceptable... Thanks ! Erwann
hi guys. i want to know is it possible that i compare a currencypair like "EURUSD" in multiple brokers? for example: compare low of "EURUSD" in broker of "broker1" with low of "EURUSD" in broker of "broker2"
I am having difficulty to say the least in getting money into my account to pay for signals. I am concerned that I will not be able to receive signals if I cannot pay the account on time.Please help.Regards,Roger Barry
hi all, I am new in this paltform. Watching over the traders/signal providers I suppose the minimal fee for copy a trader is 30 USD. This amount would be charged in a period of time or per number of trades
can someone help me to add time filter in my EA
Hi. I have imported tick data (~12GB) from tick data suite to a custom symbol that is actually a copy of EUR_USD. I then tried to run a backtest but I got a message that there is no history. Then I got M1 data from tick data suite and imported them to MT5 for that custom symbol. I didn't get any
I am trying to use Zigzag indicator values in numerous applications, say for example support and resistance determination. This code, which I believe worked in the past for me, is showing now weird results: int n = 200; //how many candles to check backint Handle=iCustom(_Symbol,_Period...
I've designed a library system I'm trying to implement in MT5, I'm having difficulty managing lists of objects. What would be the best approach to making a list of objects? //+------------------------------------------------------------------+//|
I want to change following code snippet. As far as I understand it, it searches now for the highest high/lowest low in form of a bar number within a period and then gets the quote for this bar: for(i=limit_ln;i<rates_total && !IsStopped();i++) { h=iHighest(Symbol(),Period()
Hello I wanna get last value of Peak and Valley of Price in MQL5. How can I get last Peak and Valley of last wave in MQL5
I´m trying python package but got I problem right in the first line of my script. After importing the necessary packages I´m calling MT5Initialize(), but I have more than one MT5 installed in my computer and the one being loaded is not the one I would like. The docs mention a "path" argument, as
Hi I have an extern int opentime Above is used to enter a time. This time is checked against another 'if' statement if ( Hour() == opentime ) Above works but 'Hour' can only be entered as two digit number i.e. 23 or 04 I want to enter the time as 23:46 or 04:57 Can anyone point me in the right
Hi all, How can I get the highest price reached by position (to calculate profit loss)
MQL4: How to read the contents of one buffer (my own indicator) and write all values to a text file? MQL5 has "GetBuffers" but I am programing in MQL4. Thanks for any help. Ralph
Hi. This post is not a rant nor a complaint; it is simply my observation. I think the MT4 and MT5 have surpassed the creators' expectation, as they never anticipated to get this number of customers from around the world. On the Metaquotes wiki page it shows that the company employs just over 50+
<Decompiled code Deleted>
Hello community Wanted to ask if anyone knows a good trading robot that has the following properties: - RSI Realtive Strength Index where you can enter the period and levels. - Start time and end time while the robot is active - Percent, or points above break even where he should close the position
Hi there For opening specific program on windows from browser we use custom browser protocol. mt5 use this for opening product from browser,with this link: mql5buy://example product/free Is there any custom browser protocol for opening symbol from browser in specific time frame? some thing like this...
  3 days of trading  (39   1 2 3 4)
When changing an input parameter in the source of an ea that is run thru meta-editor mql5 visual tester for history data, the old value still persists. As an example, run this ea using visual tester run in mql5: input bool
  Auto trade  (5)
I want to set up a trade that will automatically open at a specific time. Is there a way to do that