I want to change from a Demo to Lite account. Advice on how to achieve this would be appreciated. Thanks, Stuartp77
Hello, I am trying to close all open trades after it as been open for 48 hours. For some reason I cannot seem to code it correctly. Where should I put the orderclose function and how should it be worded? Any bit of advice would help a lot. I'm starting to get better at this coding thing. Thanks!
Hello I have question about adx values in array. With Sar it works but with adx doess not. Any idea? If I delete "adx[i]>20" I get alerts and arrows otherwise not. Is there any other way to store adx values into array. for ( int i = limit - 1 ; i >= 0 ; i--){ if (sar2 == false && sar3 == false &&
Hello, Sometimes on my Mt4 terminal, my EA doesn't react to new ticks. While its like this, it doesn't let me access the EA's properties and change parameters. While in this state, I can still scroll on the screen and view journal tab, etc. I have two terminals from the same broker running side by...
hi, this strange thing happend to me the first time. a test based on daily openprices faild for 2 months during backtests, (EA did not open any trade) so i investigated this problem. after watching the data on different timeframes it cames out that on the daily chart the whole june and big part...
I trying to code an EA using QQE Adv custom indicator. I have used the iCustom() function to return values in the EA upon which a trading condition is established. But the EA doesn't place a single trade when am back testing it. What am missing?
Hello! When I insert indicator to chart it does not draw last arrow others are. If I go in metaeditor and compile indicator it draw it. What can be problem? Thanks!
int CountBars=1000;if (CountBars>=Bars) CountBars=Bars; SetIndexDrawBegin(0,0);SetIndexDrawBegin(0,Bars-CountBars); What is the difference between last 2 lines.? And how can I code that arrow will appear immediately when some conditions is meet? Thanks!
[Deleted]
Hi there, could anyone please tell me how i can change the time setting on my account. I live in england which is GMT zone, but the market watch is one hour in front. Many thanks
i wanted to execute a buy but cannot with the code below. my broker need 25 pips from market price, but i already set to 25 and still cannot, why? please help. =OrderSend(Symbol(),OP_BUY,1,Ask,3,Ask-25*Point,Ask+25*Point,"My order #2",16384,0,Green);
I need to program time intervals in a non-linear fashion. A linear example would be measuring blocks of 10 candles at a time therefore it would look like this: [ 10 ] [ 10 ] [ 10 ] whereby interval 1 to 10 then 11 to 20 then 21 to 30 Whereas I need a non-linear fashion where every single candle is...
[Deleted]
Good afternoon, everyone knows that there is a correlation between different markets, for example if oil goes up, the cadusd goes up, if the stock market goes down, so does the currency market. I would like to discuss this issue. What other regularities have you observed
I have this array of 31 price values. I want to compare them to a new array FrequencyArray[][1] where I store the count of how frequent a particular price appears in the list of 31 price values and their price value itself. So we will use LineArray[] as the mass list and do a lookup on...
[Deleted]
Hi my friends, I need to modify magic number by EA. Ex: I have a order which was open by OrderSend(...) command with magic number is "12345" and now I need change the magic number "12345" of this order into magic number "67890" but I don't know how to do. Please help me. Thanks a lot all my friends...
When is a Doji no longer considered a Doji? We all know that visually a Doji is basically a candle where the open and close are nearly equal and there is a high stem and a low stem. Variations of the Doji such as dragonfly shows no high, but long low, a gravestone has a long high, but no low. BUT...
[Deleted]
Hello How can I download the maximum amount of data, I have checked several brokers and the amount of data they allow is very small? How do I have to do it properly so I will have no missing data? Kind Regards
alright fellas.... i would like to code a ZigZag indicator that is based off of the swings of an oscillator. for example i would like to find the highest price reached during a bullish momentum swing ( momentum indicator moving from negative to positive) and then the lowest prices reached during a
Say I've coded a custom indicator or EA with an infinite loop, loaded it onto a chart, and closed MT4. Every time i start MT4 afterwards, it'll load the faulty code and freeze up. Other than recompiling and commenting out the faulty loop, is there any way to start MT4 from a blank slate with no...
[Deleted]
I am trying to conduct an Update Quotes function, and the charts show up. However, they all say "Waiting For Update", but it never updates. It does not go any further than Waiting For Updates. Please help.
[Deleted]
Hello, im trying to find out a way to use OrdersTotal() forjust one security symbol, while im running the EA for more than one. Can you help me pls? regards, IceRage
[Deleted]
I have downloaded a system that targets the eurusd on an h1 chart. It works perfectly but the problem is, is that, the lots are too small to make a large profit. Could anyone please help solve this problem, many thanks //+------------------------------------------------------------------+ //|...
[Deleted]
hi, i'm newbie on metatrader and at mql4. can anyone help with a simple scriptto close trade at 1 pip. i'll open trade manually but would like to automateclose only. any help much appreciated.
Getright is a cool program but does any one know if mt4 have a download command by default? In other words, is there a command line download command in windows xp. Searching google is not fruitful so far, I'll continue searching in the meantime.
[Deleted]
Hi, I just finish a couple of days in hell. I was debugging a piece of code and used prints and alerts everywhere . Then I realised something very "funny": This is what I did and the results are driving me crazy. double normAsk=NormalizeDouble(Ask,Digits); string string_normAsk=DoubleToStr(Ask...
Hi, can anyone convert this two very usefull indicators in from MT4 to MT5? This would be really great.-) Please mail to me. Thanks! Best regards
[Deleted]
Hi, I'm trying to creat a new ea but I would like to have an advice. in the input parameters (just before the expert initialization function) I want to put : date bartime=0 Does someone could confirm me that this line of code means that when the program is starting, it starts at the...
Are there any brokers that allow spread betting with MT4 or is it just spot forex? Is MetaTrader going to be expanded for use with spread bet accounts as in the UK?
I wonder if any of you could give me a push in the right direction? I want to build an indicator that acts a little like the built in cyclelines tool. However, rather than using the fixed increment of this tool, I want to be able to set the increments. So, at this stage, it seems that my only option...
i use a scalping ea is it good to hide SL,TP ?? as the brokerage/bank you invest don't want to pay the spread to hedge the position, and they will lost when you take profit (they haven't hedge the position), even with ecn brokerage, they pass the orders to banker, banker also have to consider...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.