dazamate / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
dazamate
Added topic How does Ichimoku Indicator Achieve This Smooth Shading?
I would like to shade the area between two emas. I know there has been some discussion on this, but I can't find the right solution... I just bought a dell alienware, and it has a 4k screen. So I thought I would mention that I am dealing with high
dazamate
Added topic Trying to pass reference a stuct array element to a a pointer
Hey coders I am just trying to advance my OOP skills here. I have an array of struct datatype... struct square { double resistance, support;
dazamate
Added topic How to create auto install exe for EA's
Sometimes I've come across EAs and indicators that are bundle into a exe file, which makes installation easier by putting all the right files in the all right folders to make it less confusing for the user to install. Apparently there are ones out
dazamate
Added topic Getting Horizontal Level Values Placed by the User
Dear Mql4ers, I would like to create some code that will read all the horizontal price levels that was placed by the user via the horizontal line tool in the terminal. I have some code that knows there are levels on the chart... int
dazamate
Added topic Learning OOP - Setting up child class contructor when base class constructor accepts paratmeters
Hey everyone, learning to uses classes to neaten up my coding and get with the times. I am doing a basic moving average class set. I have created the base moving average class - which seems to work ok. Now I am trying to make an exponential
dazamate
Added topic Only want to run when new candle forms. Bug in my code.
I have an indicator which will send notifications when candle patterns are detected. On only want it to run when the code sees a new candle as formed. I record the current candle open time to a file. So if the indicator is closed, and re-opened it
dazamate
Added topic stuck on array out of range error. Please critic my indicator loop.
I am stuck with an array out of range error. I've done much search to try find common coding mistakes and have placed 'safeguards' in to try stop the indicator trying to fetch outside the range. The indicator works, but sometimes when I flick through
dazamate
Added topic Toggle (Flush/Redraw) an indicator buffer with keystroke event
Hi guys, I am trying to figure out how to flush out, or 'reset' indicator buffers on a keystroke event . Here is what I have so far void OnChartEvent ( const int id, // Event
dazamate
Added topic Want to use Dialog Panel - Getting a better understanding of it's ability
Hi guys, An old pre build 600 coder here trying to get familiar with all the new functionality. I want to create an mt4 application that can execute trade orders with specific settings and manage things like trailing stops. I would like to use
dazamate
Added topic What do the experts think of my price normalize function...
I made this function to normalize price if it needs to be rounded for pairs like gold with ordersends... What do you guys think about it? Have I gone about it correctly? double normalizeprice( double price) {
: