- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
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 ??
-
Ronald Raygun replied Sep 10, 2009Windows XP was designed primarily for AMD Duron/Pentium III computers. Back in those days, they were incredibly stable, and ran only on one core. Vista was presumably meant to be a more bloated version of Windows XP. The idea presumably was that ...
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 9, 2009Windows hasn't really managed to achieve this very well.
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 9, 2009In the task manager, right click on the process you want to set the affinity for (metatrader is "Terminal.exe") click on set affinity, then on the resulting screen, make sure only ONE core is checked for that process. If you check every core, then ...
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 8, 2009I set mine down to 10,000 not 65,000 Also, open up the task manager (Ctrl + Alt + Del) and tell me how much ram and cpu all instances of "terminal.exe" is using.
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 8, 2009Metatrader is not a multi threaded application, so having multiple cores doesn't matter much unless you manually set the affinity. In tools > Options > chart, how many bars do you have in history?
Multiple MT4 Clients open and charts freeze