General - page 942

-
I need a Channel indicator that can be used in an EA. With the following criteria Adjustable Periods. Upper, Lower, and Mid Buffers: for each channel Automatically updates in the EA over specified number of periods channel need to be calculated as follows. . . channel 1 Start point = Highest, LOW...
the market 36 just can not eliminate no matter how many times I open market.  and how to eliminate 99 in news quickly, I don't want to read all of them one by one.  
  copy  (7)
Provider Acc: 1.300$, my Acc Mt4 only 1000$. dose matter with copying ??/ Thank you!
Are there any issues to know about regards running MQL5 created scripts in metatrader 4? is it possible?  (in light of the new updates to mql4)...
A Senior Trader told me that when we trade , we trade really against the broker. Which makes sense really why one hardly ever hears about people making money on forex. I mean looking at even the best traders  here, this could hardly be called a an easy living career with very few traders making more...
  Is there a universal system?  (124   1 2 3 4 5 ... 12 13)
Hi all! This question arises: are there any universal trading systems that can show a good positive trend on a long history? Well, it is clear that: 1) A good, strong, almost undeflected trend kills any rebounding, counter-trend system. 2) A flat in any of its manifestations, nullifies a trending
  BUILDING AN EA  (3)
Good day to everyone. I want to make an EA based on ADX. I want to ask if how to code using ADX indicator? thank you. I mean what are the necessary parameters ? it's like if the ADX 14 is above level 25, it will execute position based on another trend following indicator. Thank you and God Bless you
I was wondering, can we rely on SymbolInfoString(SYMBOL_CURRENCY_BASE) to tell what denomination MarketInfo(Symbol(),MODE_TICKVALUE) is in? I ask this because I don't know how else to get the denomination of a CFD's tick value, apart just asking the broker. 
  Protection  (1)
Hello all, Is there a documentation? Any form/agreement which would protect Signal Providers ? Thanks
Hi, I am trying to create a function that closes a specific amount of lots. It should loop through all orders, close by oldest order first and do partial closure if there is a order thats bigger than the specified amount to close. I am having a hard time doing this, anyone that can help?
  Help  (5)
Hi. I need to buy a robot
  Order Comment  (1)
Hi, after opening an order (instant execution) can I add or modify  comment ? Thanks
When you tell me that indicators are worthless while i read that Gerald Apple is represented as "professional money manager"  Capable of acquiring such position will definitely negate any hesitation towards using a technical indicator tool that reflects his success  What do both MAs mean and...
  Purchase EA  (5)
I have asked this question a number of times but I think the responder only read the subject line, and then gave me a general answer that was quite wrong.  I hope today you are able to answer me correctly.  QUESTION: Am I able to purchase the same EA: "MAPSARSizeOptimized" that is default mounted to...
  Free Demo  (3)
Hi! If a free demo version works in the strategy, does it automatically means that it will work in a Live Account.
I have numerous e-mail accounts, my spams folders contain over 500 emails currently predominately  relating to crypto currencies. That's with 30 day automatic deletions. How does one stop the harrassment, Like must I email Putin or Trump? Are you a millionaire yet? if not! Why Not? Am I whining...
The largest Brazilian brokerXP Investimentos is holding its first trading championship - Campeonato de Traders 1ª Edição. The event is arranged with the help of MetaQuotes Software Corp. XP Investimentos has recently started offering MetaTrader 5 trading platform to 80 000 of their clients. The...
Hello, I have the following code: double total =0;void OnTick(){        if(Volume[0] ==1)        {           Print(CalculateAv());        }}  int calculateAv()  {           for(i==1;i<=10;i++)      {         total = total + MathAbs(iClose(NULL,PERIOD_M15,i) - iOpen(NULL,PERIOD_M15...
  Drawdown?  (6)
Hello, guys! I'm new to Forex and I would like to ask you a question, if possible. What is DrawDown? I mean, I know it's the difference between the maximum value reached by the portfolio and the minimum value reached by the portfolio. My question is,...
Hi everybody, I need some help with my EA,here is the problem I coded a simple EA which send order (Buylimit or Selllimit) when the price reach a certain level that I define, and I run different copies of my EA simultaneously on 17 forex pairs on M1 or M5 charts, But the problem is that my EA...
  My strategy - SCALPING  (29   1 2 3)
Hello to everyone! My trading strategy is scalping. Since beginning of the year it is very profitable and I am happy with it. I am entering with small positions and looking for small profit for every position. Every day I am searching to have 0.5-1 percent plus. Does anyone have same strategy? What
Hello: I am trying unsuccessfully to create a code for a MT5 WebTerminal widget, which will login automatically into an existing demo account. Article 3024 doesn't specify the exact customization parameters to be used for that. Can anybody help me with the exact code for the automatic login (for...
Hi, I am using MT4 MacOS and have an EA and several indicators successfully installed in MT4. I am new to the "Market" and when I try to download a Free Demo I am asked if I have MT 4 installed. I do but it's not MT4 on a Windows machine. When I click the "yes, I have MT4 installed" nothing happens....
  5 Activations  (5)
Hey guys, I would like to know when I activate an EA on my computer. Let's say I reinstall my windows on it, can I then activate the new windows again and delete the old activation so I have still 4 activations left? Best Regards, baschi
Hello every Body May i ask you? When i subcribe to copy from a provider, how many mt4 am i allow subcribe to copy from him? Thank you!
As you can see in the below picture, I've been trying to utilise MQL5 Cloud Network for an hour but in vain! None of the agents are working. I also paused my antivirus on my laptop but nothing happened. Very occasionally a few agents (5 to 7 at most) work for a short period, but then nothing again....
Hello MT community,  i decided to study and try to understand the forex markets and hopefully not lose all the money I plan to invest.  I started to see a lot of tools and indicators that aren't in the market. Some of them promise you become rich over the night some of them have less high promises ....
Hi all! Thank you for looking at this thread. I'm writing some basic indicators in MQL5, and I am currently writing one for a simple average true range with no smoothing. Compiling the code leads to no errors or warnings. For some reason when I apply the EA to a chart it loads on fine but then on...
  Custom symbols  (3)
Hello, someone can tell me because when I connect the Mt5 to the internet (broker), the symbols of the custom folder are deleted. Thank you
I would like to export the Mt4 manager api data to website like client's data, register account from website, news feeds etc,. how to export the data from api to website