- Search Energy EXCH
-
CodeMeister replied Jun 22, 2011Try This — Don't know, never happened to me. Edit: I lied, the same thing happened to me when my MT4 connection went down temporarily. Once I was reconnected, I removed the indicator and then attached it again. Try resetting the inputs to ...
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Misunderstanding? — I asked Colostarr about that in this post and he said not to. Myself, I don't understand what is involved in checking multiple TFs. The dashboard will work for any TF if that helps. url
SS Balance Line Dashboard Indicator
-
CodeMeister replied Jun 22, 2011Balance Line Dashboard — The new dashboard alerter is now available in this thread url Please post any problems or concerns on that thread and not this one. If you post here, there is a chance I may miss it. I will try to answer all posts on ...
Simple Simon Balance Line Trading
-
SS Balance Line Dashboard Indicator
Started Jun 22, 2011|Platform Tech|46 replies
This thread is for the Balance Line Dashboard indicator which is intended for the Simple Simon ...
-
CodeMeister replied Jun 21, 2011I can do it, but I won't do it. See Colostarr's remarks - this strategy is for 1H. Besides that I am doing a multi-currency dashboard and this kind of display doesn't fit well with that scheme. What I will do is allow the dashboard to monitor the 1H ...
Simple Simon Balance Line Trading
-
CodeMeister replied Jun 20, 2011Can Do — I can put this together. Testing it will take time. It will work similar to the Pips2MA indicator for inputs with 12 selectable pairs. Not sure about the time frame. The strategy started off as 1H and now its 15M - 1D

. Let ...Simple Simon Balance Line Trading
-
CodeMeister replied Jun 20, 2011This is Good — Checking off the list is good. Like pilots in an airplane who never trust their memories or experience and take a short cut. I used to use a script I wrote for checking my trade entry (set up bar the right height, number of pips ...
Simple Simon Balance Line Trading
-
CodeMeister replied Jun 19, 2011Try This — I think this is what you are after. double pips = MarketInfo("USDJPY", MODE_TICKSIZE); Remember the answer is in pipettes for 5 digit broker, so that you need to multiple by 10.
Pip Value Calculation for cross currencies
-
CodeMeister replied Jun 18, 2011Not the Way — I have been following this thread mostly in the background and jumping in from time if I see something I can contribute from my experience. First of all, fixed SL/TP are not part of the rules of this system - Colostarr has stated ...
Simple Simon Balance Line Trading
-
CodeMeister replied Jun 17, 2011ECN — If you have an ECN broker, you cannot set the TP/SL in the market order. You have to modify the order once its been accepted. Easy to do, just look at other ECN code on this forum.
Looking for a script that will run multiple scripts
-
CodeMeister replied Jun 16, 2011Answers — You make it sound like there isn't an Init() function in the code. That's why I don't like working with amateur code. That is basic and fundamental. Same with a semi colon at the end of the statement.
add "stop to BE" in an EA
-
CodeMeister replied Jun 16, 2011Try This — That line of code was supposed to go into the Init() function. Thats why I separated from the rest. Don't forget the semi-colon.
add "stop to BE" in an EA
-
CodeMeister replied Jun 16, 2011Try This — This code is what I use and has been tested. BELevel is a static double. BreakEvenPips is an external int. This goes in the Init() function: BELevel = BreakEvenPips*pf*Point; // pf = 1 or 10 depending on 4 or 5 digit This can go ...
add "stop to BE" in an EA
-
CodeMeister replied Jun 15, 2011MT4 — You need to check your code first by placing a Print() statement whenever a signal is generated. Assuming that's not the problem, it could be in MT4. I have had problems with Objects when MT4 is busy or my computer is under load. I ...
EA Problem with hammer identification
-
CodeMeister replied Jun 15, 2011Correct — Unfortunately there is a bug in the program when setting AlertPips = 0 and this won't work. The next version has a fix for this. AlertPips has to be 1 or greater.
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Jun 15, 2011Repainting — I have said in other threads that if you cannot handle repainting you cannot trade. For instance, the current candle is constantly repainting. One of the most useful indicators is the Fractals which repaints 3 bars back. Once you ...
TMA Reality Tour
-
CodeMeister replied Jun 15, 2011Believe it or not the system had lasted several years prior to the implosion. It kept drawing in more and more and more people.
7 years at FF - some humble advice
-
CodeMeister replied Jun 15, 2011Almost Done — You can't email, but the alert level is adjustable. The current version will alert when the price approaches the MA, the new version will also allow for an alert after crossing.
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Jun 15, 2011Almost Done — I am testing an indicator alert that will do this. Should be finished late next week. It will be similar to the one in post #12 of this thread with the addition of email and multiple currencies.
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Jun 15, 2011Contest — Guys, there is a trading contest coming up in July at myFXBook. These things add a little interest and motivation to trading. The contest winners will be those who do crazy, stupid things. My goal is to be positive at the end. url
Simple Simon Balance Line Trading