- Search Crypto Craft
-
magnumfreak replied Jun 12, 2008about as plausible as your election campaign. the term snowballs chance in hell comes to mind.
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied Jun 12, 2008sure, Press F1 then type in "hot keys" and press search. A list of hot keys will magically appear in the help screen.
Shortcut keys for metatrader
-
magnumfreak replied Jun 12, 2008are you looking for opinions on what they are doing now or what they do normally?
Categorized pairs
-
magnumfreak replied Jun 12, 2008The retail sales jump is a false breakout. LOL! With most of the economic "stimulus" checks already delivered, naturally there will be a spike in the retail sales. Wait until the July numbers come out in August before you get a true picture of ...
Cesarnc's market talk, gossips, rumours & fun
-
magnumfreak replied Jun 11, 2008set it up to send emails and then specify your carriers information as the To: for the email. For example, I am with Verizon, to send a text message to my phone I just need to send an email to [email protected]
Mobile forex trading...question....
-
magnumfreak replied Jun 11, 2008correct. makes it a bit easier huh?
getting values from multiple timeframes
-
magnumfreak replied Jun 11, 2008Try this thread, plenty of discussion on this same subject: url
Pip Counts are Irrelevant
-
magnumfreak replied Jun 11, 2008What I would do is have the EA write to a file whenever a new trade or a modification to an existing trade is needed. You then write a windows application using Oanda's API and have it monitor for that file and any changes to it. When a change is ...
metatrader with oanda
-
magnumfreak replied Jun 11, 2008you can pull data from any standard mt4 timeframe higher or lower. You just need to specify it when you call the indicator that the EA uses.
getting values from multiple timeframes
-
magnumfreak replied Jun 10, 2008I ran a demo test of mt4 mobile and the main thing that I didn't like was that you could not use custom indicators. Only the ones built into the mobile version. Since my system is built on custom indicators it really wasn't practical for me. Instead ...
Mobile forex trading...question....
-
magnumfreak replied Jun 10, 2008I actually got in on the eurusd short at 1.5803 for a couple of reasons. mainly there was a yearly and monthly pivot sitting at 5825 that it tried a couple of times to get through and couldn't and my stochastics that I use were all overbought on the ...
Cesarnc's market talk, gossips, rumours & fun
-
magnumfreak replied Jun 9, 20088:15pm USD image Fed Chairman Bernanke Speaks Most likely the cause of the spike.
Cesarnc's market talk, gossips, rumours & fun
-
magnumfreak replied Jun 9, 2008you are going to have to use the current candle to create your counter as there is no tick by tick data saved in mt4 for previous candles. The reason the code posted is only showing -1 or +1 is that you decaring the variable within the start ...
Creating a simple counter
-
magnumfreak replied Jun 8, 2008not sure of their min lot size but try interactive brokers.
NON MT4 Broker with API W .01 lot size?
-
magnumfreak replied Jun 8, 2008the problem is in your for loop. You are starting at 1, since this is less than 500 the loop immediately breaks. Your for loop should be: for(int i=500;i>=0;i--) this will result in a left to right analysis beginning 500 bars back and continuing to ...
problem with [i]
-
magnumfreak replied Jun 7, 2008just download and install the mt4 platform from whatever broker you want to test with. Most have different directories that the software is installed into. Also, if you want to test multiple mt4 platforms with the same broker, when you install the ...
Multiple Meta Traders ??