Hello,
I have been testing Metatrader 4 Beta and i found Metatrader Data Center in this web site just a few minutes ago. What does it do exactly?
I was looking for some documentation but i wasn't able to find it.
Thanks,
Miguel
I have Metatrader 4 build 1.55. I would like to see how the strategy tester works before I set to work on learning the language and building my own tests. I add the expert advisor "MACD Sample" to my chart. It seems not to do anything. But it does put MACD Sample and a smiley face in the top right...
Is there a way to convert the HST file to metastock 8 or 9 so that I can build a test strategy and backtest? I have metaquotes 4 build 157. the history centre doesnt seem to work in it.
Hello,
Does anyone have this Indicator coded in MT4?
Thanks for your Time
EK
Hi
I implemented a trading system in metatrader a demo account ,I allowed live trade ,but is not working no excution or signals of buy or sell orders.
please till me what is the problem
thankyou
Can anybody please share one year back- - - - intraday tic data for major forex pairs ?
Thank you,
Sarbot
Hello MT4 Folks,
If I wanted to created a new library, is that considered an Expert or a Custom Indicator? At First i tried it as a script but thats not right because scripts cant be compiled.
Thanks for your Time
EK
Hello,
How do I convert my custom indicator (MySignal) into iMySignal? just like the sample EA MACD uses the iMACD version of the MACD?
Thank you for your Time
EK
Hello,
Lets say my EA has placed several trades that are still open. Then MT4 is closed and exited after some time MT4 is re-opened. Can I use OrderSelect to retrieve all open trades that my broker has for my account?
If not what other options do I have to retrieve that data?
Thank you for your...
MetaTrader 4. Build 157.
1. Updated Highest(), Lowest() functions.
2. Updated Data Window control.
3. Updated Fibo-objects duplicating.
4. Updated orders dialog window; added color buttons.
5. Updated MetaEditor IDE main menu.
6. Updated drawing histograms and vertical lines.
7. Updated Fibo...
Is it possible with MT4 to save layuots, with a set of charts in each layout? For example, one layout with four EURUSD charts, another one with four USDJPY charts, and so on...
If it is not possible, can it be done with a script?
Thanks,
Ramon.
Guys,
I been busy working away with MT4, trying to come to grips with both the terminal, MQ code as well as experts and indicators and now find out that the product is still classified as a beta piece of software.
Apparently no brokers use the terminal at the moment. Is this true ? "Trading...
Can anybody suggest where I would download Metatrader desktop edition with historical INTRADAY forex data for major pairs ?
I need to research some historical intraday price action - - - like 9 months or 12 months ago - - - I would be charting 1 minute bars during that day.
Please inform me...
Hello All,
In MT4, I would like to draw some boxes on a chart via the code. Would i use SetIndexStyle and the style to DRAW_SECTION?
Can someone provide an example for this?
I would image that to draw a box you will need to give the drawing routine 4 points to build the box.
Thank you for your...
Is there a way to add other periods other than what's in there to the periods tool bar?
I have found emailing meta .MQ4 files around with outlook express and sometimes yahoo
once the .MQ4 file is save to its apprropriate directory it becomes visible but will not run
i have found for some reason if i add 4 blank lines to the top of the file and recompile it then works..
of course...
Drag and Drop the MA indicator on a subwindow and apply it on
the indicator displayed in this subwindow is really fine.
I tried it on the RSI but both (RSI and MA(RSI)) are displayed
but I'd like to see only the MA. Someone knows ?
I developped a custom indicator (a filter) and I'd like to apply...
hi guys,
thanks for the function to apply indicators from different timeframes to your chart. it's working very nicely. just a question, is there a way that you can update your chart if you're in a 30min timeframe every 30mins so that your indicator from a longer timeframe doesn't look dragged out...
I have a little MQL question, what do these lines mean? tvi = Abs(iMA(3,0,1) - iMA(3,0,3)) / (High[Highest(2,3,3)] - Low[Lowest(1,3,3)]) * 100;
i would like when a zig zag line ends, then automatically a linear regression channel to be created based on bottom and top of zig zag line. time frame mainly one hour. is that possible? and in affirmative how?
Has somebody integrated Juriks Tools in Metatrader?
Could it work?
Regards
Chievo
// it is important to enter the market correctly, // but it is more important to exit it correctly... total=OrdersTotal(); for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if(OrderType()==OP_SELL && // check for opened position OrderSymbol()==Symbol()) {
Hello,
I'm a rookie in MQL4 and was wondering how to add a custom indicator freshly written into a chart.
Can use array in Expert?
how to initialization array in Expert?
Will it be possible to have a managed account system within ver. 4?
E.g. If I have 3 clients, I would like to have the ability to highlight them within the accounts section and excecute 1 trade for all 3 clients and should the lot size be different the ability to set different lot sizes as well...
For a future enhancement to the editor
I would love if you would collapsible regions for the editor.
Thanks for your Time
EK
I only just noticed today, that the levels that are marked out on the fibonaci fan are wrong.
put it on a chart and you'll notice that the 38.2 retracement is marked as a 61.8 retracement and the the 61.8 is marked as being the 38.2 retracement.
I tried deleting the levels and re-adding them...
Hi,
I've been searching high and low for a custom MACD indicator which shows the histogram along with the 2 signal lines. This is the common (at least in my world) format viewing of this indicator and I use the two signals for seperation.
Is this something you're able to assist me with?
Any help...
Please help me ! conversion code to MQL4_code
extern int N=10;extern double P=2;extern double Q=30;extern int K=15;Direction:=CLOSE - REF( CLOSE , N ) ; XX:=ABS( CLOSE - REF( CLOSE , 1 ) ) ; Volatility:=SUM( XX , N ) ; ER:=ABS( Direction / Volatility ) ; FastC:=...
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.