- Search Metals Mine
-
Ronald Raygun replied Sep 23, 2009Thank you for your help RangeBound. I managed to get the EA to send links to the website and the database is correctly being updated. Now I seem to have come across another snag in the parsing side of the code. I saw that for loop you put in there, ...
"Terminated by Timeout"
-
Ronald Raygun replied Sep 22, 2009Variables are always internal to an EA>
static local variables and multiple charts running the same EA
-
Ronald Raygun replied Sep 22, 2009Ace claims that, but I'm curious to know why it hasn't been released yet. I understand the problem with people taking the system and the credit for that system. I suspect it's going to stay that way until Ace is comfortable sharing.
4H Box Breakout
-
Ronald Raygun replied Sep 20, 2009It's simple yen. I too have a plus sign for myself.
4H Box Breakout
-
Ronald Raygun replied Sep 20, 2009Bobcat2's on your buddy list. Also, regarding the Japanese holidays, I'm just moving away from the yen pairs. I'll still be trading the Euro, Pound, Dollar, Aussie Dollar, Canadian Dollar and Swiss Frank.
4H Box Breakout
-
Ronald Raygun replied Sep 20, 2009Thanks for the input everyone! Here is the function I hacked together a little haphazardly. double LotSize(double CurrentPrice, double StopLossUsed) { //Determine micro/mini/standard broker double MiniLot = MarketInfo(Symbol(), MODE_MINLOT); int ...
Types of MM code?
-
Ronald Raygun replied Sep 20, 2009I currently use a joystick in my trading I'm now migrating away from my arcade style keypad built using these components: url To this keyboard: url
Dealing room keypads
-
Ronald Raygun replied Sep 19, 2009Wow, I don't know where you guys get these pictures, but I figure I'd add my own. I found yen's burro giving me the look. NNNDDNDDDNNDDNNDNNNDDNDNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN ...
4H Box Breakout
-
Ronald Raygun replied Sep 14, 2009MM overrides lot size anyway. I may just end up removing that chunk of code as it's not really that useful anymore. For the time being, set that multiplier value to 0. That will disable that block of code. It's original purpose was to prevent the EA ...
4H Box Breakout
-
Ronald Raygun replied Sep 13, 2009Not that I know of. You can put a time limit on an indicator...if a certain date passes, the indicator is rendered useless.
Self deleting Indicators
-
Ronald Raygun replied Sep 13, 2009pictures explaining what you mean by 'cut through' would be appreciated.
Moderate MA/MACD/Bollinger System
-
Ronald Raygun replied Sep 12, 2009Broker needs to support them, find a broker that does.
Exotic currencies on MetaTrader
-
Ronald Raygun replied Sep 11, 2009I'd have a second look at that (attached) MA settings: Period 5 Mode: Exponential Price: Close Period: 34 Mode: Exponential Price: Close MACD Settings: Fast: 5 Slow: 34 Signal: 1 Price: Close You'll notice in the picture attached that when the res ...
Anybody have Macd histogram EA ?
-
Ronald Raygun replied Sep 11, 2009MACD using Exponential Moving Averages if I remember properly.
Anybody have Macd histogram EA ?
-
Ronald Raygun replied Sep 10, 2009MACD crossing over the 0 line is simply an MA crossover EA. Plenty of those hanging around here.
Anybody have Macd histogram EA ?
-
Ronald Raygun replied Sep 10, 2009For any other programmer who is looking to experiment, here's the general theory of the EA: Trade Opening Cycle through all opened Trades If a trade's magic number matches the magic number being searched for... Open a new trade opposite to the ...
Has Anyone made An EA to trades the opposite, Inverse or Converse Of another EA ??