- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Aug 22, 2016You need to change the text colour if you are using black background. Unless you are Superman

Trade Calculator For All Open Trades To Reach Breakeven [Req]
-
futurespec replied Aug 22, 2016Sorry but no. This is why I stoppped coming here before. Do 1 thing and someone else wants this, then that , then mod, and, and and and so it goes on. No disrespect intended. I just happened to drop into FF and saw that someone wanted help and I had ...
Trade Calculator For All Open Trades To Reach Breakeven [Req]
-
futurespec replied Aug 22, 2016Thank you so much. BUT not really back, just happened to have a few minutes to spare. M.
MT4 new build close all script
-
futurespec replied Aug 22, 2016Hi, Made a stab at starting this for you but not sure if calcs are correct; could you let me know please and if they are will look at rest of request. Place in experts folder. Attach to any blank chart. M.
Trade Calculator For All Open Trades To Reach Breakeven [Req]
-
futurespec replied Dec 17, 2014Hi Ferru, Thanks for response, your talent always respected. Right about the ')' but that wasn't the issue (well spotted). Yes it was the 2nd call withing the first orderselect .... but for the life of me I could not see that for a v long time!!! ...
Code help needed please - Order select
-
futurespec replied Dec 17, 2014OK I win the prize and get to have the day off on the 25th .......... The call to "DelPending()"; was checking orders and in so doing cycled through until the last order and, therefore giving the data for that order. Obviously that call needs to be ...
Code help needed please - Order select
-
Code help needed please - Order select
Started Dec 17, 2014|Platform Tech|4 replies
Times must be bad if I cannot see the wood for the trees! The following code should give me ...
-
futurespec replied Nov 11, 2014MKFX ... yes it is meant to be based on DiDi and 4x interpretation. It does not sing or dance (eg alerts etc. others can add that if they wish... easy enough), just a visual. Thanks 4x, hope it helps. M.
DIDI Trading
-
futurespec replied Nov 11, 2014Never could see how working with MA's really helps as they are always lagging but just saw your thread and decided to try and make the visuals easier for my own amusement. If it helps it is attached for anyone to play with as they deem necessary. If ...
DIDI Trading
-
futurespec replied Feb 18, 2014I only deleted it as it appeared that there were duplicate indi/EA files and I wanted to know what files I was using and from what location. (not sure why they appeared in both locations) Apart from that I just like to keep my computer clear of ...
MT4 New build 600 is released
-
futurespec replied Feb 18, 2014v600 ... not that bad — My experience on upgrading... Having seen the numerous posts on upgrading to v600+ I was awaiting the forced update with trepidation. I took note of various posts and .... I removed all mq4 indi files to a completely ...
MT4 New build 600 is released
-
futurespec replied Jan 28, 2014It already has the -ve sign! Try this M.
Simple Indicator Wanted - Pip distance away from EMA
-
futurespec replied Jan 28, 2014Going back a lot!!! Cannot remember it. Modded for candle size. Not tested. M.
Indi wth Alert when candle closes within few pips from high / low
-
futurespec replied Jan 20, 2014It's on the header bar of every chart!
Display current timeframe indicator
-
futurespec replied Jan 19, 2014Try this. (Make sure none of the colours at the start of the code and not the same as your background colour) M.
simple indi to plot OHLC [x] bars back
-
futurespec replied Jan 19, 2014Assuming that the alert for the EJ comes after the '{' in your sample above........... Add the same code after the bracket and put in a loop to check each pair (stored in an array of the pairs that you want to check) and then instead of 'NULL' above ...
Please help with one code idea
-
futurespec replied Jan 17, 2014Something along the lines of... for long.. .......... double val=ObjectGetValueByShift(TLineName , 0); if(High[1] < val && Bid > val + mDistBeyondLine) { mMoveSet = true; mTime = TimeCurrent(); } if((MailSent <= Bars) && mMoveSet && TimeCurrent() < ...
trend line alert only if price pulls back