- Search Energy EXCH
-
CodeMeister replied Oct 1, 2011Think of This — I agree with Erebus's comments. If consistency with others is important stick to hourly or lower TF. But consider that there will be times when an entry on a daily chart will show up on your charts and not on others who are on ...
New daily candle, when should it be drawn?
-
CodeMeister replied Sep 30, 2011Try This — I thought I was answering a "is it possible" question, not a "how to" question. Anyway, I will give it a try. I haven't done this for over a year, so I might miss something and even if I don't, don't expect good results - your ...
Is it possible to download historical data of indicator?
-
CodeMeister replied Sep 29, 2011Easy — Load the historic data, load your indicator and look at the results. No problem.
Is it possible to download historical data of indicator?
-
CodeMeister replied Sep 29, 2011Try This — This is a fairly good article about how to do it yourself in determining whether an indicator repaints. url
3 Semafor Alert questions
-
CodeMeister replied Sep 28, 2011What is the Problem? — Maybe someone could suggest a solution if you explained in detail what the problem is. The only time I have experienced problems is when my logic was faulty and as far as I know there no common gottchas.
Mode_history
-
CodeMeister replied Sep 26, 2011Dashboard — Here is the dashboard version of this indicator. url
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Sep 26, 2011Ready — Here is a generic version of this indicator. url
SS Balance Line Dashboard Indicator
-
Pips To MA Alert - Dashboard
Started Sep 26, 2011|Platform Tech|61 replies
This is a new indicator very similar to the Pips2MA alert indicator that I put together a year ...
-
CodeMeister replied Sep 25, 2011Finally — As promised many months ago, I have added several new features to the Pips2MA alert indicator. A mail alert option has been added. Of course this will only work if MT4 is properly configured to send emails. The other new option is ...
EMA crossover Email Alert
-
CodeMeister replied Sep 25, 2011Finally — As promised many months ago, I have added several new features to the Pips2MA alert indicator. A mail alert option has been added. Of course this will only work if MT4 is properly configured to send emails. The other new option is ...
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Sep 25, 2011Almost Done — What a coincidence; this weekend I was putting the finishing touches on a similar idea. It will show the number of pips from the price to an input MA and allow for an alert / email when the price hits the target distance from the ...
Looking for MA dashboard
-
CodeMeister replied Sep 24, 2011Which is why nobody has wasted their time to write an indicator to do this.
thick bar indicator
-
CodeMeister replied Sep 21, 2011Already Done — Several indicators like this already exist. I can't remember who posted them, but a couple were updated in the last month. Shouldn't be too hard to find. Start by looking at Hanover's in the posting listed below. There are ...
MT4 horizontal line base on price value indicator
-
CodeMeister replied Sep 20, 2011Try This — Something like this (less features) was done about a month ago and again yesterday with sound alerts instead of emails. url
EA Needed - Please Help!
-
CodeMeister replied Sep 20, 2011Try This — I assume you mean the open of the current bar and not something else. If (Ask - Open[0] > nPips*pf*Point) { // place pending sell order } pf - is the pips factor for 4 or 5 digit brokers and will have a value of 1 or 10. Reverse the ...
How do I put this into code?
-
CodeMeister replied Sep 20, 2011Try This — It appears that you returning an integer converted to a double as the function return. MQL is finickly about doing type casts and often a double will end up as zero when you expect it to convert the integer value properly. I don't ...
Learning to Code Question (sangmane)
-
CodeMeister replied Sep 19, 2011Try This — I remembered that the requester's name was PowerCouple. Just search for their postings in the last few months regarding an email alert.
Sound when pending order is hit?
-
CodeMeister replied Sep 19, 2011Not Easy — This can be easily done in an EA, if you have the coding skills. To properly signal a manual pending order open is not so easy. Somebody coded an email alert for all opened and closed orders about a month ago. Sorry I can't remember ...
Sound when pending order is hit?
-
CodeMeister replied Sep 18, 2011Compound? — Compound is not a term that I am familiar with other than compound interest which is not a currency trading criteria. If you mean profitable, I suppose the reason must be spread widening, slippage, requotes and that sort of thing.
EA compounds for 1 broker but not another
-
CodeMeister replied Sep 18, 2011Excel — Excel can do this and much, much more. The best part is that it doesn't require someone else to make tweaks.
Indicator for separate buy/sell profit, same currency