- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Apr 17, 2017Think the only realistic way to achieve what you ask is to code the Button into the TM that you have running if you have the mq4 for it. M.
Button to move Stop to Breakeven
-
futurespec replied Apr 5, 2017The best hint I could give is to work out your logic correctly. Maybe remove the !tdicrossrg || etc from the close conditions. Not helpful but without seeing whole code and knowing what you are trying to achieve cannot offer anything else (and no I ...
Coding problem
-
futurespec replied Apr 4, 2017You are setting tdicrossrg = 0; (or one of the other vars) then... bool closeBuy3 = (!tdicrossrg || ((curTdiGreen<curTdiRed) && (prevTdiGreen>prevTdiRed))); so if trade is opened it immediately closes because tdicrossrg is false. HTH M.
Coding problem
-
futurespec replied Apr 4, 2017Hi Smika, Congrats on trying coding. You appear to be progressing rapidly. Cannot see from sample what the error is. Need to see code for buying. M.
Coding problem
-
futurespec replied Mar 28, 2017Try this. Did it over my cornflakes but should work. M
Renko Bar Color Change with Push notification
-
futurespec replied Mar 26, 2017LOL ... loved the ..'Specs' bit. Try using Rose coloured ones, they work even better ;-) M.
ADX ea makeover request
-
futurespec replied Mar 25, 2017You need to load into editor and press F7 to compile; should then appear under custom indicators
Draw a freehand line from A to B to C in MT4
-
futurespec replied Mar 25, 2017Hi Page, Age is not a number it is a state of mind ;-) Done what I think you asked for .... NOT tested. AdvancedADX really adds nothing other than colour but have added variables for it if you want to use different TF from main chart and different ...
ADX ea makeover request
-
futurespec replied Mar 25, 2017Don't do add-ons and mods as they are never ending. That is why I stopped coming on here very often!! Only coded the request as it was a 5 minute job. Don't have time to spare. The code is provided so that you can do your desired mods. Mod done for ...
Draw a freehand line from A to B to C in MT4
-
futurespec replied Mar 25, 2017Thanks CJ ... yes it is an indi and needs to go in indicators folder. Click once for first point and again for 2nd point. M.
Draw a freehand line from A to B to C in MT4
-
futurespec replied Mar 24, 2017This will go someway towards what you have asked for. M.
Draw a freehand line from A to B to C in MT4
-
futurespec replied Mar 7, 2017Simple solution to list your trades. Shows Pair, lots, open price and hrs& mins. mTimer is interval in minutes to next update. Throws a few warnings but ignore them ... I assume latest MT4 updates have changed some of the inner workings
M.Indicator that shows duration of an open trade
-
futurespec replied Feb 3, 2017One brute way to do it would be... Close MT4 Go MT4 folder/ profiles / the profile name that you were using ........ in windows explorer Then delete the chart if you know which one it was. Will then start without that chart. HTH M.
MT4 Not responding after opening
-
futurespec replied Feb 2, 2017Hope this is what you want. Delete pend will delete all pending orders and NOT reinstate. Hold pend will delete then reinstate after mWaitTimeMins. Try it and check it to make sure it does what you want BEFORE using on live trades. HTH M. EDIT: ...
Script to resume previous pending limit orders
-
futurespec replied Jan 28, 2017Hi Brain, Thanks for pointing that out. Realised that soon after writing the post but don't think will be using anywhere near that amount anytime soon. ;-) Cheers, M.
simple indi to plot OHLC [x] bars back