General - page 1881

Hello everyone, I was thinking of getting a PocketPC when I open an account so I can trade when away from the computer so I can manually trade without having any problems. Has anyone tested this? I emailed interbankfx wit some questions but it would be great if I could get some feedback directly...
I'm just curious as to when MT3 was released to the masses and how long its service life has been ? Thanks
Hey guys, I use this Indicator in Tradestation with a Bollinger Band. I looked at the Regressions Channel Indicator but dosen't appear to be the same. Does anyone know where I can find this indicator? Thanks Paul
Does anyone know how to alter this indicator so that the COMMENTS which appear on the top left of the chart can be altered in font, font size and colour? Also I find that you need to hit the refresh to make sure the indicator levels on the comments display are current - is there any way of...
Hi, How is it possible that a EA which don't use any chart period has different results when it is tested on different timeframes (H1 and M5) ? Both have 90 % accuracy and the M1 history is loaded for the whole testing period.
  Daily high/low channel  (25   1 2 3)
Hi, does anybody know if the indicator in VT exists as a custom indicator in Metatrader. If so, what's the name of this indicator. I am pointing at the red en blue daily high/low channel in the attached chart. TIA
Is there any way of getting Metatrader without the demo expiring every month? Or, if I have to re-register, do I have to re-load all the downloaded indicators again? Thank you Sam
  Delaying trades  (1)
Hi all, Could someone tell me if there is a way to make it so that when a trade is opened, it can't be closed until a certain time is up. For instance, the broker I want to use won't let you do trades that take less than 3 min and the EA I'm using makes a lot of trades in under 3 min. I need to...
Something to play with when you are not sure what the error code (number) means and don't have the time to open MetaEditor and search for the error code. Just attach the script and enter the error code (ex: 130) and it'll tell you what does the error code mean!
Hello everyone, For the pro's who know this, what is the best way to play the news from the FOMC meeting tomorrow? Most are anticipating a raise of .25%, so be it... But if the comments are he will put a hold on the raising of rates, will we see the EURUSD go short??? Will the dollar stregthen??...
  EA Programmer  (3)
Hello, i was wondering if anyone was interested in a quick bit of programming MQ4. I can read the language but don't have to time nor experience to get it built successfully. The system is easy, already partially coded but needs to be cleaned up, plus a few modules added to it. It is for the...
i just wondering, is the backtest just a dream or can we keep it for strategy plan that we do? your coment please....
  Indicator for margin level  (22   1 2 3)
hi How does one calculate 'margin level'.? I want to open the maximum number of positions I can using different stratergies - but i don't quite know when to stop opening. When 'margin level' = 50%? If I know how to calculate margin level then I can determine what my 'margin level' will be if all my...
Hi, I use MT4 build 4.00.193 and want to backtest a strategy using an "expert adivsor". For this I downloaded historical GBPUSD data from the last 2 years into the histroy center. The data is 1-Minute-Based. By importing the data I can see in the histroy center the 1Minute GBPUSD...
I wrote this code and it is working, the problem is that it only trade one at a time, even though i have attached it on several pairs. Is it possible to make it trade on other pairs if those pairs reaches the criteria? Thank you.
Hi Guys can you please explain what does this line mean..... specilly the 2 and 1 in the brackets.. iCustom(NULL,TimeFrame,"Heiken Ashi",2,1) Thanks Babar
Hi Guys, How can I limit the amount of order per bar in my EA....Basically I want EA to open only 1 order per bar.....and wait for the next bar...if the conditions fullfil then open another position....at the moment it is opening more than 1 positions in one bar.... Thanks Babar
Hi everyone, I'm new to the forum so excuse me if this is not the right place to ask this question. I have written a script for MT4 and basically it waits until the start of a new daily bar to perform it's calculations. The problem I have is that after a short while the script seems to hang up and
Usually you drop the MA on price, right? But now you will learn to plot it on top of other indicators such as RSI, MACD, etc. Just drag and drop Moving Average indicator onto another indicator and change Apply to = First indicator's data. Remember that it's built-in Moving Average, not the custom...
  StringSetChar()  (1)
Hi Slawa, anomaly with this function as the character is not returned in the specified position: string strChanged=StringSetChar("0123456", 3, 65); // 012A456 Also parameter 3 in the sample is the wrong type. Take care.
Does someone know if there were a way, to select multiple or all objects in the object list (ctrl-b) of MT4 ? For some reason the new build unselected all my objects (like 3000 of them) and thus made them invisible on the chart. It would take a long time and probably my nervous system if I had to...
I've done a very simple expert to test time flow. Here it is: int start() { if(TimeHour(CurTime())==0 && TimeMinute(CurTime())<5) Print("@@@ HELLO @@@"); return(0); } I've checked this on 4 years of 1-min data and got this output in the Journal window (only last lines): ...... 2006.05.05
Just go to : http://www.tradesys.co.uk/downloads.htm Bye DV
  Hosting for MT4  (11   1 2)
Question: Is it possible to have your MT4 trading station hosted and maintained by a commercial server? Reasons why I ask: 1) Comcast.net my Broadband provider crashes all the time. 2) I would like 5 ninths reliability on my system up time. In other words I would like 99.999% system uptime. (I know...
Looking for some feedback on the Elite Subscription. Anyone testify it really winning 3000 pips per month? Is it a complete MQL 4 file I can attach to interbank FX charts and have it auto trade? Is it the same system winning consistantly or different systems winning on different months. I am looking
  Super S/R! Breakout system?  (17   1 2)
I was wondering if any gurus came up with any breakout system based on Support and Resistance indicator? I believe it should be very possible with a decent S/R indicator. Let's make a holy grail out of this new indicator guys! I've been playing with Barry's Support and Resistance, but only to find
Hi guys, is it possible to activate EA or EAs on a specific time ..........like 18:35pm..... Thanks Babar
Hello, This is igorads Dinapoli Detrend Oscillator I belive, i've changed it to give a histogram instead. And I was wondering if someone can work on it so that a bar on the histogram would change colour should there be divergence with the closing price. Anyone help?