- Search Crypto Craft
-
magnumfreak replied Feb 19, 2008I just downloaded and tested it with my Vista Ultimate platform and it is working just fine. I am going to leave it up and running for a while to see if the problem shows up on my side.
Download MBT Navigator, having problems with quotes (disconnected) / Help?
-
magnumfreak replied Feb 19, 2008Sorry for all the questions but had it been working on Vista before? The red light in the middle definitely means you are not connected to the quote server.
Download MBT Navigator, having problems with quotes (disconnected) / Help?
-
magnumfreak replied Feb 19, 2008Is it just the FXboard that is not working?? Any error messages?? Usually when it won't connect with one of the datastreams you get an unable to connect message in the middle of the screen.
Download MBT Navigator, having problems with quotes (disconnected) / Help?
-
magnumfreak replied Feb 19, 2008This is the only one that I have, I have not tested it so hopefully it is what you are looking for.
TD Sequential Indicator
-
magnumfreak replied Feb 19, 2008Forgot to post this earlier, here is a great intro into MT4 programming that I found somewhere. Takes you through all the basic steps in creating programs in MT4. If you have questions as you are learning how to program MT4, don't hesitate to post ...
Converting ESL to Meta EA
-
magnumfreak replied Feb 19, 2008the languages are completely different. ESL is mutch simpler. If you are familiar with C programming language moving over to MT4 isn't too bad. If you are not familiar the learning curve is much longer.
Converting ESL to Meta EA
-
magnumfreak replied Feb 19, 2008that is because after the first order, bought is >0 so your if statement never executes again.
MA Cross Over HELP on EA
-
magnumfreak replied Feb 18, 2008I have to say that I am a big fan of scaling into a position. Typically I will take a 25% position on a trend line break (just an example), then I will add to it based on things like break of a support or resistance line, MACD indication, etc. As ...
Scaling In System for Trending/Ranging Currencies
-
magnumfreak replied Feb 18, 2008I just looked and don't see anyway to change the leverage on the account once it is created. I assume you are talking about a demo account. If it is, just create a new account and change the leverage to whatever you decide. If this is not a demo ...
buy less than 0.1 lots or decrease leverage?
-
magnumfreak replied Feb 18, 2008I run twin 21 inch on my main computer and a 19 inch on my laptop (Alienware mALX to really prove my geekness)to the side. The laptop is used for demo account testing and additional research. Rather than worry about having multiple timeframes up and ...
Show your workstation II
-
magnumfreak replied Feb 18, 2008tested it on my metatrader to a comcast email and it works just fine. Nice job Lucid!
Price Update via email indicator NEEDED
-
magnumfreak replied Feb 18, 20081. Done. 2. Can be done but right now I just don't have the time. 3. Done. Maybe someone else with some time will make this indicator have a history feature. Double check the calculations to make sure it is grabbing data from Friday on Monday. Wish ...
Love this indicator - Need help with few improvements
-
magnumfreak replied Feb 17, 2008why bother making the conversion. Keep it in excel and use a program like openoffice.org (free download) which can read and edit excel files.
automatic segnal forex_marcellodibellapalermo_
-
magnumfreak replied Feb 15, 2008first one. Prior to the start of the if statement would be fine.
S/L won't adjust
-
magnumfreak replied Feb 15, 20087 pm eastern is 0000gmt right now.
MetaTrader ODL Daily Candle Time
-
magnumfreak replied Feb 15, 2008Ok, insert this statement prior to EACH of your OrderModify statements: OrderSelect(glbOrderTicket,SELECT_BY_TICKET,MODE_TRADES); I think what is happening is that the orderselect that you are using in your OrderFind function is local to that ...
S/L won't adjust
-
magnumfreak replied Feb 14, 2008Keep track of all the orders you open with the global variables functions in MT4. You can track the order numbers there. You will need to keep track of an order being short or long also. The function names are GlobalVariableSet and ...
Detecting stopped order?
-
magnumfreak replied Feb 14, 2008write your RSI hourly data to an array and then to a moving average of the array using iMAOnArray.
Moving average of another indicator instead of price
-
magnumfreak replied Feb 14, 2008Yoda_Voice_Enabled = true; Jedi, simple your problem is... Yoda_Voice_Enabled = false; LOL! Sorry not much sleep lately. Remove the two return(0); statements from your for loop. Anytime your code makes it this far it will jump out of the start ...
S/L won't adjust
-
magnumfreak replied Feb 14, 2008I replied to your post on the ea. May just be a minor issue.
Controlling the Time an EA Works - help needed