I tried to exports economic calendar data to MT4 , but the information I got was difficult to undestand for me. So, I intend to make it through excel ( bring economic data manually, from excel, and exporting them to mt4 ) How graphic exel data to MT4 ? I guess these are some steps: Step 1 : bring
[Deleted]
Need help to do a script that draws automatically a vertical line at a certain time everyday in MT4
(7)
Hello, I need help to do a script that draws a vertical line automatically at a certain time everyday in MQL for MT4. Thank you for your help.
[Deleted]
hey, i have a custom indicator i would like to use (included here), i need a certain value from a function, the function calculates the MA angle, if you will look at the code you will see a var called fAngle there, i tried to Return it and failed... how can i extract it to my main mq4 file? thanks...
Does anyone know of an indicator that show fundamental's data in charts? (I mean, separated of windows price, just like CCI, RSI...) Thanks a lot trader201
[Deleted]
With respect to the indicators attached below, can some body help with the codes to create a very simple EA using iCustom based on the following rules: If Price touches the SHI_Channel_Colour_Talk's Lower boundary on the 5m, 15m, 30m and 1h time frame and begins to reverse, Open Buy order when MACD...
[Deleted]
i define : double indicator; double x; indicator=example(-----------------) If x=(indicator-indicator(i-1)) How do i need to define i to be a period?
[Deleted]
I have been battling this for some time. Here is the general EA idea: -Set pending BUYSTOP at this level -If that level changes, delete old pending order, set new BUYSTOP My problem is that my open order triggers, then my delete pending order triggers, and it goes back and forth a million times. I...
[Deleted]
I can't locate the code for the standard stoploss command . I want to edit the command to require a duplicate hit before executing. For example, bid or ask must meet or exceed "x" (x being the pip value) at least twice within [three, five, etc. minutes
Hello Folks, I have been using this Heiken Ashi + Parabolic SAR Indicator together for manual trading with great success (close the day always in +ve pips, never lost) Please take a look here screenshot : http://imageshack.us/photo/my-images/4/heikenpsar.png/ Conditions for Long/Short Entry...
[Deleted]
The function I use to calculate my lots //Code to Calculate lot size if( ((bear.signal == true)||(bull.signal == true))&&(LotCalculated == false) ) { Print("Calculating Lotsize"); Balance = AccountEquity(); StopLoss =...
Is it possible to display the trade line as green for wins and red for loss? Right now, my trade lines are just displayed as blue or red randomly. Thanks!
for(i = 0; trade_flag != 1 && SSL_flag != 1 && BSL_flag != 1 && SSL_flag != 2 && BSL_flag != 2 && i < 100; i++) { if(//<condition>) { trade_flag = 1; //<DECLARING BUY PRICES, SELL PRICES> Print("Buy Abv ",DoubleToStr(buy_price,4),", TGT - ",...
New article The Last Crusade is published at mql5.com: Take a look at your trading terminal. What means of price presentation can you see? Bars, candlesticks, lines. We are chasing time and prices whereas we only profit from prices. Shall we only give attention to prices when analyzing the market?...
[Deleted]
Hi, i am relatviely new to MT4 and have written my first EA. -when i run it using a demo account using the Strategy Tester i enter the dates to test and click START - the results in the journal window only show me about 1 day's worth of results - the dates i entered were for at least 2 weeks - i...
First I would like thank mladen for his help with the csv importer and exporter. If you are running the estimation across many currency pairs, they are really a huge time saver. In this thread I will explain how to set the exporter, storing the data to the Rapidminer repository and lastly the svm...
[Deleted]
excuse me sir, introduce, my name Rendra, i'm still newbie, may i ask masta masta in here to teach me about how to make expert advisor with meta editor from zero hehe, i want make expert advisor with my own strategy, thanks before :)
[Deleted]
Can anyone help me to code closes opened position by equity automatically, if it loss $100 it closes and if it profit $100 it closes, after closes it sets another $100 automatically.
[Deleted]
Hello! I tried to find the last bar when the time was 00:00:00 using ArrayBsearch for theTime array: End_Bar=ArrayBsearch(Time,D'00:00:00',WHOLE_ARRAY,1,MODE_ASCEND); The value of End_Bar that was returned is 1! WHY does it happen?
[Deleted]
Hi, I'm an experienced software engineer. I have years of commercial software design and development experience covering technologies such as c, c++, SQL, Assembler, etc. I'm also a self taught trader. I have a Pro a/c with Alpari. I understand from the MetaQuotes website that the MT4 product set...
Hi all, I'm trying to Send some market order on a demo account through the OrderSend function, setting TP and SL. This is my code: RefreshRates(); TP=Ask+120*Point; SL=Ask-120*Point; Print("Sending BUY. Point: " + Point + " EntryPrice: " + Ask + " TP: " + TP +...
Hello. I saw the API for MT4 Client Terminal. The problem on that API is that it is a Demo, So once a while it brings popups. How do I get a fully working API?
[Deleted]
does any body know of an fib tool that measures time in increments of 38.2,50 etc thanks
Hello everyone. For some reason MT4 wont download historical data from Meta-quotes, and my provider doesn't seem to understand my need for historical data that goes back past 65000 1-min bars, (I realise the limitations on number of bars per chart, but want to back test over certain periods). The...
Hi Can anyone help me how will I use this DailyPivotPoints.mq4 indicator in metastock or I have to metatrader Regards Vinod
[Deleted]
For some time now I have been unable to find an mt4 script which would close a nominated percentage of an open order when price hit a trailing stop. In my scenario it is a partial close trailing stop, which once triggered resets a stop loss, the user can select the portion of the remaining trade to...
Hi, if I write the text as Object below the line, I can use the same coordinates for text and line and it works in every TF. But how can I write the difference, when I want to write the text in the middle beside the line? How can I program my offset, so that the difference is in every TF and for...
[Deleted]
Hi, It feel real stupid to ask that question, but there must be a solution to show the MovingAverage of another Timeframe (e.g. Timeframe: M30; Periode: 300; Shift: 0) into a smaller Timeframes -> M5. There should be a solution without downloading a new indicator, but I just can't find it.
Hello everyone, I need to get some Resistance, Pivot and Support lines values from a Fibonacci indicator. I have to read and store R1, R2, R3, Pivot, S1, S2 and S3. The values are calculated once per day (at midnight) and are static for the whole day. It should be easy to use the iCustom, but I...
How can I manually update the MT4 platform? Is there any separate application for update MT4 platform? The current version is 419 Build my Broker ( www.xtb.pl ) has 409 and did not update the MT4 apllication yet. How to update the platform, because I have the problem with Expert Advisors.
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.