Friends 1
gnovak
Added topic Global vars in EA - good?
In my EA, I am examining MACDs for the last few bars. Originally I had these defined within the start() area. However, I have need to create a function that actually does the logic and places the order (Order_It) In previous programming experience
gnovak
Added topic EA - last bar only
Although I'm very comfortable writing an indicator, mostly due to my 20 years of programming the VB type languages, I'm having difficulty with the Expert idea. The main issue is dealing with the time dimension. My understanding is that the EA, like
gnovak
Added topic Is new indicator in Template auto updated?
I have a template that has a number of custom indicators with settings. I have updated the indicators by closing down MT, copying the new custom indicators over the existing ones (same file name) and then opening MT4 with the old template. I am
gnovak
Added topic How to know chart period and pair from within indicator
I would like to specify certain time periods for certain pairs on which my indicator is to be used.   For example, if it is placed on the EURUSD, I need to look at the previous hi's, low's open's closes from 3 HOURS ago, 2 HOURS ago and 1
gnovak
Added topic Indicator or expert?
Although I've programmed in various languages for the past 20 years, the time dimension of MQ4 is loosing me. I would like to have something alert me after the following condition is met: Current -2 Low < Current -1 Low && Current -2 High
gnovak
Added topic Candlestick parameters
Does anyone know of a source for parameters for the various candlestick patterns? I would like to program indicators, but the text books that I have show great pictures but are not very helpful in determining exact specifications. With all the
gnovak
Added topic External choices
Is there a way to offer the user a group of choices (like a list box ) for an external parameter? I would like to allow the user to select a MACD, Stochastic , CCI, etc. as secondary confirmations. But I would like to limit the choices. Any way to do
gnovak
Added topic Hiding code
I'm new to MQL4 but have been programming for over 25 years. Is there a way to distribute an indicator without distributing the source? If so, how does the user load it
12