- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Jul 28, 2011Think maybe that... change... mTime = TimeCurrent(); to... mTime = Time[0]; change.. if(ExtMapBuffer3[1]>ExtMapBuffer4[1] && ExtMapBuffer3[2]<=ExtMapBuffer4[2]) to.. if(ExtMapBuffer3[1]>ExtMapBuffer4[1] && ExtMapBuffer3[2]<=ExtMapBuffer4[2] && ...
Help Please....Not getting all .Wav Files for sounds
-
futurespec replied Jul 28, 2011Aagh! Computer change! Nightmare ;-)) I know that someone will come along later and point out the error of my comments but for now all I can suggest is as per my previous post.... post the mq4 (unless there is a reason that you do not want to). I ...
I can't save the levels in MACD custom indicator
-
futurespec replied Jul 28, 2011Sorry but not a guru! The only thing that I can see is that you are trying to open a micro lot and perhaps your broker does not allow that??
Help - A Script opening buy/sell Limit Orders
-
futurespec replied Jul 28, 2011Not sure, but sounds to be that it may be something within the indicator coding. If you post the mq4 file maybe someone can help
I can't save the levels in MACD custom indicator
-
futurespec replied Jul 27, 2011Try this, have not tested it. As I said I do not have the time at the moment. HTH
If possible a little help with this indicator please
-
futurespec replied Jul 27, 2011Yes that would be possible. Just set the function to type String so that it returns a string to use. string GetBuySound() HTH Think that you know as much or more than me!
If possible a little help with this indicator please
-
futurespec replied Jul 27, 2011Shows in top right corner of chart (by default, can change) Aqua coloured line of text. Stays there for 'mWait' (default 100, can change) seconds after the last alert. Put it on a 1m chart to test.
If possible a little help with this indicator please
-
futurespec replied Jul 27, 2011Now has alert on chart Did not go off on loading for me?
If possible a little help with this indicator please
-
futurespec replied Jul 27, 2011this should play your sound (enter into mSound the name of your .wav file that should be in theMT4 sounds folder) If you want an alert as well can get one to show in the chart window if that is what you want HTH
If possible a little help with this indicator please
-
futurespec replied Jul 27, 2011Circle what circle?? That's a wriggly line! You can now have enough arrows to take on the whole US cavalry ;-))
WaddaH Indicator MultiTime Frame
-
futurespec replied Jul 26, 2011Yet another great tip from this forum. Thankyou. I take it that you are an experienced programmer .... makes total sense and is the only sensible thing to do. Would you believe that I have that file somewhere! but always forget to use it ... guess ...
Expert Advisor based on E/U H1
-
futurespec replied Jul 26, 2011Excellent spot Xaphod ... something that my limited abilities would not have spotted in a great hurry. That now explains why I could not fathom it out .... hope that I remember that for the next time :-)) Thanks
Expert Advisor based on E/U H1
-
futurespec replied Jul 26, 2011Surely the problem would be with the different relative values eg, If you had GBPUSD and GBPJPY one would be 128.00 and the other 1.6300 and would not show up on the same scale (or am I not understanding you?).
looking for a multi-currency moving average
-
futurespec replied Jul 26, 2011Looks good; simple answers are always the best. Thanks
Expert Advisor based on E/U H1
-
futurespec replied Jul 26, 2011Thanks Hanover... knew that I could rely on someone with more brains(functioning (no pun intended)) than me. I tried the while loop but must have done something not quite right.!
MT4 script for "Start time" order
-
futurespec replied Jul 26, 2011Could not get the newbar function to work properly (don't know why). Have updated the code with a workaround for now (but alert may go off 3or 4 times at start of bar) Should get you going for now at least.
Expert Advisor based on E/U H1
-
futurespec replied Jul 26, 2011The only way that I can think is to use the 'Sleep' function (which I do not like. Anyway just to prove that it is possible work with something like the attached .... this is NOT meant to be a complete script but will work with limited ...
MT4 script for "Start time" order
-
futurespec replied Jul 26, 2011Thanks jmw. Here you go... code amended so should work now HTH
Expert Advisor based on E/U H1
-
futurespec replied Jul 25, 2011The bool bNewBar () function is wrong! Not sure what but is definitely the problem (Too late in day for me to look further ... static int and all that)
Expert Advisor based on E/U H1
-
futurespec replied Jul 25, 2011I assume that you are getting nothing showing?? Try adding... #property indicator_chart_window after the #property link line
Expert Advisor based on E/U H1