- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Aug 30, 2017Sajid, Pleased to help when results are appreciated. Hope it helps. M.
request: tool to change Template by clicking visible object
-
futurespec replied Aug 30, 2017Hi, Would be possible only depending on the complexity of the pattern that you are searching for. PM me if it is easier. M.
Forex Pattern Scanner without loading mt4 charts
-
futurespec replied Aug 29, 2017Hi Sajid, Cannot do exactly what you ask as applying template would remove the buttons unless they are already in all your templates. (Do not know a way around that). Try this.... Open new chart without any indi's. Load attached indi. Put the names ...
request: tool to change Template by clicking visible object
-
futurespec replied Aug 29, 2017Vi, Try attached. Don't have time to play with this for you so may not work as intended. You have added new conditions on top of original request which never cheers me up! No time to explain everything, persevere and you will get there. Let me know ...
Help needed coding EA - OrderSend errors
-
futurespec replied Aug 29, 2017Hi Vi, Sorry thought you were a programmer as you supplied original code. Should be a little better now but have not checked or altered the logic of what you were doing. Cannot replicate your results :-( Hope it helps. M.
Help needed coding EA - OrderSend errors
-
futurespec replied Aug 29, 2017Sorry did this while I was twiddling my fingers yesterday with an hour to spare. No time at moment but will come back to it when I can if you do not resolve it. M.
Help needed coding EA - OrderSend errors
-
futurespec replied Aug 28, 2017Hi Auntie Vi, This should go some way towards eliminating the errors. Just play with it and adjust to your needs. M.
Help needed coding EA - OrderSend errors
-
futurespec replied Aug 15, 2017WARNING! WARNING! WARNING! Tried to help this 'person' with the coding then saw all the other responses on here and said there was no point in my continuing even though coding was near completion. This is the response I received ( Need I say more?) ...
Any programmer want to practice their programming skills
-
futurespec replied May 30, 2017Here you go, this should do it (I think). M.
Custom Indicator - Draw Arrow and Close Price Line
-
futurespec replied May 30, 2017Think language is a problem here!? If you have the code to identify the cross then what I have suggested should place the dot/arrow at that bar. No need to "go back" ?? You said you want just one dot. The existing dot would be moved forward to the ...
Custom Indicator - Draw Arrow and Close Price Line
-
futurespec replied May 30, 2017When you get the MA cross .... { ObjectMove("mL", 0, Time[bar of MA cross], Low[of MA cross] - 5 * Point()); if(MA > MAprev) ObjectSet("mL", OBJPROP_COLOR , clrBlue); else ObjectSet("mL", OBJPROP_COLOR , clrRed); } M.
Custom Indicator - Draw Arrow and Close Price Line
-
futurespec replied May 29, 2017Don't want to interrupt Ferru's great help here but ..... You do not need buffers for 1 point (the arrows). Under init() set up the object eg. ObjectCreate("mL", OBJ_TEXT, 0, 0, 0, 0, 0); ObjectSet("mL", OBJPROP_TIME1 , Time[10]); ObjectSet("mL", ...
Custom Indicator - Draw Arrow and Close Price Line
-
futurespec replied May 25, 2017Does this do what you need? M.
Is it possible to show a Daily moving average on a H1 chart?
-
futurespec replied May 19, 2017You could try this ... one I made for myself previously. As is only works on orders placed from this EA. (put it in experts folder) mRevLotsMult ... set to 1 for same lot size as existing order. (adds all orders for pair, closes orders for that pair ...
Trade EA with reversal button
-
futurespec replied May 4, 2017Hi Komugi, Always looking for "abundance of good karma " so try this. (not tested) M.
Bollinger Bands Alert Overpriced With Custom Pips Filter
-
futurespec replied Apr 19, 2017Here is one I did some time ago. Pick bits from it to suit your needs. HTH M.
How to get latest 2 swing value of zigzag in EA
-
futurespec replied Apr 19, 2017Oooh!! Someone is on the ball (not me) Thanks for pointing that out. Mod attached M.
Button to move Stop to Breakeven
-
futurespec replied Apr 19, 2017You need to provide the mq4 file for the EA then someone may be able to help. The EA needs modifying to do what you ask. M.
Cancel trades with same pair but different types (buy/sell)
-
futurespec replied Apr 18, 2017Try this. Not tested fully so anything could happen! (Did not have time to check exactly what existing TM does) Have reset some of the defaults on user vars so that all my trades did not get changed. PLEASE CHECK before using. If ...
Button to move Stop to Breakeven