- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Jan 26, 2017Coded LWMA 2 bars as requested. Finished playing with it now. M.
simple indi to plot OHLC [x] bars back
-
futurespec replied Jan 25, 2017Hi Simnz, Sorry still not sure what you are looking for :-( One minute I think you want strength meter and later I think you want lines. Attached indi to show different pair as requested and as you say you could stack sub-windows to get what you ...
simple indi to plot OHLC [x] bars back
-
futurespec replied Jan 16, 2017simnz... 7 pairs would require 28 lines. MT4 only has 8 buffers so it is not possible I think? And that is even before considering TF. M.
simple indi to plot OHLC [x] bars back
-
futurespec replied Jan 12, 2017Pleased it helped. Not prepared to make any further changes, sorry. Just had a few spare moments over Christmas period so tried to help people. Now too busy. Best wishes, M.
Draw vertical that shows moving average data
-
futurespec replied Jan 11, 2017@simnz Think this should do it. HTH M.
Draw vertical that shows moving average data
-
futurespec replied Jan 10, 2017What fibo levels do you mean? Calc from what?
Draw vertical that shows moving average data
-
futurespec replied Jan 9, 2017Pleased it helped. M.

MT4 Identifying the Hi or Lo of candle based on time?
-
futurespec replied Jan 9, 2017Shabs ... try this M.
MT4 Identifying the Hi or Lo of candle based on time?
-
futurespec replied Jan 8, 2017Try something like this. HTH M.
MT4 Identifying the Hi or Lo of candle based on time?
-
futurespec replied Jan 6, 2017Try this, think it does what you ask. Open new chart, preferably EUR or one with good tic frequency. Chart properties set scale fix and max say 0.5 and min say 0.4 then chart will not overlay buttons. If click the pair name a new default chart will ...
EA or script to open positions by symbol
-
futurespec replied Jan 3, 2017This is one I did long time ago but does what you ask I believe. HTH M.
Pivot point indicator with mid points needed
-
futurespec replied Jan 2, 2017Here is one that I made earlier, as they say. Or should I say a long time ago. HTH M.
Pivot level indicator!
-
futurespec replied Jan 1, 2017OK, made initial stab at it. BUT need some pics from you to show what you want. If number of inside bars > 2 need rules clarifying M.
WRB/MC strategy:Coder needed to semi-automate my strategy
-
futurespec replied Dec 31, 2016Changed to arrow. Best wishes for an Happy & Prosperous New Year M.
WRB/MC strategy:Coder needed to semi-automate my strategy
-
futurespec replied Dec 31, 2016Pleased it helped. Will change to arrows another time. Let me know what you want and if I get time I will take a look. M.
WRB/MC strategy:Coder needed to semi-automate my strategy
-
futurespec replied Dec 31, 2016Think this is what you asked for. Vline shown on bar after completed setup and alert at close of bar of completed setup. HTH M.
WRB/MC strategy:Coder needed to semi-automate my strategy
-
futurespec replied Dec 30, 2016Ok, great. Pleased it helped M.

Draw vertical that shows moving average data
-
futurespec replied Dec 30, 2016Try this and modify to your needs. Double click the Vline to select and move it. HTH. M.
Draw vertical that shows moving average data
-
futurespec replied Dec 16, 2016You're welcome. Pleased it helped. M.

MT5 Code need: How to find marketwatch symbols automatically?
-
futurespec replied Dec 13, 2016Try something like :- string mStr; for(int m = 0; m < SymbolsTotal(true) -1; m ++) mStr += SymbolName(m, true)+" "; Comment(mStr); Depending on your needs you could put the pair name into an array instead of a comment and then access whichever you ...
MT5 Code need: How to find marketwatch symbols automatically?