MQL4 and MetaTrader 4 - page 1415

I have a real good system with winning and profit consistency. I want to do further backtesting to optimize and maximize my profit potential. How do I get a whole year of MT4 backtest data for 2008? Where do I download the data from? I trade with FOREX.com and the representative there said that they...
copy the meaningful grid from DetailStatement.htm to .csv file plz fimiliarize how to use excel or openoffice to cut csv colon plz put the csv file to experts\files\ cut the useless grid (u can see the yellow area is useless, del them All !!! ) put Detail Statement_htm position show on Chart .mq4...
[Deleted]
Hi, What is the difference between the time series functions iClose, iOpen, etc and the predefined arrays Close[],Open[], etc? I don't really see a difference except the choice of timeframe and symbol. Is iClose(Symbol(), 0, i) == Close[i] ? cheers
Hi, Having already searched this forum for other people having the same issue as me, it has become evident that this error is simply due to a missing ( { or [ and vice-versa. But when I double-click the error in the compiler error pane, the cursor moves to a large section of greyed out code using /*...
[Deleted]
Hi, I'm new to Forex Trading and still learning. I'm very excited with this. Can someone help me with How to add arrows when entering or exiting a trade onto the chart? Many thanks!!! Alfonz
my name is Nusa. i come from indonesia...i have problem for using metatrader program to have some practice about how to make real trade. i always can't log in to the web. if there is any suggestion i will appreciate it so much!!!!!thanks or u can email me at disa_99@plasa.com. for all your...
[Deleted]
I will pay for EA. Please contact with your fee and samples of work.
[Deleted]
Dear, My system is Touch Point. You can use this Signals on Real accounts . First Signal : GBPUSD : BUY for Monday (Enter Area : 1.6275), Take Profit 1: 1.6373 Take Profit2 : 1.6430 Best Regards.
[Deleted]
All, Iask myself what are the main strategies using the Pending order, it s not clear in my mind : Hedging purpose Change of regime : if the market left a range, the pending order will be trigger My point of view is not clear regarding the use of the pending order because all curent trade are...
[Deleted]
I am trying to put my MT4 system into my website. I require the forumula for MT4 IMA() array moving average types called... MODE_SMMA - Smoothed moving average MODE_LWMA - Linear weighted moving average. Please advise..thx
I was on profit. I always make money consistently. I had a long on AUD/USD. I close the order to take profit. MT4 delayed me, slowed my connection, and then disconnected me. Yeah, I finally got my connection back when it went down 50 pips. Although, I ended up making profits regardless. I could...
[Deleted]
Hi, I've been learning to code in MQL for 2 weeks now and I made huge progress, however I cannot solve something that is easily done in different script languages. How can I start certain action when one criteria is fulfilled and then stop it when different criteria becomes true. The thing is that...
Hi, Example, I want to skip checking the Current 5 Bar, and loop back about 50 Bar to look for Condition of an indicator. If red, Sell only, If Green, Buy only. This is my code but it's not working propertly...The reason i want to skip current 5 bar because the indicator Signaler repaint mostly...
[Deleted]
I'm getting ordersend errors because of an invalid price - probably too many digits. So, how do I shorten 1.68873542432 to 1.6887
Hi Programmers! I newly installed the Windows 7 64bit operating system. When I'm running the MetaTrader optimization, sometimes my computer frooze with the ID 41 Windows Event message. Does anybody know something about this issue? Thank you in advance Relative
[Deleted]
  FAO Barrowboy  (9)
Hi BB, should i get your attention could you checkout my post on "magic number help" to see if what i have done will solve my problem, thanks Robbo, (just in case i do not get an answer ) by the way, i may get the answer sooner as i have attached it to my EA, so if it does work i may see trades open
I have the following problem: When I test an EA I see that the EA uses prices which are out of range of the daily chart, which is not possible in reality. See the following screenshot: I seems I have inconsistent history data for the symbol DE30. I checked the H4 data file and saw that it contains...
pls. can anyone tell me the best expert advisor in the site tested ok?
[Deleted]
Hello all, I have got a problem to put an "initial" array value in one shot...At start Price [2]= 0. The Alert return me Price[2]= 0 (Again!), but Price [1]=RedYL, why Price [2] no value?? With Step [6]=10.... if (Step [6]>= 10) { for(LockY= Price [2]; LockY== 0; LockY= Price [2])...
I try to use an indicator logic in my strategy. I need to find the number of bars back to midnight 00:00 to calculate my indicator, on each new bar Now the indicator does this : int FindStartIndex(datetime startDate) { for (int i=Bars-1; i>=0; i--) { if (Time[i]>=StartDate) return...
[Deleted]
I have a strange problem with my trailing stop code, which somehow set's the stoploss higher than the actual price, which then leads to very small profits. I only use long positions for now. I have a picture which describes it best: at #45 the order is opened at 1.5622 with stoploss 1.5422 and t/p...
iMACD(NULL,0,MovingFast,MovingSlow,9,PRICE_CLOSE,MODE_MAIN,0); if the bar is still the current one, how MT calculates the Price_close?? is that the last value? The price_close is supposed to be the last value only when the bar is closed. right? Could that lead to problems? Sorry if that sounds a...
[Deleted]
Hi I'm not a programmer, but a trader. I have a trading strategy that has been very successful the last few months since I used it. Is there someone that maybe can code this for me. I would like to do a backtest on it. Thanks
[Deleted]
Hello!I have a business proposal for the trade! I have a commercial counselor EA. It follows you open the account (your choice Dealing center), give me a login and password. Then we will start to trade in shares will receive the money 60% of the proceeds to you, me 40%. Here are my coordinates -...
  Low and High  (41   1 2 3 4 5)
Hello! How can I get Low and High value between 15.00 and 17.00? I have tried something like this: if (Hour()==Start) // extern int Start=15; { HighValue=High[iHighest(NULL,0,MODE_HIGH,8,1)]; // 8 M15 bars between 15.00-17.00 LowValue=Low[iLowest(NULL,0,MODE_LOW,8,1)]; // 8 M15 bars between
[Deleted]
Hello, I have a trading system using three time frames and few indicators. This my system can give you 20pips daily without fail best trading the Cable(GBP/USD) and EUR/USD . Analysis of the financial plan requires 100pips per week and 400 pips per month which can bring you to 1million USD by the...
[Deleted]
The Wild Card Crude Oil 28 Aug 2009 Friday, 28 Aug 2009 U.S. Consumer Spending Report at Forefront of Forex Trading Today Forextrading to today are set to be driven by a batch of data from both theU.S. and Britain. The main release from the U.S. today that traders arewaiting for is the Consumer...
I WROTE A CODE LIKE THIS deltime=time[0]+2*period()*60; if(TimeCurrent()>=deltime) {Experts=0; GlobalVariableSet(Quantity3,Experts);} in this code, if deltime is assigned thus nothing will happen if timecurrent
I am just 8-10 months in this forex field working over the weekends on EA development. At this point I came to conclusion that using stop-loss in EA is just meaningless. I am sure there may have been discussion on this topic before here or some other similar forum and people would have debated on...
[Deleted]
1, how to make it(ea) to select the correct symbol(which is signaling) and close it which is out of order pos in your account. 2, before make it(ea) to open,how to check after your account has not the same symbol() ? 3, can NULL be designed in this EA ? 4, MagicNumber () can solve the problem, THERE