Matthew Allbee
Matthew Allbee
Friends

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

Matthew Allbee
Added topic Writing an SMA indicator from scratch
/*    SELF-CODED 5-DAY SMA    Set up buffer with style, indexbegin, and color    for each bar:       calculate closing price of last 4 bars and current price
Matthew Allbee
Added topic Plotting SMA indicator on chart
For my first indicator, I'm simply trying to plot the SMA indicator on a chart. I can get the code to compile and it loads when I click "Start on Real Data," but nothing actually shows on the chart. What is going wrong here?   #property
Matthew Allbee
Added topic Implementing a simple RSI strategy test - first program
I am attempting to creating a simple EA in MQL4 that sells a pair when the RSI rises above 75 and sells when it falls below 60, while only being in one trade at a time. For some reason, it will only continuously selling without ever closing a
Matthew Allbee
Registered at MQL5.community