Matthew Renner
Matthew Renner
  • Information
10+ years
experience
5
products
47
demo versions
0
jobs
0
signals
0
subscribers
Premier Global Holdings
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
Matthew Renner
Added topic How would a write a program to simply alert me when a new bar appears?
Pointless as it is, how would I write a program alerting me when the next bar appears? I ask so I can get the values of a moving average when a bar closes and a new one opens. Thanks
Matthew Renner
Added topic How to take action only when next bar appears?
Hi to all! I'm probably overlooking a simple bit of code for this, but missing it. How would I write the code an action to take place only when a new bar appears (like waiting for a bar to close at 11:00 and for the new 12:00 to appear)? For example
Matthew Renner
Added topic What is a "line index"?
When referencing terms, sometimes it is said "Line index must be from 0 to 7. What is "line index" and what is each number mean (0 to 7)
Matthew Renner
Added topic Where do I download MQL4?
Where would I download MetaEditor? Could someone please send me the link? I presume this is where you would write the actual code to write your own Expert Advisor . Thank you
12