- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied May 10, 2012Sorry not sure what you want again? What line and under what conditions?
need coder to modify this indicator please
-
futurespec replied May 10, 2012Merlin, Sure is a Goofy day ;-) Not sure but I think the following should work..... Remove/overwrite the existing bool TradingTime() function with.... (keep a copy in case I am wrong) bool TradingTime() { datetime start, stop; start = ...
coders please fix an EA bug - trading hours
-
futurespec replied May 10, 2012Hi Jannie, Not totally sure what you are asking? You should be able to cycle through the existing trades and check if there are any orders for the pair that you are concerned about. ( OrderSymbol() == Symbol() ) If you are able/willing to post your ...
Great System to an EA, needs 1 entry per pair
-
futurespec replied May 10, 2012Sorry not interested in changing every new piece of DECOMPILED code that you get. Tried to help initially and hope that I did. As I said previously specify what you want in your original post and do NOT continue to add to it later. For me at least ...
need coder to modify this indicator please
-
futurespec replied May 8, 2012I believe that XL forecast is basically Linear Regression. Not sure that it is within my capabilities but if you post your XL formulas (preferably the XL sheet) and the data that it refers to then I or maybe somebody else can take a look and perhaps ...
MicroSoft Excel Forecast Formula
-
futurespec replied May 8, 2012Changed as requested.
Need Help: looking for indicator to draw weekly High/Low
-
futurespec replied May 7, 2012Try this. If you leave it set to Top and Horiz text then leave mVPos set to '0'. Otherwise you will need to set mVPos to a relevant pip amount. HTH
Indie adjustment - move line labels
-
futurespec replied May 5, 2012Here you go, try this and then tell me it is nothing like what you wanted ;-)
OHLC indicator - to plot on the chart?
-
futurespec replied May 5, 2012Can you clarify what you are looking for please? Do you want text values or lines on the chart? If you specify the last 'x' candles do you want text/lines for every single 'x' candles? What colours, styles, line lengths? May take a look later.
OHLC indicator - to plot on the chart?
-
futurespec replied May 5, 2012Email on/off option added. Values for current bar added (They must not have been there before!!! because I did not change that). If you want these things please specify in your original post!
need coder to modify this indicator please
-
futurespec replied May 4, 2012Sorry mTime should not have been a user var. Has email alert on it. Pair names are to the right as requested on the last mod..... they are in black so will change that so that you can see it. Have not changed any of the figures that were there ...
need coder to modify this indicator please
-
futurespec replied May 4, 2012Shifted pair names to right hand end because it bugged me where I had them before!
need coder to modify this indicator please
-
futurespec replied May 4, 2012This should help a little ... 3 of 4 I think. HTH : Modded.... should now be 4 of 4 (perhaps)
need coder to modify this indicator please
-
futurespec replied May 4, 2012Histo as requested. (just modded your file slightly) HTH
MTF Stochastics into MTF Stoch Histogram
-
futurespec replied May 2, 2012Here is a simple start for you. Feel free to modify to your needs. HTH
Simple Indicator Wanted - Pip distance away from EMA
-
futurespec replied Apr 28, 2012Thanks CC You obviously have a better understanding than me. All help gratefully received
Searching script: Drag and Drop H-line (with predefined description)
-
futurespec replied Apr 28, 2012Is this a genuine request?? If so try this. (Place in Scipts folder) HTH
Searching script: Drag and Drop H-line (with predefined description)
-
futurespec replied Apr 26, 2012Not prepared to go through all that code and not sure why you want to do what you ask but if it was me I would look to put each relevant OrderSend instruction into a loop... eg. for(int z = 1; z <= YourNoLots / YourLotSize; z++) ...
Help Needed in Editing Martangle MQL4 Code