- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Aug 8, 2011Here you go; think that this should do what you are asking. TRY IT ON DEMO FIRST !! HTH ** EDIT : Obviously a script and needs to go in your scripts folder.
Simple tool needed
-
futurespec replied Aug 8, 2011Here you go your starter for 10. As is it is just a start but proves that you can do what you want. It assumes that you are only trading the 1 pair. The lots are calculated from the stoploss that you choose which would be the same for each of the 3 ...
Excel Forex Spreadsheet help needed
-
futurespec replied Aug 8, 2011Thanks Xaphod and all the others that helped. The help is really appreciated. This really started out as a 1 liner with the expectation of possibly just 1 reply. I think that the damned thing should now be beaten truly into submission.
Screen shot help please
-
futurespec replied Aug 8, 2011Thanks once again Nubs. Hope this helps others to learn from my errors.
Screen shot help please
-
futurespec replied Aug 8, 2011Thanks all for the input. Still did not manage to get it to work? This is what I ended up with... CheckIndicatorValues() .............. .............. if(Time[0] != mLastBar) { while(Volume[0] < 1) Sleep(1000); } if(Indicator 1 && Indicator2 && ...
Screen shot help please
-
futurespec replied Aug 7, 2011That should be relatively easy to code into and EA (sorry do not have the time at present). I suggest you use the search option and see what you can find.
Excel Forex Spreadsheet help needed
-
futurespec replied Aug 5, 2011Thanks a lot guys, nubs, John. And poor simple old me (less of the old please) was thinking that all I needed was the original 1 liner ... some hope!!! Now I have to write a whole (well nearly) program to deal with potential errors from c**p MT4. ** ...
Screen shot help please
-
futurespec replied Aug 5, 2011Yep should have known that :-( Just tried it and think that it is now ok (hopes and prays!) Why is life never simple?
Screen shot help please
-
futurespec replied Aug 5, 2011The sleep (Sleep(500)
did not work ... I put it immediately after the WindowScreenShot(mFile, 1280, 1024); Should it be before? "gets fickle" ... well begins with "f**!" anyway.Screen shot help please
-
futurespec replied Aug 5, 2011Thanks JMW Think that is what I started out with and still had the problems so that is why I changed it slightly. Think that nubcake may have the answer as the problem appears to happen on the open of a new bar when various things are updating. ...
Screen shot help please
-
futurespec replied Aug 5, 2011Waiting for indi to be triggered; will update when I know the results. Thankyou
Screen shot help please
-
futurespec replied Aug 5, 2011Appreciate the help, Thankyou. Again this is something that I would never have thought of. Think that you are being much tooo kind to mt4 !!!!! ;-))) Will mt5 be much better? and how long before everyone is using it? (and NO I do not relish all the ...
Screen shot help please
-
futurespec replied Aug 5, 2011the relevant section... ------------- mFile = Symbol()+" "+Day()+"_"+Month()+"_"+Year()+" "+Hour()+"_"+Minute()+".gif"; if(mScreenShot) WindowScreenShot(mFile, 1280, 1024); if(mEmail) SendMail(mEmailHead, mDetails); }
Screen shot help please
-
Screen shot help please
Started Aug 5, 2011|Platform Tech|27 replies
Just started to use "WindowScreenShot" in my code but experiencing unusual results!! File ...
-
futurespec replied Jul 28, 2011You need an extra parameter ....... .................... ,TradeComment,MagicNumber, 0, Red);
Help - A Script opening buy/sell Limit Orders
-
futurespec replied Jul 28, 2011Try changing ... Print("Slope: ",MathAbs(1000000*( iCustom(Symbol(),0,"i-Regr",1,1,34,0,0,shift) -iCustom(Symbol(),0,"i-Regr",1,1,34,shift,0,1))/Period())); to... Print("Slope: ",MathAbs(1000000*( iCustom(Symbol(),0,"i-Regr",1,1,34,0,0,shift+1) ...
Linear regression shift back
-
futurespec replied Jul 28, 2011Try this. Sorry made this really painful for such a simple request *EDIT ... you will need to reset your file names
Help Please....Not getting all .Wav Files for sounds
-
futurespec replied Jul 28, 2011OK, now I think that I understand ... the sound is not going off continually?? Just that it is working when switching to a TF whatever the period has passed for that TF?? Will look again.
Help Please....Not getting all .Wav Files for sounds
-
futurespec replied Jul 28, 2011Sorry but really do not understand what you are getting at. It can only go off once per candle ..or it does for me anyway. Think that you have your '>' '<' the wrong way around. post your sound file for GBPUSD and I will have another look (sometime)
Help Please....Not getting all .Wav Files for sounds
-
futurespec replied Jul 28, 2011Worked OK for me, have emailed the file to you HTH
Help Please....Not getting all .Wav Files for sounds