Friends 1
gnovak
Added topic MT4 - High-Low Indicator code not working
This should be simple - I'm just looking to display the high-low of the current chart in a sub window.  This does open the window but doesnt display anything. even though I change the color before adding it. What am I doing wrong?  
gnovak
Left feedback to developer for job Pivot Expert
gnovak
Left feedback to developer for job Missed Pivots Dashboards & Indicator
gnovak
Added topic maximizing MT4 optimization with MacBookPro (2016) Bootcamp Windows 10 64 bit
Wanted to update some of the threads here - I wanted to use my maxed out MacBookPro (late 2016) to run EA optimizations. So I used BootCamp, bought a 64 bit version of Windows10  Pro (real inexpensive if you look on the net).  Everything
gnovak
Added topic Using interest rates in Expert?
I would like to "lookup" interest rates somewhere on the web, use them in an expert calculation in addition to other parameters to place trades.  But I have no idea if 1) the actual interest rates appear anywhere and 2) if its possible to go out
gnovak
Left feedback to developer for job High Low EA
gnovak
Added topic Multi Pair Indicator Panel (MT4)
I'm trying to create an indicator panel in MT4 - never have done that before.  I've done a couple of indicators in the past, but simplistic.  Specifically I wish to show in an upper quadrant the current ATR(x) for multiple selected pairs
gnovak
Added topic anybody use testing to calculate days?
The MT4 tester is good for finding most everything about an EA. However, I would like to find the average days for wining and loosing trades.  The MT4 tester doesnt seem to do that.  Anyone know of how I could find out the avg # of days
gnovak
Added topic how to send email?
I have the following indicator code. It shows an arrow on the screen when a certain condition exists. I want to have it send an email when the condition exists AFTER I attach it to the chart.  The problem is that it currently tries to send
gnovak
Added topic Sending Email once?
I'm editing some code I found that creates an Arrow when a double inside bar occurs. I would like it to send an email when it occurs as well. I have used SENDMAIL() abd it works too well...I only want it to send an email when a new double inside bar
gnovak
Added topic Dynamic SL TP pip dollar calculator
I'm trying to find an indicator or EA that would calculate the difference between the order price and the stop loss/take profit in the deposit currency as well as in pips. I'm also looking for code that would show how when I move a line on the
gnovak
Added topic Placing variables in series by value
I have created an indicator where there are 4 extern values: MAE1, MAE2, MAE3, MAE4 Is there a function   to place these in numerical order from lowest to highest so that MA1 contains the lowest MAE1-4, MA2 contains the next lowest, etc? Seems
gnovak
Added topic Getting completed order data from external program
I'm creating a basic program outside of MT4 that will rely on obtaining the completed trade information from MT4. SO, for example, when this application is opened, it can go out and get the latest completed trades. The question/food for though is
gnovak
Added topic Graphing an Indicator
I have a simple indicator that should tell me the average daily range (not atr) . Actually, I would love to make it an ATFR - Average TimeFrame Range - going back <extern> bars.  I would like it to graph the results as a line graph (like a
gnovak
Registered at MQL5.community
gnovak
Added topic Megabreaker - anyone know the author
I've been using this great system (for me) called Megabreaker. I dont know if it is working quite the way it is suppose to - it doesnt appear to be using trailing stops only on profit. Does anyone know who made it or where I can get a hold of
gnovak
Added topic EA progammer - advanced
I'm looking for a programmer for an EA. Confidentiality agreement required. Straight forward concept. I've programmed for 25+ years - just not in MQL4 and, quite honestly, after work, I would rather trade. I'll provide as much detail as possible. If
gnovak
Added topic Showing average ranges
Before I re-invent the wheel - Is there an easy source (or EA that displays ) for various ranges - weekly, daily, 4 hr, 1 hr for the currency pairs
gnovak
Added topic limiting one order per currency pair
I wish to utilize the same EA on many charts. Last week when I tested it, I had a condition whereby it would only place one order at a time. So if it was on two charts and the signal was generated, it would only place one of the two orders. So I
gnovak
Added topic Else-if Limit?
Is there a limit for the number of else if statements? I am attempting to define a couple of vars depending on what currency the EA is placed on. I'm running into a mismatched { error and the position referred to is sporadic depending on where I
12