- Search Energy EXCH
-
CodeMeister replied Jun 26, 2011New Version — I just uploaded a new version to add the CurrencySuffix option. This needs to be used if the broker appends a letter to the currency pair symbol. Plus I fixed the bug reported by Prof8t regarding the labeling of other currencies. ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 25, 2011ECN — Brokers that use ECN will not accept a SL when the order is submitted. You have to do an OrderModify() or manage the trade on the client. If your broker is not ECN, then the problem is a bad value; use NormalizeDouble() to get rid of the ...
Adjusting an EA from 4 digit to 5 digit broker
-
CodeMeister replied Jun 25, 2011Try This — I have completed the indicator and you will find it in the previous post. It is called PipsFromMA. This one will work on a single currency chart. I am still working on the multi currency dashboard version and should have it done the ...
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Jun 25, 2011PipsFromMA.ex4 — This indicator will alert when the price has moved a specified number of pips from the MA. Every kind of MA can be specified. There is also an email alert. This new indicator replaces PipMArk.ex4. It will not be supported in ...
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Jun 24, 2011The suffix can be added to the inputs and I will do that later today. Not sure about the GBPUSD labeling. It works fine for me. Need more time.
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 24, 2011B Bands — I have tried using the width of the Bollinger Bands and whether they are level. But like all indicators, it lags and gets fooled from time to time.
How to determine a ranging market (for EA, indicators)
-
CodeMeister replied Jun 23, 2011What Would Expect — What would expect for free from the internet?
Moving Average Cross MT 4 Expert Advisor
-
CodeMeister replied Jun 23, 2011Try This — 4XFactor, I don't understand the problem with inputting other currency. Just double click and type in the value like any other indicator or EA. Here is a screen shot. As I stated in the first post, this is a simple strategy and my ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 23, 2011Can Do — A generic version is in the works, probably next week. It will be called Pips2MA_DB or something like that. I will post it in a new thread in Platform Tech. For the other currencies, just enter the pair name like "CHFJPY". Of course ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 23, 2011Try This — This one is the best there is for what you want to do. Use the code in post #26. url
close order when price cross MA
-
CodeMeister replied Jun 23, 2011New Version — I fixed up BalanceLineDB to eliminate the problem with other indicators in subwindow 1. The dashboard can be placed in any subwindow in the same manner as any other indicator. There is a new SendAlert option to turn off alerts. ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 23, 2011Not Quite — I found a problem which meant starting my testing over. Plus I got inspired to create a dashboard which will knock your socks off. Take a look at this one it will be similar to it. So another week. url
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Jun 22, 2011Try This — First of all, as I told you before you can't hardcode stuff and expect it work. For instance in the NormalizeDouble() call you have 5 which doesn't work with Yen pairs. Use the predefined variable Digits instead. I already supplied ...
EA Problem with hammer identification
-
CodeMeister replied Jun 22, 2011Yes — One thing you need to understand is that when it loads up it will send alerts for all the pairs that require it. Then it goes to sleep and won't send any more for a while. So the initial flurry is not what you will continue to see. I ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Try This — Two others reported the same problem. The dashboard has to be in the first sub window. Delete all the indicators in the sub windows. Add BalLineDB, then add the others and you will be OK. I will fix the problem later.
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Try This — The screen will look like this for a few seconds until the first tick arrives. Updates to the numbers are tick driven. I assume you waited for a minute or two. You need to check the experts tab (next to the Journals tab) for errors. ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Strange — You are the second person to report this behaviour. I tried it myself and discovered that the objects (titles, numbers) appear in the first window. I had not intended to do that, but I also never tested it. I will fix for the next ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Strange — That is very strange. There should be no conflict between the dashboard and another indicator any more than between say a Stochastic and a MACD. Thanks for the feedback, I will look into it.
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Try This — Frollic and Paws, What is your broker? Does it support all of the following pairs? EURUSD=true; GBPUSD=true; USDCHF=true; USDJPY=true; USDCAD=true; EURJPY=true; EURGBP=true; EURCHF=true; GBPJPY=true; AUDUSD=true; NZDUSD=true; Try ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Screen Shot? — I think it is working the way its supposed to. Send me a screen shot so I can better understand.
SS Balance Line Dashboard Indicator