- Search Forex Factory
- 1,032 Results (19 Threads, 1,013 Replies)
- futurespec replied Dec 28, 2018
This should do it. HTH M.
- futurespec replied Dec 17, 2018
Check your PM. M.
- futurespec replied Nov 22, 2018
Check your PM.
- 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.
- futurespec replied Aug 10, 2018
Made it compile for you. Not tested to see if it does what you want. M.
- futurespec replied Jul 22, 2018
Not that I could see once bar is closed. M.
- 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)
- futurespec replied Jul 13, 2018
Try this. It draws bands not horiz lines? M.
- futurespec replied Jul 4, 2018
The code for alert was added ???
- futurespec replied Jul 1, 2018
Here we go, because I was seriously bored and don't like football :-( HTH M.
- 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.
- 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!
- 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.
- 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?)
- 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.
- futurespec replied Jun 26, 2018
Pleased it helped. 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 ...
- 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] >= ...