General - page 1987

[Deleted]
I'm also involved in an Amibroker to interface to Metatrader project . Someone in that group had this to say in an email today :- 'As for MT4, the pres of the company has said that there will be an API "in a few months." Until an API is available there will be no way to build a plug-in for MT4.' Now
With the build in print (from menu) I can print the chart that I can see at the moment on screen. Currently, I print the first sheet with the newest view, press 'page up' for the last view, print next sheet and so on, to get all views from the timeframe. Is there any way to print the whole chart
"Closed P/L" and "Floating P/L" are showing -1.#Q on my reports tonight. Any reason why? Ref. http://www.quantinetics.com/forex/DetailedStatement.htm - Vooch
When backtesting a script under MT4 v.180 the log file under \Metatrader 4\tester grows huge to the point where it was 30 GB and I was running out of hard disk space. How does one disable the logging of the file to the hard disk while doing the backtest? I believe now it writes everything that it...
Does anybody have the code, or how to add a PIP filter to MT-4. For example when sma crosses wma wait 5 pips before opening trade. Thanks Mike
Why does not MQL4 allows to initialize the array from a variable? int a=6; double array[a]; Why is it numerical only? double array[6]; I would like to initialise array from "Bars" double array[Bars]; -Stan
If an expert is in the middle of processing and has locked the semaphore, and the user closes the chart window or changes the time frame or does anything else that causes the expert to deinit, won't the semaphore remain locked? That would prevent any expert from processing. You can't exactly reset...
Any chance that this indicator can be added? Another nice one to have would be the BW MFI. Thanks, Josh
I have a quick question about all of this. I was thinking earlier and is this basically babysitting an account? What I mean is that since we don't have direct contact with the script and code etc then this is basically like a custodial account except its not a minor trading but a robot. Please tell
Hello every one, my compliments to the Programmers and supporting staff of the MT4 application, wow! Where can I locate the program code for the Bollinger Band indicator other than at c:\Program Files\MetaTrader 4\experts\Samples\indicators\Bands.mq4 Thanks in advance
  Stop Loss orders  (1)
Why the Stop Loss and Take Profit are set to zero? Then you manually have to fill this windows if you want an automatic stop and limit when you buy or sell with Instant Execution. Why not have a possiblity in Options how long from Market Price the Stop and Limit prices are automatically. A co called...
Does anyone have a monthly pivot indicator for MT 4 that they can share? Many thanks.
I thought chart templates were suppose to be useful in remembering layout, color, indicator, expert settings, etc. for use on any currency. However, when applying a template to another currency, it applies the saved Point and Digits settings too. So, why are these settings being saved in a...
int OrderSend( string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE) what is the min stop lost that i can set from the current pice , and is it posble to change...
I don't know if anyone else noticed , that comment function is lagging. What i mean is that. When price moves ,information showed in comments are as it were before price had moved .I just put below simple code check yourself how bid and ask price differs from actual price. int start() {...
MetaTrader 4. Build 181. 1. Updated reading Digits parameter from template; 2. Updated Dictionary of MetaEditor IDE; 3. Updating based on crash-logs
Is this possible to close a part of the position? I mean I open 2 lots long of eur$ 1.2200 and I want to close 1 lot at 1.2230 and the rest of position - 1 lot at 1.2260. Any ideas? Regards Rafael
Dear Sir, I upgrade MT4 from R178 to R180 today and found there were not further updating data after the upgrading,the time&price were not changed any more.Then I download a new R180 and reinstalled in this morning,registered a new account ,but the fault was the same ,the time and price kept the...
  DATA FEED  (1)
What is going on with the Data feed??
  No MT4 data??  (5)
My MT4 doesn't have any new quotes or data yet, and it's 2300 on Aug. 22. I should've been getting data for the last 6 hours. My older MT version that runs with InterbankFX does have data, though. Is anyone else having this problem? Thanks, John
Hi, since nobody can tell me how can insert a screenshot I have to describe again ... how can it be that I see a GBPJPY price of 198.85 on my chart and the price in the terminal window shows 198.93 ? No need to mention that my S/L at 198.95 was taken out when the price showed 198.87 in the chart
  convert help  (1)
any here there could convert this one :-) /*[[ Name := 2Extreme4U - Grid Builder Author := 2Extreme4U Link := http://www.omniscienttrader.com Separate Window := No First Color := LightCyan First Draw Type := Symbol First Symbol := 233 ]]*/ Input: GridSpace(50); var:I(0); var...
Has anyone tried to program the MESA Adaptive Moving Average indicator into MQL4? From the white-paper it looks extremely complicated and I don't want to start from scratch if I don't have to
Hello! How to change the spread for backtesting in property symbol ? For GBPUSD is 4 and my broker is 3pip For EURUSD is 0 ??? and my broker is 2pip [img] http://www.mataf.net/forum/upload/img/upload/symbol%20properties.jpg [/img] And it is possible to change the stop level also ? sorry my...
  Executeable only  (4)
how can i get a ".EX4" FILE to work without the mql4 file accompanying it.
This 'Major Flaw' was documented this morning. The flaw created a 18 fold overstatement of the real trade. The real trade captured 33 pips, the backtester overstated it to 620+ pips. Is this cause for serious concern? I should think so. I have sent this documentation to my brokerage firm...
  iMACD  (5)
if I want the signal to be the EMA instead of the SMA for the signal, how can it be done with the iMACD function?
This coding was to eliminate only pending buy and sell stop orders. It unfortunately is deleting both the pending buy and sell stop orders, but also the orders that are active and in play. How can I change this to only eliminate the pending and not the active buy and sell stops that are in play?...
The initialization after compile will not initialize the line width in the SetIndexStile(); Otherwise, if initialized on open from the "Indicator List" or from "Properties List" (if a vlue is changed) it works a OK. -Stan