rwatts50
rwatts50
Friends

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

rwatts50
Added topic Automated Renko Trading system
I am embarking on developing an EA to trade a renko chart. From what I've read it appears I will need an ea placed on a live chart whose function is to send price information to an offline renko chart. Then a second EA sitting on the renko chart
rwatts50
Added topic Ask function returning strange results
I have had some issues with calculations involving the Ask function . It is returning some very strange results from the following simple code: Alert("Ask is ", Ask); File attached for output. It displays the correct Ask of 142.183, but then other
rwatts50
Added topic Expiry on Pending Orders
I want to put an expiry on pending orders , which is fairly straight forward using OrderSend. However if the pending order gets triggered and turns into an open order I don't want it to have an expiry. Is this the default behavior or does the order
rwatts50
Added topic Promoting and selling expert advisors
Hi   I've had one of my expert advisers running on a live account for some time now showing good results and I'm considering selling it.   I understand there are technical challenges with modifying the ea for commercial use (GMT offset etc)
rwatts50
Added topic Error 130 Pain
Hi I am having a lot of pain with an Error 130. From what I have read everything points to a NormalizeDouble issue but I can't seem to solve it. The ea takes the low of the day and places a buy order , I have written similar code using 'Ask' as a
rwatts50
Added topic Help with opening times - My first Expert Advisor
Hi I am an experienced developer but this is my first attempt at an MQL4 expert advisor. I am looking open two pending orders on the Germany 30 indicies as soon as it opens (7:00 BST). As my broker is alpari and from what I have read their servers
rwatts50
Registered at MQL5.community