Hi All I have been all over these forums for the last month or so and what I have noticed is that there is a Lacking of Serious Forward Testers and Continuty of EA Development... NewDigital no offense as I am a member of the Elite Section... We need to have long term testing of EA's as well as...
[Deleted]
I have developed different experts that I want to run against specific time frames. Right now when I load any expert on to a chart - EUR/USD for example - it seems to get applied to all timeframes for that pair. If I wanted to run one expert for say the 4 hour EUR/USD and a different expert against...
[Deleted]
I have installed data for backtesting on my system that I downloaded through my broker (velocity). When I run my expert advisors against multiple charts (4) my CPU usage now gets pegged at 100%. Some have told me the source of my problem might be that I simply have too much data that I am working...
Hi, Anyone heard of correalation EA or Equity EA? If anyone has it can i try it out also? Thx in advance iliaaz
Hello all, When creating a Trendline via code.... how can I set the Description property of the object? Thanks! -charliev
i am looking for a expert to go with the triggerlines2 indicator. if anyone has one or would help me write one i would be gratefull
Hi all you, I am finding 18EMA & 28EMA, 5WMA & 8WMA indicator for MT4. May you share with me? Thanks! I have something I do not understand, Why there are so many kinds of EMA indicator, ex: EMA_Angle; EMA_Cross, Pivot EMA, . . ? Are they difference?
In one EA, can I make two oreders based on different timeframes within one tick?
for example
1 one order is made based on iMA(NULL,PERIOD_M1,20,0,MODE_SMMA,PRICE_MEDIAN,i);
2 another order is made based on iMA(NULL,PERIOD_D1,20,0,MODE_SMMA,PRICE_MEDIAN,i);
If yes, Strategy tester backtest...
Most of the sample EA that come with metatrader have some code in it that do not allow more than one order at a time. What code would I use to allow more than one order if it is a different currency pair. For example if usdcad has an open position I do not want any more open. However I do want...
I have an EA that is suppose to close 2 open buys or sells when the conditions are right (one of the EA's functions) I used the EA generator at that one website. Anyways, it works alot of the time but sometimes it only closes 1 buy. I even put in a short delay between closes because I thought it was...
I did a search, and found some old discussion on this, but wondered if there were any newer updates. I would love to be able to run metatrader on my linux machine.
At news time some brokers apply larger spreads.
If there is an existing order with stop loss, when the brokers changes spreads from 2 to 15-20 points, at that time stop loss value remains in an invalid region, with a different color. After that time even your stop loss price fits the market, the...
can someone point out the problem please, its the starter i just wanted the stoploss and trailing stop.thanks
{ OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if(OrderType() <= OP_SELL && OrderSymbol() == Symbol()) { if(OrderType() == OP_BUY) // long...
MM is a must for any person who wants to be a profitable trader... i think everyone knows that, but few actually study or aplly money management in their accounts. Here is a little calculator i love, co's it helps me control the risk in my trades. It calculates how much you wanna risk in a given
Hello All Have you GBP/USD & AUD/USD & USD/CAD Charte Info From 2000 or befor? I like to have history of these chart from the 2000 or 2001 or 2002 or 2003 or 2004 !!! or 2005 !! ! Have you history of these chart ? for MT4 (or MT3) Regards
MT3 -How to get previous tick.
Examle:
time is 14:04:24 price is 1.2755
then in 14:04:25 how to get price from 14:04:24 (1.2755)???
In other words how to get price from previous second(CurTime-1)?
Please help.
Jeff
Help me! I am looking for ticks and 1min historical candlestick charts for certain time in the past. How can I get it? Thanks!
Forex Scam Alert Been Scammed? Spread the word to everyone you know! http://www.peterbainscam.com/ http://www.peterbainscam.com/html/peter_victims_resolution.html Bain is a con-artist and a marketing master, NOT a forex master. Solution: NEVER buy a course or training program UNLESS they make live...
I've been trying to turn the osma indicator into an ma indicator by turning the histogram into an ma line, and then also adding the option of making the osma-ma line sma, ema, smma,or lwma but my coding knowledge/experience is not enough. I've relized that it would have to be a separate window and...
Hi everyone, I am trying to get the readings of an H4 indicator through a H1 one. I appreciate the existence of MTF indicators, but think that there should be a more appropriate way to get the indicator readings at a different timeframe. I mean, something of the sort (this code does not do the work,...
I have a favor I need to ask. I am wanting my OSMA indicator configured to where when the bars are above zero they are lime green, but when they start decreasing they change to regular green. When the bars are below zero they are red and when they start to decrease they change to maroon. Can anyone
I don't know if it was posted before: http://championship.mql4.com/ Good luck! P7
Hi guys, I am working on promising EA, the problem is it required sleep function after loss trade and I dont know how to implement this. Any chance you can help with this. Thanks Aleks
I need some help: If I closed a order in a bar, then I need no operation in this bar any more. the next time for opening a position would be in the next bar.I wrote as fowling: OrderSelect(ticket, SELECT_BY_TICKET); if (OrderCloseTime()>Time[0]) return(0); but it doesnot work at all in back test,...
Is it possible to remove the line price labels out of the vertical scale on the right side of the chart and to still have the lines extend to the right side, or do you have to shorten the lines to the current price time.
Is there a way for an EA to know if it is running in a demo account or a real account?
I can't seem to find anything about the type of account in this list of Account functions:
* AccountBalance
* AccountCredit
* AccountCompany
* AccountCurrency
* AccountEquity
*...
I have just recently begun using MT4 and getting the screen/setups organized. I want the charts to use Pacific timeline. Currently it shows a European timeframe (something like GMT+2hrs). How can I change that to use my local timeframe ?? How do I do that. Help appreciated. thx

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.