General - page 1965

I get an update error in build 160. File is metaeditor.exe
I just started using MT4 and really like it. I've got a few questions on usage that I've not found answers to. Is there a way to scroll up and down on a chart without adjusting the vertical scale? Is there a way to copy a trendline or create a trendline with the same slope? I use this to create...
MetaTrader 4. Build 160. 1. Updated main icons of terminal. 2. Updated calling functions inside libraries. 3. In MQL4 added IsDllsAllowed, IsLibrariesAllowed functions. 4. By opening new demo-account you can select country from the list. 5. Updated margin calculation. 6. Expert advisor...
Please advise! Strategy tester in MetaTrader4 is not enabled. Why? What to do to enable the function? Thank you for reply, Robert
I am getting the following message in the journal? What is the problem and what should I fix? (looping method, bar counting, or else) 2005.03.25 14:19:39 Old tick EURJPY15 137.6700/137.7100
Does the import of DLL's and functions into Metatrader work at this time or is that still being developed? If it does work does somebody have an example of explicitly defining the functions and including the DLL in an indicator. I have written a ddl in MSVC 6.0 and included the header files in an...
Is it true that an alarm will only trigger when the particular profile is selected for viewing in Metatrader? I have individual profiles setup for each currency , but it appears that an alarm only triggers when I have the particular profile selected for viewing.
This is the old pivot calculator, re-written in the new syntax. Nice thing about this one is that it auto-updates at the end of each trading-day, no need to temporarily switch to D1 time-frame. This is my first program in the new syntax, so there is probably room for improvement in the coding...
  Chart Tabs  (2)
Hi MT, Is it possible to add the ability to arrange the chart tabs at the bottom of mt4 like you can do in excel. Thanks and keep up the great work :)
Is it possible to incorporate price value into fib tool so we can see resistance and support much clear! Thank forex_trader P.S. Love your Charts
  Fans of GUOs  (87   1 2 3 4 5 ... 8 9)
There was a very noisy topic of graphical order management ...... Yesterday I remembered and thought - why not implement it? 19.03.2005 Read the instructions before using it =) //+------------------------------------------------------------------+ //| Send_Pending_Order.mq4 | //| komposter | //|
this is an excellent indicator and wonder if someone can make it to MT4. here what exactly is in MT3 /*[[ Name := Trend Trigger Factor (TTF) Reference := Technical Analysis of Stocks and Commodities, Dec. 2004, p.28. Author := Paul Y. Shimada Link := PaulYShimada@Y... Separate Window :=...
Please help me if there is a possible to include price level into fibo tool. If not for everybody please let me know how i can do that for my self! And if it is possible to do it.
  ichimoku lovers.  (7)
Does anyone can make an expert/alert when CHINKOU cross the price? tks vm in advance.
  Data importing  (2)
I have imported data of eurdge index, which contains 4748 bars of data. After importing that data metatrader's history center shows that there is only 2413 bars. It means somewhere half of them i missing. I made a chart with an excel , and with this chart seams to be everything ok. I have uploaded...
  levels  (5)
hi guys, how do you put levels into your custom indicator window so that they will be there everytime you start the indicator? thanks ernst
hi, i would like to ask you a qusetion in the chart when i do right click and chose show volumes a volume indicator appear now the qusetion is how to include the values of the volume indicator in metatrader programming language (mql4) i will be thankful if you include example thank you and sorry for
In MetaTrader, with Expert Advisor, we can specify slippage in SetOrder() or CloseOrder(). Is there any way to send similar orders with slippage using API SendOrder(&SendOrderInfo)? Which parameter in SendOrderInfo structure is related to slippage? What are the use of crc and req_code ? Sorry for so
It seems that the code below triggers an alert whenever one Moving average is below the other (which means all the time) I only want an alert the moment they cross. How can I fix this? Thanks Code: //---- input parameters extern int FastEMA=5; extern int SlowEMA=13; double EMA1,EMA2;...
if TotalTrades=1 and the lots=0.7, how to write close 0.4 in mql?
MetaTrader 4. Build 159. 1. Added predefined levels for custom indicators. 2. Added "#property show_confirm" script property, which calls a confirmation window. 3. Added "#property show_inputs" scpirt property, which calls property sheet. 4. In MQL4 added FileOpenHistory() function, which opens...
I can't get any data by using this function. Please help me! Thank you Very Much!
I am extensively using MT4's ability to import and use DLL's. The following is a potential problem. I am not expecting feedback from MetaQuotes. Unless MetaQuotes has a reason for doing this MT4 should detach the DLL when the indicator has lost scope. The DLL is currently being detached when MT4 is...
I'm attempting to re-write my Pivot Point calculator to work with the new version. Needless to say, there have been significant changes to the programming syntax. Here is my code, so far, but it does contain the problem that I am experiencing
  Fibonacci retracement tool  (12   1 2)
Is there a way to change or re-program the fibonacci tool so that the lines do not extend all the way to the right? Whenever I draw two or more fibonacci retracements on the same chart the lines mesh which is really difficult to see. It would be great if there was an option to shorten the lines.
Is it appropriate to ask questions about MT 3.x on this forum? I have MT 2 systems that I work on: one at home, one at work. The one at work is behind a firewall. The one at home is not. Since the 'data center' only works with MT4, is there another way to work disconnected with MT 3.X? I tried...
  EMail Glitch  (7)
The EMail function works fine when sending to my 'regular' EMail address. However, if I attempt to program the EMail address for text-messaging to my cellular phone, the EMail function fails - and it appears to fail for any EMail address where the first character of the address is non-alpha. Of...
Hello, How close are we to getting the backtesting part of Metatrader 4? Can you give us an estimate to when this platform will be ready for brokers to use? 6 months? a year? Thanks, Infodine
Dear colleques, is it somehow possible, to display the time on the bottom of the chart window, without the date? It would be awesome, if somebody could help me. I know, it is just a little thing, but I really could not find the answer. It looks like that right now: http://img177.exs.cx/my.php...
Hi, I've got a number of experts running on test at the moment which quite regularly throw an Error 139: (order is locked) error when an attempt is made to place a new order. Does anyone have any idea as to why this could be occurring? Thanks in advance for your help....