billr
billr
Friends

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

billr
Added topic Autohotkey script for backtesting
This is a first pass at a script to run an optimization for every week between two dates. This particular script has the window name for IBFX - change to use it for other banks. Of course, I'm giving no claims, warranties, promises, or debugging
billr
Added topic iMA vs MA in Indicators list
I've got this in my code for a Custom Indicator: iMA(NULL,0,45,0,2,5,0); When I drop the Moving Average indicator from the regular Indicators folder, and set the parameters to what I think should be to duplicate it (45 periods, smoothed, and typical
billr
Added topic 5-digit and Point
At least on IBFX, when they went to 5-digits they disabled (or broke) the Point. First of all, I don't know how this could be - it's just basically just a #define equal to 0.0001, used to adjust decimal representations of pips to the ratio of the
billr
Added topic 4- vs 5-digits
The general fix for EAs migrating from 4 to 5 is to multiply any quantity that's expressed in pips by 10. While this works, isn't that the objective of the Point function , to remove the exact decimal translation from the programmer's responsibility
billr
Registered at MQL5.community
billr
Added topic MT4 price hits EMA sound alert required please?
Hi, I just wondered if anyone has an MT4 sound indicator that alerts immediately price hits the 10 ema, ie. does not wait for a candle close
billr
Added topic Price hitting EMA 10 MT4 indicator required please
Hi, I just wondered if anyone has an MT4 sound alert indicator that triggers immediately on price hitting the 10EMA, ie does not wait until the candle closes over the EMA