- Search Metals Mine
- LightKeeper replied Oct 4, 2006
Art, I'll make it on close rather than on open. There are reasons for it. Basically, the portion of the script where this command would go is based on the close and I'd have to make pretty substantial structural changes to the script. But as you ...
modify Mouteki/ Demark _trend _new indicator?
- LightKeeper replied Oct 4, 2006
Hi My pleasure. I did ask you about how you wanted the alert to work. Anyway, what I'll try to do is make an alert when the price crosses a trendline. There will also be an option not to have an alert unless a candle has closed under the trendline ...
modify Mouteki/ Demark _trend _new indicator?
- LightKeeper replied Oct 4, 2006
Better version — This one will also include the TimeFrame in the subject line (in minutes. so 240 is 4 hours, 60 is 1H etc).
How to get Email alert on Silvertrend indicator
- LightKeeper replied Oct 4, 2006
Yup, That's how I read it too. It's a pretty good feature because in volatile conditions it can be very hard to execute an order. Mind you, the way they put it on that forum WAS a little convoluted and I'm not too sure of the logical flow somewhere ...
Q: Enable maximum deviation from quoted price
- LightKeeper replied Oct 4, 2006
Hi Mkcky, I've modified the indicator and tested in 1m charts (the only way to test quickly I think). Hopefully it does the same thing in other timeframes! hahaha. I guess we'll have to wait and see. I've introduced a couple of variables. 1. ...
Help me programing mail alert.
- LightKeeper replied Oct 4, 2006
One more thing..... it's "extern bool ShowArrows" NOT "extern ShowArrows" of course.... Oh, and thanks for the hair roughie but if you're a bloke, I'm not really interested LOL
modify Mouteki/ Demark _trend _new indicator?
- LightKeeper replied Oct 4, 2006
Hi there I've played around with it and changed some things for you. I've introduced a new variable "CustomFeatures". It's set to "true" by default. If this variable is true, you can change the colors and line widths using the indicator's setup. If ...
modify Mouteki/ Demark _trend _new indicator?
- LightKeeper replied Oct 3, 2006
Hi In addition to templates (which apply to one chart at a time) you can also use profiles. They're in the File part of the menu on the top of MT4. A profile will let you save an entire setup with any number of charts you like. Eg, you can have a ...
MT4 S.O.S !
- LightKeeper replied Oct 3, 2006
Hi Good point...That's why I'd never entrust my trading to an EA. Indicators and alerts are one thing, but a few 1's and 0's deciding what to do with my money.....oh no. no no. no no no. What screws it up more is that these are all client-side ...
programming side of the Firebird EA
- LightKeeper replied Oct 2, 2006
Yes, I guess that's what they want. I haven't done this on my machine because it just set itself up automatically. Not sure how. And I can't check for you because I'm not at home at the moment. Give it a try and click on "test"
How to get Email alert on Silvertrend indicator
- LightKeeper replied Oct 2, 2006
Oh, now it makes sense! I understand (and again, I might be totally wrong here!) that it's not the dealer's server that sends the email; it's your own computer! In other words, MT4 uses your own email provider to send an email to yourself. That ...
Programmers: Simple SendMail Line. Please Help
- LightKeeper replied Oct 2, 2006
Hmm....If it can't send a test message then there must be some problem with your metatrader or your email settings. Maybe try to download metatrader again. Or even better, before you do that, go to www.metaquotes.net website and send them an email ...
How to get Email alert on Silvertrend indicator
- LightKeeper replied Oct 2, 2006
The other thing is, you don't actually need to compile indicators to use them. Metatrader has an in-built translator and will read and execute uncompiled script. On the indicators I've tried there was no noticable difference in performance but of ...
MT4 vs. Me (and i am losing)
- LightKeeper replied Oct 2, 2006
Your broker is lying. The MT4 platform sends emails. Make sure you setup your email details in menu, tools, options, email. These should be entered automatically (at least they are on mine) during registration. By the way, do you use interbank for ...
Programmers: Simple SendMail Line. Please Help
- LightKeeper replied Oct 2, 2006
Hi Sanchez, Thanks for the question. Email address is in your preferences for metatrader. Go to menu, tools, options, select the "email" tab and insert all your information there. HT Lighty
How to get Email alert on Silvertrend indicator
- LightKeeper replied Oct 2, 2006
And the final fix — This one really works. The previous one said "up" when it was down etc... Not that it matters cos a cross is a cross and you have to jump to your screen anyway to see what's going on. But anyway. Also, this version displays ...
Programmers: Simple SendMail Line. Please Help
- LightKeeper replied Oct 2, 2006
Spelling error fixed (mistype, really) — ..
Programmers: Simple SendMail Line. Please Help
- LightKeeper replied Oct 2, 2006
summitfx Here you go. Tell me if it does what you want. Note: it'll only send an alert after the candle has closed. Otherwise you'd be getting false alerts. But if you want that changed, let me know. HT Marty
Programmers: Simple SendMail Line. Please Help
- LightKeeper replied Oct 2, 2006
Hi Ken, Wow, where did you get this baby from? It seems to rock, especially on 4H charts! I've done the email thingy and tested in 1m charts (i'd have to wait forever to test in longer TFs). Shouldn't make any difference but we'll find out. When you ...
Programmers: Simple SendMail Line. Please Help