Sean Hilton
Sean Hilton
  • Information
10+ years
experience
1
products
191
demo versions
0
jobs
0
signals
0
subscribers
Hilton Global LLC
Sean Hilton Published product

Moving Average Slope for MT5 is an indicator which displays the Slope of a Moving Average . Finding the Slope of a Moving Average is a great way to determine trends and ranges of the market. Moving Average Slope can be used for manual trading or built into an Expert Adviser for automated trading. It is presented as a histogram which you may change the colors for positive and negative results. Positive results indicate an upward trend of the market. Negative results indicate a downward trend of

Sean Hilton
Added topic Help with Array Out of Range - Solved
Hey all, I'm getting an array out of range on this custom indi. I can't seem to figure out why. Any help is greatly appreciated! //HullAMA.mq4 #property copyright "Copyright © 2004, by konKop,wellx" #property link       
Sean Hilton
Added topic Has anyone else gotten an optimization result like this?
Has anyone else gotten an optimization result like this? The negative profit is HUGE. And my EA is always using a stoploss. This is the first time I've ever seen this. Thanks
Sean Hilton
Added topic Indicator has different values when run with EA
Good Morning, I'm testing an indicator with an EA (using iCustom). There's only one buffer. Basically the indicator will cross back and forth across a zero value. If the indicator is positive, I'll buy. If it's negative, I'll sell. My trouble is that
Sean Hilton
Added topic [SOLVED] Indicator Changes Behavior after Initial Loop
Hello, I have programmed an indicator which seems to work at first when placed on a chart but will change it's behavior when running. I know it has something to do with how I'm calculating Limit for the for loop. Maybe I'm missing something
Sean Hilton
Added topic Name of variable causing Divide by Zero
I ran into something of a bug while writing some code to round spread data to the nearest multiple of my choice. See below: //Given that (in the variable declaration): //extern double DMultiple4 = 2; if (SignalID == 4 ) {    RefreshRates();
Sean Hilton
Registered at MQL5.community