Disliked{quote}It's not displaying because it's not an indicator - it doesn't have any properties of an indicator. It has the OnTick() event function, so MT4 thinks it's an Expert Advisor. The code suggests that it should plot an arrow on the current Bar. This arrow will be jumping until the current Bar closes and it will then stay, if the condtions are no longer met. If the conditions are still met on the next current Bar, the arrow will then disappear and appear on the current Bar. And so on, until the conditions aren't met. And, if we change Tf's the...Ignored
please the idea of the indicator is about 5ema, 10 Sma, 55EMA
if the price is above 55 ema, display only the buy arrow once after the close of the candle on the 5EMA cross above 10SMA
If the price is below 55 ema, display only the sell arrow once after the close of the candle on the 5EMA cross below 10SMA
display MA should be optional in the input tab...
This is what is was trying to create..... Thanks