- Search Energy EXCH
-
RaptorUK replied Sep 9, 2011Looking at this indicator . . don't the upper and lower levels adjust such that price never breaks through them ?
Can anyone modify an indicator for me to have alerts?
-
RaptorUK replied Sep 9, 2011Yep, you are right, copy paste error and a couple of misplaced braces . . . I tested it this time . . .


Can anyone modify an indicator for me to have alerts?
-
RaptorUK replied Sep 9, 2011Coded it but not tested it . . . search for RaptorUK to find my mods . . .
Can anyone modify an indicator for me to have alerts?
-
RaptorUK replied Sep 9, 2011MarketInfo — It is simple . . . use MarketInfo: url with the correct request identifier, MODE_ASK, MODE_BID url
bid and ask of different chart
-
RaptorUK replied Sep 8, 2011Offer me $500 and I'll consider it . . .
Looking for a head and shoulders indi
-
RaptorUK replied Sep 8, 2011You need to setup MT4 to be able to send emails first, Tools > Options > Email there is a lot of good info here: url then to send mail in mql4 . . you use SendMail() see here: url
Send e-mail when trade open/close
-
RaptorUK replied Sep 8, 2011These are code tags . . . code goes in here paste your code in between them . . . and it will look like this . . code goes in here
Learning to Code Problem
-
RaptorUK replied Sep 8, 2011OK, no worries. Just trying to get the OP to think a little and learn in the process rather than handing out a plate of code . . .
Learning to Code Problem
-
RaptorUK replied Sep 8, 2011I was answering his question . . . not confusing any issue.
Learning to Code Problem
-
RaptorUK replied Sep 8, 2011Everything including and after . . index = 0; is outside of the for loop.
Learning to Code Problem
-
RaptorUK replied Sep 8, 2011After . . . index = 0; what Order have you selected for processing ?
Learning to Code Problem
-
RaptorUK replied Sep 8, 2011Or just use RTF (zipped up) how can RTF not be on the list of valid attachments ?

Step by Step Email Setup in MT4 (Gmail)
-
RaptorUK replied Sep 8, 2011If r is always -1 then it means that you have no market or pending orders placed. Your braces are very wrong . . . Also, you can simply put: if(OrderType() == OP_BUYSTOP) OrderDelete(OrderTicket()); Also an order is only one Type, it cannot be a Buy ...
Learning to Code Problem
-
RaptorUK replied Sep 7, 2011I think your problem may lie in your ma_shift value of 1, try 0
MT4 stdev question
-
RaptorUK replied Sep 6, 2011A bit about Magic numbers — There seems to be a lot of confusion about Magic numbers and their purpose . . If you only ever run a single EA on one pair on one TimeFrame and do not run any manual trades at the same time . . . . then you don't ...
Make EA get custom magic number...will this work?
-
RaptorUK replied Sep 6, 2011I already asked a question . . have you fixed the spread for both tests ?
Difference in optimization and single backtest?
-
RaptorUK replied Sep 6, 2011XP was the unification of real OSes and pseudo OS sitting on top of DOS. In the real OS arena we had Windows 2000, before that came, NT4, before that NT3.51 . . that's as far as I go back. In the pseudo OS arena we had Win ME, before that it was Win ...
Windows XP, Vista, Win7: which do you prefer?
-
RaptorUK replied Sep 5, 2011I didn't send it . . . I found a copy on the Internet just as you said . . . the only thing I changed/added was the Print statement . . Perhaps you should upload the version of the Indicator that you are talking about or post a link to it rather ...
Indicator is not "dynamic"
-
RaptorUK replied Sep 5, 2011Well it printed when I compiled it and added it to a chart . . . where are you looking to see the output ? Sample output . . . 2011.09.05 14:19:30 TradersDynamicIndex EURGBP,M1: limit = 0 2011.09.05 14:19:29 TradersDynamicIndex EURGBP,M1: limit = 0 ...
Indicator is not "dynamic"