- Search Energy EXCH
-
RaptorUK replied Sep 26, 2011You use iCustom and make sure you pass ALL extern variables in the iCustom call . . . url
How to use this MA Cross indicator in an EA?
-
RaptorUK replied Sep 26, 2011OK, this small mod should just alert once per bar max . . . I haven't tested it. Let me know how it goes . . .
A little help with an end of candle alert HA indicator
-
RaptorUK replied Sep 25, 2011Maybe level[10] is neither 1 nor 2 ? maybe the price is always located when k == 0 ?
Need help returning value from function
-
RaptorUK replied Sep 24, 2011Of course you can . . . all you have to do is write them from scratch in C and compile . . . of course some of the functions that your EA relies on in MT4 may not exist for Forextester so you will have to code them too . . . If anyone wants tick ...
tick data for MT4
-
RaptorUK replied Sep 24, 2011No . . . his/her losses partially pay someone's winnings . .

Current price different for pending order sell and buy?
-
RaptorUK replied Sep 23, 2011Is this with an ECN type Broker ? Have a look here: url
Need Help in EA Coding
-
RaptorUK replied Sep 23, 2011Isn't the difference explained by the spread ?
Current price different for pending order sell and buy?
-
RaptorUK replied Sep 23, 2011OK, it seems to be working, it will only alert once per bar maximum. You can turn the Alert off from the parameters, default is enabled: EnableAlert=true; If you want to change the sound played edit this line . . . PlaySound( "alert.wav");
Help for sound alert into the indicator
-
RaptorUK replied Sep 23, 2011I'm testing my modification . . . when I think it's OK I'll post it here. Soon I think . .
Help for sound alert into the indicator
-
RaptorUK replied Sep 23, 2011I've had a go at this but it's not as easy as I first thought because the current bar repaints . . . and even switches to zero for a tick at the start of some bars.
Help for sound alert into the indicator
-
RaptorUK replied Sep 23, 2011Zero line ? Ah OK I see . . . this Indicator repaints . . so it can cross back and forth over the 0 level . . how often do you want the alert to go off ?
Help for sound alert into the indicator
-
RaptorUK replied Sep 21, 2011It's CPU bound . . . each MT4 Terminal can effectively utilise the capabilities of a single core . . it's not as simple as saying "it uses one core" . . because it may actually be using different cores just not at the same time. It may also be just ...
MT4 Strategy Tester Computer Hardware Bottleneck
-
RaptorUK replied Sep 20, 2011I was using the setting from TimeFrame to determine if the next Alert should be shown or not, I have now adjusted this to use Period() (chart timeframe) . . this should do what you need now.
Can Someone Please Add An Alert To This Indicator
-
RaptorUK replied Sep 20, 2011No it doesn't. To work out profit or number of trades in a user defined 24 hr period a start time is needed and an end time. The code you have posted counts forward from a start time, if that start time is after the current time 24 hrs is added on. ...
Learning to Code Question (sangmane)
-
RaptorUK replied Sep 19, 2011In that case it will only alert at the most every 4 hours . .
Can Someone Please Add An Alert To This Indicator
-
RaptorUK replied Sep 19, 2011I'll try it on M5 also, did you set the Timeframe to 5 or put it on an M5 chart ? or both ? The default setting for Timeframe is H4 (240 mins)
Can Someone Please Add An Alert To This Indicator