- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Aug 17, 2011Easily possible; will look tomorrow if nobody answers before then (too tired now)
MT4 indicator to add a small line needed
-
futurespec replied Aug 17, 2011This is what I think should work but have not tried it! If you post what you already have (which could well be far more robust than the one that I have attached) then I, or some other kind soul could possibly take a look. HTH
EA/Script to close all orders when profit hit?
-
futurespec replied Aug 17, 2011Cannot really see what is wrong? Are you trying to send a -ve value of lots?? (if total_selllots >= total_buylots )
How to make 1 trade so sell lots = buy lots?
-
futurespec replied Aug 16, 2011Can not be sure from what you have shown but I suggest that you try NormalizeDouble( whatevervalueOfLots, 2) when you send an order or modify it. (or 1 in place of 2 if broker only accepts minilots)
How to make 1 trade so sell lots = buy lots?
-
futurespec replied Aug 16, 2011OK, try this... for profit level of each order NOT total profit for 1 pair. Try on demo first. Use entirely at own risk (It is a script and goes in the scripts folder)
EA/Script to close all orders when profit hit?
-
futurespec replied Aug 16, 2011Post the mq4 file that generates the signal and then I (if I ever get time) or some other kind soul on here may be able to help.
Please, Need mql coder for simple EA
-
futurespec replied Aug 15, 2011Thanks Xaphod once again. Think the forests are maturing again and cannot see the wood! (was looking under 'get' or 'indi' functions)
Sub-Window Index
-
Sub-Window Index
Started Aug 15, 2011|Platform Tech|2 replies
How do you get the indicator-window index for a custom indicator in a sub-window please?? (for ...
-
futurespec replied Aug 14, 2011Your code is too difficult to read! try indenting the relevant parts and possibly putting parts into functions so that you do not have to read through umpteen lines to work out what is happening. From a quick glance it maybe that yo are setting ...
Little help needed with EA code
-
futurespec replied Aug 12, 2011If the results displayed are coming from the object then.. ObjectSet("Lower_Status", OBJPROP_XDISTANCE, 2);// X coordinate ObjectSet("Lower_Status", OBJPROP_YDISTANCE * 2, 1);// Y coordinate ObjectSetText("Lower_Status", addstatus, 9, "Verdana", ...
Previous Bar OHLC
-
futurespec replied Aug 10, 2011Update — Resorted to the EA and appears to be the only way to get the thing to work (as at least 1 kind person (CM) suggested). It works now so all is good. Thanks guys.
Screen shot help please
-
futurespec replied Aug 9, 2011Is this what you are looking for? HTH
Help Customizing Murrey Math Indicator
-
futurespec replied Aug 9, 2011pound per pip = " + DoubleToStr(1 / MarketInfo(Symbol(), MODE_TICKVALUE) / 1000, 4); should do it I think. ** EDIT : Sorry, pound per pip = " + DoubleToStr(1 / MarketInfo(Symbol(), MODE_TICKVALUE) * 10, 4); would give a more meaningful answer !! No ...
Help with a simple calculation
-
futurespec replied Aug 9, 2011If that shows future market prices I will pay you good money for it !!! :-)))))))))))))))))))
How can I fix single digit value errors in my indicator?
-
futurespec replied Aug 9, 2011Sledgehammer, nuts ??? Surely all that code is not just for 1 simple output?? I assume it is part of something else? Anyway try this. HTH
How can I fix single digit value errors in my indicator?
-
futurespec replied Aug 8, 2011No problem CM. Thanks anyway; if I go that route hopefully it will not be too much of a problem.
Screen shot help please