Forum

my volatility indicator is repanting

I Had an amazing idea for a volatility indicator, then I coded up the indicators but for some reason its coming up as repaint I'm sure if we could fix this issue we will all have an amazing volatility indicator (I'm trying to run the indicator on the 5m chart, required_timeframe is period_current

converting all the include files to dll

Hey guys, I wrote down a complicated Expert advisor that uses many custom include files that I also coded. I wan't to send the .ex4 to a college, the problem is that right now I should also send the include files, and most of the brain of my expert advisor is on this include files. how can I protect

Dictionary with generic type (variant)

I'm working with this library (https://github.com/dingmaotu/mql4-lib/blob/master/Collection/HashMap.mqh) And I need to create a dictionary with different types (the value could be a string, double or integer) I found out that there is a variant type for C++

Expert advisor template (MQL4/MQL5)

Hey guys, does anyone know a template (or maybe the correct terminology is framework) for expert advisors? A template(framework) that deals with all the order execution , Validation and so on and you just have to write down the Exit&Entry&Trailing stop rules. Thanks

Persistence array - MQL4

Hey guys, I manage my trades using an array, the array contains the next Take profit level , how much lots to close at certain points and so on. The only problem I'm facing is if somehow my EA will crush? Or I will write a new version and need to redeploy? I'll lose my unrecoverable array. If I