Huck Finn
Huck Finn
Retired civil engineer at Home
I handle my trading activity through a Panamanian corporation to avoid the Dodd-Frank Act requirements which have largely precluded U.S. residents from subscribing to trade signals created elsewhere in the world.
Friends

Add friends via their profile or user search and you will be able to see if they are online

Huck Finn
Added topic Backtest Results --- Is there an explanation?
Finally got my EA running well enough to start backtesting . I would think, perhaps incorrectly so, that if the only parameters you change between backtest runs are the SL and TP, then the EA should find the same number of trades in the same period
Huck Finn
Added topic Backtesting with Open[0] and Close[0]
My EA uses Open[0] and Close[0] on the M1 chart and then compares the two values to determine whether it was a bull or bear candle. For some reason the backtester returns the same value for these two operators. The same is true for iOpen (.....,0)
Huck Finn
Added topic Clarification Re: "Close[ ]" Values
When you use the "Close[ ]" operator with a zero (ie current bar) in the brackets what does that mean if you are only partially through the current H1, M15, M5, or M1 period? Does it mean: A) the value of the last tick prior to the current
Huck Finn
Added topic Is there a Limit on Nesting Included Files?
I have found nesting conditional "IF" statements to be confusing and prone to numerous errors, hence intimidating, especially when you start nesting 5 or 6 conditional "IF" statements --- one within the next. As result, I have
Huck Finn
Added topic Why Are Array Values Printing Out Zeroes
I've coded my first array in an EA and I'm having troubles correctly do so. The array entitled MAS1, and is declared as a double variable. The intent is to put Moving Average values in the array. However, for some reason when I query the array for a
Huck Finn
Added topic EA Processing Time
I'm in the early stages of writing a new EA and I am shocked by the variability in the processing time. For example, I am currently calculating and printing only two MA's and sometimes it takes only 1 second, then sometimes it takes 24 seconds. My
Huck Finn
Added topic Newbie Question Regarding iMA Function
In order to calculate the MA slope, I need to obtain the MA value from a few periods back, say 5 periods prior to the current period. As best I can tell, the "shift" parameter in this function is the means for obtaining that value, and I