Matthew Renner
Matthew Renner
  • Information
9+ years
experience
3
products
74
demo versions
0
jobs
0
signals
0
subscribers
Premier Global Holdings
Matthew Renner
Added topic Purchased two MTF indicators, get "version of {indicator} is obsolete; please recompile it", why?
I've purchased two MTF indicators from two different developers.  Any time I toggle the timeframe to something other than "current" I get the error in Experts tab "version of {indicator} is obsolete; please recompile it".  What is going
Matthew Renner
Added topic How to get iMA( buffer to plot when referencing iMA( on a higher TF?
Hi, I was able to get the iMA( to successfully plot a moving average . Suppose I wanted to plot a higher timeframe MA? In the code below, there's an input of choosing a higher timeframe with the variable "TF". For example, if I wanted to plot the M30
Matthew Renner
Added topic How to create a moving average function and plot it?
Hi, My skills in MQL5 are quite weak compared to MQL4 and I've never been able to truly carry over referencing indicators in MQL5. In the example below, the high/low channels plot just fine; however, the moving average does not plot, at least not
Matthew Renner
Added topic ChartRedraw, best way to use?
Hi, I know MQL5 demands ChartRedraw to update GUI on a chart.  However, I'm probably not using it optimally.  Consider the following scenario... I have 5 indicators each which must update the properties of 100 objects each, or any one
Matthew Renner
Added topic Selecting Market tab in Terminal Window freezes the platform
Clicking on the Market tab in The Terminal Window causes the entire platform to freeze. I know I'm registered and logged in because the header flickers with "Register a MQL5 account" and my balance.  The Market tab page comes up blank and
Matthew Renner
Added topic Bug with build 2301
The input parameters of a string value are empty upon reloading an indicator a second or subsequent time onto a chart. To reproduce... 1) take an indicator with an input parameter of string type, (should be filled with its default), then place onto
Matthew Renner Published product

Needing to drill down further on a specific bar's behavior?  No need to open another chart!  The Magnifying Glass indicator can show the price action of a specific bar from a lower timeframe. Just hover the cursor over the bar in question and one can see the lower timeframe candles that actually make up the bar on the chart.  The candles display scaled to the actual bar that's hovered on to the bar's immediate right. There is no input parameters, the selections are done entirely

Matthew Renner Published product

The elite (V3) multi-indicator suite from JoaquinTrading specifically geared towards Forex & binary options, including regulated exchanges such Nadex, Cantor Exchange, and other binary option brokers. The Probability Tool Suite Elite will provide the given win/loss outcome probabilities of up to 10 strike levels, a specific expiration duration, based on a combination of up to 16 indicators, rules, or conditions and derivative behavior (i.e. expiry, touch, touch & retrace).  Using

Matthew Renner Published product

The original multi-indicator suite from JoaquinTrading specifically geared towards binary options, including regulated exchanges such Nadex, Cantor Exchange, and other binary option brokers. The Probability Tool Suite Classic will provide the given win/loss outcome probabilities of up to 10 strike levels, a specific expiration duration, based on a particular indicator's parameters and derivative behavior (i.e. expiry, touch, touch & retrace).  Using this indicator will give users an

Matthew Renner
Added topic Username/Password from/to MT4 to MySQL database
Hi, I'm looking for a way to lock my MT4/MT5 such that my subscribed members only have access so long as they are subscribed.  My website has a MySQL database. Therefore, I need a mechanism where a user enters a username and password to access
Matthew Renner
Added topic MT5 convert from MT4 Indicator not plotting properly
Hi, I am close to converting an indicator from MT4 to MT5; however, the converted indicator is not plotting properly.  In addition, there is a "divide by zero" error on line 73/column 18.  Somewhere, there is a mistranslation.  What am
Matthew Renner
Added topic MT4/MT5 conversion, what is wrong with the code?
I'm attempting to convert the indicator below from MT4/MT5.  Most of the MT5 I'm sure is correct, but something is wrong. The MT4 file below is how the MT5 should work; why does the MT5 file plot incorrectly and generate a zero divide
Matthew Renner
Added topic Histogram won't plot?
Hi, Attached is my code for plotting a basic histogram of the candle body ranges and their averages.  However, the histogram itself (nor the average line) will not plot at all.  What is wrong in the code? Thanks, renner1984
Matthew Renner
Added topic Histogram won't plot?
Hi, Attached is my code for plotting a basic histogram of the candle body ranges and their averages.  However, the histogram itself (nor the average line) will not plot at all.  What is wrong in the code? Thanks, renner1984
Matthew Renner
Added topic MQL5 - Plotting indicator buffer in real-time?
Hi, I'm attempting to plot the bid/ask in a separate window in real-time.  However, the buffer lines do not draw in the separate chart window.  What is wrong in the code?  Thanks
Matthew Renner
Registered at MQL5.community
Matthew Renner
Added topic Codeutilizing for "First Indicator's Data"
I am wanting to take a 10 EMA and apply it to the Average True Range with a period of 1 (not to be confused with ATR of period 10). Assuming the ATR indicator is the only additional window attached, how can I code the value of the 10 EMA of the ATR
Matthew Renner
Added topic Calling a function to execute only at a certain time?
I'm trying to get the high and low of the previous day on a 1 hour chart (the last 24 bars) so I can use them during the day. I want this process to be done everyday of trading. Currently I put this process in the following functions: double Higher
Matthew Renner
Added topic Why won't anything draw? Sometimes this indicator has crashed MT4
I'm trying to plot pivot points, their resistances, and supports as graphs (similar to that of moving averages) for any period (based off a bar's predecessor), so I can find such for any bar, at any given time. Basically the purpose is to find what
Matthew Renner
Added topic Opening & Closing Orders?
I'm sure this is in the forums ad nauseam, but being new I must ask how does one code the opening or closing of an order assuming it means the condition of an "if statement"? I know about OrderSend() and OrderClose(), but how are they used
12