imamushroom
imamushroom
imamushroom
Added topic MT4 Indicator - Same arrow being displayed when they should vary
Hi,  I'm learning to write indicators and I've a problem which I don't understand.  The indicator should display an green up or red down arrow depending on certain conditions but instead is displaying all red down arrows. The different
imamushroom
Added topic MT4 New Bar in indicator
Hi,   Could someone please show me how I detect and only execute something at the beginning of a new bar please. I know how to do it in an EA but this is the first indicator I've written.  Thanks in advance. 
imamushroom
Added topic MT4 New Bar in indicator
Hi, Could someone please show me how I can detect and only execute something at the open of a new bar please? I know how to do it in an EA but struggling with an indicator (it's the first indicator I've written!) Thanks in advance. 
imamushroom
Added topic MT4 EA Obfuscator
Hello, Could anyone recommend a good free or commercial obfuscator for an MT4 EA please? Thanks, 
imamushroom
Added topic MT4 CCI Bug?
Hi,  Is it me or have I discovered a bug with the CCI calculation in MetaTrader 4?   I'm using this EA code... //+------------------------------------------------------------------+
imamushroom
Added topic isNewBar across different timeframes
Hi, I'm trying to figure out how to create a isNewBar function that works across multiple timeframes. What I've created is this but it doesn't seem to be working and I can't work out why! Code: const bool isNewBar(const datetime time, int period) {
imamushroom
Added topic Newbie needs help with indicator code
Hi, This is my first indicator and I don't understand what is going on. Could someone highlight my the problem with my code please. Thanks. I want to calculate 2 moving averages and a MACD + histogram. I don't want to display the results, just use
imamushroom
Added topic MQL4: Why is my script so slow in backtesting?
Hi,  I've modified the sample MACD script and now is is so, so slow under backtesting but I don't understand why! Could you someone tell what I'm doing wrong please (I'm a newbie to MT4)
imamushroom
Registered at MQL5.community
imamushroom
Added topic Trading Signals based on different timeframes
Hi, I'm a newbie to MT4 so bare with me please. Is it possible with MT4 to excute a Expert Advisor script that uses multiple timeframes in order to create trading signals? If so, how do I achieve this in code? Timeframes such as 1min, 2min, 5min etc
123