Paul
Paul
Friends

Add friends via their profile or user search and you will be able to see if they are online

Paul
Added topic No LWMA line in custom moving average indicator
Why can't I see a linear weighted moving average line when I load  the custom moving average indicator? The other three types of simple, EMA and smooth give lines but not the LWMA
Paul
Added topic Tester unmatched error makes no sense to me
I have two versions of the same EA where the only difference is the indicator being called. EAs A and B were both working until I edited the indicator that B calls. Now B gives unmatched errors and doesn't trade but A still runs on the same time
Paul
Added topic No platforms working
So what am I supposed to do when my Oanda and FXCM live platforms crash my computer. The brokers only have build 825 and it just crashes my computer
Paul
Added topic EA runs slow on one platform but other EAs run fast.
I have been developing an EA but after a few backtest runs it now goes really slowly. It runs fast on my other computer with the same broker like it used to do where it runs slow now. It has nothing to do with my EA code and I have cleared all the
Paul
Added topic Latest mt4 crashes at start of install so won't work
My main computer broke so I tried to install mt4 on an older computer running windows XP with SP2 but it won't install it just crashes at the start with a microsoft exception error and "sorry for the inconvenience" window. I thought it
Paul
Added topic Williams % R indicator code value at divide by 0
What does the WPR indicator do for a value when the difference between the highest and lowest is zero? Here is the calculation from the indicator. //----Williams’ Percent Range calculation    i = Bars - ExtWPRPeriod - 1 ;    if
Paul
Added topic mobile or client data volume any idea?
Does anybody have an estimate of the volume of data passed between a client or mobile MT4 and the server? I have only found one post relating to this and the answer 3 years ago was measure it yourself. By now I am sure someone has figured this out
Paul
Added topic MT4 platform trailing stop, Does it work?
I have clicked a 30 pip trailing stop that is actually 3 real pips and it worked but when my trade was 20 real pips in profit I clicked the 130 pips and it never came in even though the trade remained 20 pips or more in profit. If the 30 pips is 3
Paul
Added topic No wizard icon I'm either blind or stupid
I wanted to see what the wizard does but can't even find the wizard icon to even get it started. Do I have to download an addon? My version 5 is demo MQ5 build 375
Paul
Added topic Invalid stops on real not demo why?
I haven't seen this before so is it something to do with the last upgrade? The EA runs in the back tester without errors but on forward testing it gives " invalid stop error" on every trade and yet I print out the stop and it comes out as
Paul
Added topic Back tester profit factor bug or is it me again?
I have had weird results poping up in the profit factor column of the bac tester results. I read that there should be at least 30 trades before results can be calculated correctly but shouldn't the system just leave the table empty rather than put
Paul
Added topic Crash Heeeeelp! going gone
There has been a critical error Time : 2010.02.18 14:41 Program : Client Terminal Version : 4.00 (build: 225, 10 Jul 2009) OS : Windows XP Professional 5.1 Service Pack 2 (Build 2600) Processors : 1 x X86 (level 15) Memory : 1047024/587696 kb
Paul
Added topic Indicator bug or my code?
Has anybody else seen this. This occurs from time to time on many indicators when they are running. It can be straightended out by switching timeframes and returning but why does it happen. This indicator can run for hours then suddenly do this. Any
Paul
Added topic Strategy test or screw up?
I just run this back test and the graph looked good so I checked the stats report. Can someone explain what it means. There is a total of 6 trades with 4 short wins and 2 long wins and yet it thinks 50% of shorts won and 50% of longs won. To add to
Paul
Added topic Broker prices out of sync why?
I wanted to compare broker prices so I used the back tester on 1 minute time scale and dumped the prices to a file for two different brokers. I accounted for the GMT differences and plotted the prices on a chart with minutes on the X axis expecting
Paul
Added topic Is this a bug or is it me?
I have a custom indicator that places an arrow at the close price when a direction change is imminent. When the indicator is run in the visual mode of the back tester the arrow will appear and go up and down with the close price until the candle
Paul
Registered at MQL5.community
Paul
Added topic Serious MQL4 bug
Why does the contents of an array have an affect on the processing time of an indicator when iMAOnArray is used on a half initialised array. If iMAOnArray has the number of elements that are initialised passed as a parameter it works correctly but if
Paul
Added topic Front of indicator problem
Can anybody see the problem in my indicator. I am sure it is something to do with the limits of the arraysbut I can't see what. When I put the indicator on the chart it is correct but as the ticks come in it goes to pot on the front end. I don't want
Paul
Added topic Can mobile MT4 run on desktop?
I know it sounds like a stupid question but my thinking is that if the mobile MT4 does the same job and works on a desktop then it must use less resources and that opens up other possibilities like running many copies on different brokers or using
12