- Search Metals Mine
- LightKeeper replied Oct 18, 2006
I haven't got a platform with me right now to test it for sure, but I think this code will do a sound alert with every tick while the RSI criteria are being met, rather than to do a single alert when the "magic cross" occurs (ie the when the ...
Quick script help...
- LightKeeper replied Oct 18, 2006
You can use the Highest and Lowest functions.
How do I add an Alert on TSR Execute Line Indicator
- LightKeeper replied Oct 18, 2006
I'm sure I've got it somewhere at home but I'm not at home
Tried this link yet? http://www.forexfactory.com/forexforum/showthread.php?t=8539Slow Stochastics Indicator
- LightKeeper replied Oct 18, 2006
Yup, Akuma is right. Your EA has a bug in the way it calculates your entry price. Replace that by Bid (for short) and Ask (for long) in the code and see what happens.....
Question about Invalid Price
- LightKeeper replied Oct 18, 2006
Yeah but are you gonna tell me the secret?

How do I add an Alert on TSR Execute Line Indicator
- LightKeeper replied Oct 18, 2006
That's not a mt4 dealer, is it? But the answer is no (I'm assuming you're referring to stoploss here). Some platforms will not even allow you to have a stoploss once you set a trailing stop. The trailing stop will at first be your stoploss. Only ...
Trailing stops and Stop limit
- LightKeeper replied Oct 18, 2006
Sure but what do you want your indi/EA to do with that data?
How do I add an Alert on TSR Execute Line Indicator
- LightKeeper replied Oct 18, 2006
c1ro: Here you go. Two versions. One without alerts and one where I've added alerts.... Just keep in mind, this thing looks so damn good only because it changes history

Can anyone help me to make an EA?
- LightKeeper replied Oct 17, 2006
if (Hour()==10){ AlertCodeHere; } that will give you alerts between 10am and 11 am. if you want them only AT 10 am, you might have to give it a 5 minute bracket (sometimes there's no tick for 5 minutes!). To do that, go if ...
How do I add an Alert on TSR Execute Line Indicator
- LightKeeper replied Oct 15, 2006
That's quite easy. A simple EA or script would do it. The only thing is, I don't understand what you mean by "my users". Obviously, the script/EA would need to run on the MT4 of whoever is placing the orders. mmmmm a check sounds good.....but ...
MT4 programmer/script needed
- LightKeeper replied Oct 15, 2006
You're in Australia? Cool. Where at? (Melbourne here; asif you didn't already know that hehehe)
EA Programmer Needed
- LightKeeper replied Oct 15, 2006
Hi If you still need help, please let me know. Lighty
EA Programmer Needed
- LightKeeper replied Oct 15, 2006
Hmmm. as far as i understand, silver trend redraws itself
Can anyone help me to make an EA?
- LightKeeper replied Oct 15, 2006
Canados, Use the Moving Average indicator, add 6 levels set to x,y,z -x,-y,-z
LightyNeed help for programming this indicator
- LightKeeper replied Oct 15, 2006
Yeah I think if you test something in 1min period then it's reliable because it uses 1 minute data which is the lowest data that strategy tester uses anyway. But if you're testing something in 1H timeframe, it has to extrapolate and guess what the ...
stategy tester - reliable?
- LightKeeper replied Oct 15, 2006
Hi Don't know about tabs. Email alerts happen only when you're logged onto the platfotm. Having said that, if you're looking for an alert without being logged on, pm me and maybe I can help. Lighty
Tabs and Alerts
- LightKeeper replied Oct 14, 2006
I think the only semi-reliable method of testing is tick-by-tick. you can forget about the others straight away. had an EA where the other methods gave me $600,000 profit (Starting with $10,000) over 2 years. Tried it on tick-by-tick and lost my ...
stategy tester - reliable?
- LightKeeper replied Oct 14, 2006
Hi, Here you go. Note: you'll have to plot the 3 EMA's yourself using the MA indicator. This one doesn't plot them (come on! I only have 24 hours in a day and 60 minutes in an hour) Now, how this works: In the separate window there are 2 lines. ...
Can I make an alert on EMAs?
- LightKeeper replied Oct 14, 2006
Making last modifications and polishing it up. Will have to be Monday now. I don't wanna release it until it's ready to be used for a month without updating

Can someone modify Demark_trend_new...