Forum

Simple example of how to paint a bar (indicator)

Can anybody post a code example of an indicator that paint bars, like Metatrade does? If Close(i+1)>Close(i) blue bars If Close(i+1)<Close(i) red bars Thanks

FAMA Indicator - HELP with refresh

Hi all, i am trying to fix this indicator but didn't have success yet. Can anybody help me? The problem is that it not refreshes automatically. Here's the code Thanks //+------------------------------------------------------------------+ //|

Renko Data Series

Hi All, Is it possible to export an offline/ Renko data series to a csv format? Or is it possible to open a .hst file? Thank you

Why this indicator is initialized and deinitialized all the time at my EA?

I have this indicator //+------------------------------------------------------------------+ //| Instantaneous Trendline Filter| //| Copyright © 2006, Luis Guilherme Damiani | //|

Damiani Volatmeter v3.2

Hi All, Does anybody have the Damiani Volatmeter v3.2 indicator. His site is unavailable. I saw that the version I have is repainting the green line. Is this correct? Thanks

How to setup a FLAG in the expert

Hi All, I'm having some dificulties to set up a FLAG in my expert that defines if the trade has already been triggered or not. For instance, I have a order logic that is triggered when the RSI indicator is overbought or oversold. All orders have S/L and T/P. If one of this two targets is reached, my