- Search Forex Factory
- 1,032 Results (19 Threads , 1,013 Replies )
- futurespec replied Oct 22, 2018
Hi, Not really doing any more coding I'm afraid. If you care to PM me I will take a look if it is a 5 minute job. M.
Help with basic coding problem
- futurespec replied Aug 10, 2018
Made it compile for you. Not tested to see if it does what you want. M.
Help with basic coding problem
- futurespec replied Jul 22, 2018
Not that I could see once bar is closed. M.
SimpleBars matf Indicator - How does it work, and any good?
- futurespec replied Jul 22, 2018
It changes colour if High is highest for last 'period' bars OR Close if is > highest high for last 'period' bars and 'useClose' is set to true. HTH M. EDIT : (and vv for Low)
SimpleBars matf Indicator - How does it work, and any good?
- futurespec replied Jul 1, 2018
Here we go, because I was seriously bored and don't like football :-( HTH M.
Weekly versions of open and hi lo indicators
- futurespec replied Jun 29, 2018
Hello Kris, Sorry that is decompiled code and I will NOT work with that as it is unfair on the original coder! When you can PM me tell me exactly what you want and let me have your email and we can start from there. M.
MQL4 coding to draw lines
- futurespec replied Jun 29, 2018
Cannot PM you as you are a new member. Just pay whatever you believe is fair. Your 2 posts list different requests. Which do you want? M. EDIT: Don't know where code comes from but does not even compile!! Badly written!
MQL4 coding to draw lines
- futurespec replied Jun 29, 2018
Hi krisgale, Sorry but cannot take on jobs like that without payment. Occasionally if I am doing nothing I will do odd simple jobs for free to help people BUT if I answered all requests I would be inundated. Hope you understand. M.
MQL4 coding to draw lines
- futurespec replied Jun 29, 2018
Try this. HTH M. EDIT: Note you will need to add.... #property indicator_buffers 2 if you want to show both sets of arrows (Your code did not show that so assume that is what you wanted?)
Need To Add Alert
- futurespec replied Jun 27, 2018
As Wanderer says you could use Global vars. Updated as per request..... Sorry but no time to continually update. Up to you now unless you are really stuck. M.
I have a code task, help please :)
- futurespec replied Jun 26, 2018
Pleased it helped.
I have a code task, help please :)Keep trying and experimenting and you will be surprised what you can achieve. Don't be afraid, you are unlikely to break anything. Good luck, M.
- futurespec replied Jun 26, 2018
This should do it... //+------------------------------------------------------------------+ //| Phong.mq4 | //+------------------------------------------------------------------+ #property copyright "Mn" #property strict #property ...
I have a code task, help please :)
- futurespec replied Jun 24, 2018
It would be an Indi as you are not trading from it. EA is needed if you need to trade from the signals. Just add an extra condition to stop line on subsequent bars ..... if (Close[i+1] < iMA(NULL,0,90,0,0,PRICE_CLOSE,i+1) && Close[i+2] >= ...
MQL4 coding to draw lines