remix919
remix919
Friends

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

remix919
Added topic MT4 Renko EA based on H1/D1/W1 CLOSE?
Does anyone know where I can find a Renko EA that will draw Renko blocks based on the CLOSE of the H1/D1/W1 timeframes instead of the M1 timeframe which pretty much every Renko EA uses? I've searched everywhere and can't seem to find one. Or can
remix919
Added topic Difference between Elite and Advanced Elite membership?
Could a moderator explain the different between the elite and advanced elite membership? All it really says is advanced elite just basically has better stuff
remix919
Added topic How to find the first swing high and low of a range
Pretty much as the title states, how can I find the first swing high and swing low of a bigger range?       
remix919
Added topic Get the Month of a closed order?
How can I use OrderCloseTime() to get the month in digits of a closed order? I'm trying to build a script to filter historical results by month, so I would only want to display order results within a selected month, such as month 11 for November
remix919
Added topic Stop trading until end of month if 4 losses in a row
Trying to figure this out has got my brain in a bundle, lol, so my thinking would be to pull the trade information for the last 4 trades made and IF all of them resulted in loss, then SLEEP until the month = (currentmonth) + 1, would this work and
remix919
Added topic Get Hand Drawn Fibo Values in Script?
I am writing a script that puts pending orders at select values on a fibo. The fibo is hand drawn on the current chart I am looking at, I want to be able to place pending orders at certain levels, is it possible to read in the fibo levels on the
remix919
Added topic Simple Sell Script Won't Work?
I wrote a very simple sell script. Basically I use a custom indi that does nothing but draws a line at a certain price, say for instance 1.65061. So my script is simply:          if (BidPrice <= botline) {
remix919
Registered at MQL5.community
remix919
Added topic How to display iCustom indicator value on EA?
Just as the subject states, I can't figure out how to display the current read value of an iCustom indicator on my EA. Can someone please show me a sample piece of code? I've searched everywhere and can't find out how to do this
remix919
Added topic Help with MQL4 Equation
Hi there, I'm new to MQL4 coming from a PHP/mySQL background. My question is probably quite simple, but I'm not quite understanding why it won't work. I'm trying to basically get the account's balance, the price of the current currency being traded