hello all. may you help me how can i do that? for example how can i get daily close from mt4 in a windows application? or how to connect microsoft excel to my mt4? regards
[Deleted]
I attempted to reconcile the eurusd m1 and m30 time series. I looked at May 25 6:30 in the m1 and m30. both have the same opening price, I would have thought that it would be the price at 6:01. The high for the m30 is higher than the max(high) for m1 6:00-6:30 and the low is higher than the...
RVI seems to be a custom indicator in Many standard charting platforms.But it seems not available in METATRADER. Can any one code the following RVI Code for Meta Trader 4 ? The Relative Volatility Index by Donald Dorsey "The RVI is simply the relative strength index (RSI) with...
I want to substract a day in: string strTime = TimeYear(TimeCurrent()) + "." + TimeMonth(TimeCurrent()) + "." + TimeDay(TimeCurrent()) + " " + '22:41'; TheDate = StrToTime(strTime) - PERIOD_D1 ; Alert(TimeToStr(TheDate)); If current day is 30 strTime = "2012.05.30 22:41" and TheDate should...
[Deleted]
I'm having dificulty writing the logic and OR implementation... Hoping you guru's can help out. I have a external variable that set the # of consecutive losses for a pair can have before trading is disabled. It can be traded again by a reset flag as external parameter extern int
plzz tell me c,c++,java,.net which language is better to learn to code.
[Deleted]
usd index(USDX) or any other currency index is it possible to synthesize a chart window for it to be like any other pair to subject it to other indicators I have no programing experience any one have an idea.
[Deleted]
Hi, I'm trying to figure out how to open next trade at least 15 min from last trade ... Current code I have tried doesn't seem to work... Any help would be greatly apprecited if ( EnableTrading ){ if ( openTrades < maxOpenOrders && TradeTime < TradeTime+(15*60) ){ .... OrderSend... TimeTrade =...
Do I have to open/close file constantly in start() handle = FileOpen("params.txt",FILE_CSV|FILE_READ, ";"); params= FileReadString(handle,16); FileClose(handle); or is there a better way ?
[Deleted]
Can anyone suggest how to "purchase" this product for free. I've already run out of options to renew my trial, the projects are hanging up... and I don't want to pay 600-700 quid, it's more than my monthly income
I have created a script where i can 'grab' date, time within a certain periode of time and then write all the data into a file and that part works fine. I'm also interested to get the price and the value of e.g. CCI(14) and write that to the file. The script looks like this, but the price and CCI...
Hi, with growing experience and growing success I think it would be better for me to trade futures. I have a very good EA in MT4 and know I think how can I go on with it. Now there are a few options to trader futures for my: -learning Ninja script and trade with Ninja Trader -waiting for stable MT5...
[Deleted]
Hello, I have another question regarding tick data suite. I am trying to run multiple optimization test and wondered if you can use tick data suite for all of them. He is my question in full, i have set up several independent platforms, one using tick data suite. When you sign up for tick data suite...
Is it possible to draw something like a Moving Average line from an Expert Advisor like you can and Indicator? Or do I need to make an Indicator that uses the same logic as the EA so I can have a visual of what is going on? Is there a good way of linking the two so for example the Indicator and the
Dear All, When I call custom indicator from EA, indicator does not appear however its works fine, but Indicator lines and rest of thing does not visible. When I stop the EA it shows all indicator lines. What do I do please let me know.
hi I'm looking for a strategy or EA that will open over a large number of Trade (Position ) so that if Profit was not obtained at the end of the month would not loss Mony Because spread of opened Positions . please help me! Thanks
Hi, how can I put an arrow a small distance over the High- or below the Low-Value of an bar? It should work on different underlyings. f.e.: downarrow[i] = iLow(Symbol(),0,i) - ?????;
[Deleted]
I have a problem while trying to use the Strategy Tester. I run a test with "Use Date" selected from 2002.01.01 to 2012.01.01 using the attached EA which just prints out the date each period. The EA only prints dates up until Sep 2009, the test never makes it to 2012.01.01. There are no errors or...
Hi All, Could you help me on this? When i compile my mq4 file, the ex4 files will be saved to below location. C:\Users\.....\AppData\Local\VirtualStore\Program Files\OANDA - MetaTrader\experts As far as i understand, it should be saved to : C:\Program Files\OANDA - MetaTrader\experts (after...
Hello freinds, I need your help. I built an EA that part of its process has to close a trade using a fuction. Here are the relevant kod's rows. Can some help me why the EA doesn't close the trade? Thank You. (Maybe, since while I use ORDERSELECT at the main part, It can't use ORDERSELECT at the
Hi, I have an earlier version of the Trading Sessions vLines indicator that doesn't allow for color or style changes of the lines that correspond to the Asian, UK, US sessions. I went to forex factory and found a link to a v1 that allowed for these changes, but the link is broken. Can someone be so
I'd like to give 'weighting' and control the amount of influence that different indicators and chart info has on making the decision to either enter into a trade or not and to close and exit a trade or not. Hence one indicator might be weighted at 100%, while another indicator might only be weighted
[Deleted]
Hi, I have downloaded MT4 for Iphone, tested and seems. The client terminal (not the mobile) has a feature, Notifications . The push notifications can be set up /Tools/Options/Notifications, by adding a MetaQuotes ID. As it was written the ID can be found on the IPhone in the settings/messages...
[Deleted]
hi, friends, the tick chart window on the left pane is blocking the last 2 positions from visible. i pulled the window frame but the whole thing moves proportionally. i m seeking your advices to solve the issue. i m using mt4 platform thanks in advance. seeker
Hey all. I am now to coding, and am trying my best, however I seem to have hit a wall with this one. This EA is 'hacked' together with heaps of code from other EA's, so it doesnt flow the best yet, as I have not cleaned it up. (any tips on cleaning it up would be appreciated) However the main...
Hi, I am at a 5digits broker. When I Print(High[1]-Low[1]) the result has everytime only 4 digits! Why? I also tried this way Print((High[1]*100-Low[1]*100)/100); An even if I Print(Bid) the value has 4 digits!
i want one that uses the macd slow ema crosses the 0.00000 line from the bottom to go long and to go short when going from top to bottom i thank you if you can do this for me i am not good at programing but i trade live this way on a 4 hour chart and it works well or at least point me to one that i...
I'm using libmysql.dll library to connect to my database from metatrader4. I managed to connect and things are going almost fine. I use mysql_real_connect and mysql_errno for connecting and capturing possible errors. Im using Innodb and STRICT_TRANS_TABLES in sql mode. It updates fine the ticks. The...
[Deleted]
I wonder if anybody could help. My colleague has tried to program up Pascal Willeim's effective volume indicator (from Alexander Eldar's 'Come into My Trading Room'). Basically what it does is to split the volume into first effective volume (if you look in the zip file on the next post this is
[Deleted]
Hello all, i have written a snippet of code to add to my EA but i'm not sure that i am taking the best approach.I was wandering if someone can help me make it cleaner and/or faster. The goal of this function is to update the StopLoss value to the location of the last parabolic sar. The problem is...
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.