- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Nov 16, 2011Answered in the other thread that you posted same Q !
Grid level with "50īs" and "00īs" without price label?
-
futurespec replied Nov 15, 2011Apologies, I do not have email set up and could not see if it was working correctly. Hope this fixes it. Also option to turn email off has been added.
Can some one please add an e-mail alert to this indicator for me?
-
futurespec replied Nov 15, 2011Extra line added :-)
Can some one please modify this indicator for me?
-
futurespec replied Nov 15, 2011Think this is what you want; if it is wrong let me know. HTH
Can some one please add an e-mail alert to this indicator for me?
-
futurespec replied Nov 14, 2011was going to try and help but the Blue dead zone bar comes up as an horiz line for me on the GBPUSD at 0.003 ... do I have a wrong setting or something? Or do you want the email once red or green is above the Brown?
Can some one please add an e-mail alert to this indicator for me?
-
futurespec replied Nov 14, 2011Ok, try it like this.
Can some one please modify this indicator for me?
-
futurespec replied Nov 14, 2011Not sure what you mean. Double click on the line and then move it to the trend line positions that you want and it should do what you ask.
Can some one please modify this indicator for me?
-
futurespec replied Nov 14, 2011Think this should do what you asked for. HTH
Can some one please modify this indicator for me?
-
futurespec replied Nov 8, 2011The easiest way would be to go to your main MT4 folder in Windows Explorer. Press Ctr + C (copy) Select your copy medium (disc, flash drive, whatever) press Ctr + V (paste) Go to the new computer Insert the copied media (flash drive, whatever) ...
how to copy mt4 from one computer to another
-
futurespec replied Nov 7, 2011Not tried to follow your code or logic (up to you to do that) but have adjusted your brackets. If you tab/ align your brackets you may find it easier to see which pairs with which! HTH
Please correct code in my first self-built EA
-
futurespec replied Nov 4, 2011NP Pleased to have shed a little light :-) Now all I have to do is find my own lightbulb!
How to get 2-dimension array to file and than get back it [MQL4]
-
futurespec replied Nov 4, 2011Try this. Not sure about the Awesome & Accelerator oscillators as I had deleted mine but think it should work. You can set the timeframe with mTf (Minutes) or 0 refers to current TF. HTH
could someone please code this easy alert?
-
futurespec replied Nov 4, 2011Ok, NP. Do not follow the logic of why you would want to do that but if it works for you then that is great. If you are on Skype and need more help then if I can would be happy to try. Just PM me your Skype
How to get 2-dimension array to file and than get back it [MQL4]
-
futurespec replied Nov 4, 2011Ok, arrays are not my strong point but.... write the array[3][4] to save 12 elements. next in new EA read the array into your newarray[3][4] element 1 goes to new array[0][0] (arrays count from '0') element 2 goes to new array[0][1] element 3 goes ...
How to get 2-dimension array to file and than get back it [MQL4]
-
futurespec replied Nov 4, 2011Could do that or else put it into a 2 dim array again. As I understand it it reads/writes in sequence the number of elements that you ask for (3000) so could be [3000] or [100][30] or [50][60] etc HTH
How to get 2-dimension array to file and than get back it [MQL4]