- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied May 19, 2010First off, 3GB ram for an i7? Seriously? I would think 6-8gb minimum. All my MT4 systems are running on 4GB machines. As for determining when a paging file is being used, you could try this: url it's not app-specific and I suspect that's not ...
MT4 & Windows optimization
-
Ronald Raygun replied May 19, 2010If you notice, you can save multiple versions of this script, thus having buy and sell sides. And yes, that's correct
Pre-programmed metatrader trades
-
Ronald Raygun replied May 19, 2010If you mean this post, you need to put scripts into the expertsscripts folder.
Pre-programmed metatrader trades
-
Ronald Raygun replied May 19, 2010MT4 has memory leaks, I restart my MT4 platforms every weekend. When a computer runs out of usable ram, it writes ram data to the hard disk, turning your hard disk into an extension of the existing ram. Problem is the hard disk is far slower than ...
MT4 & Windows optimization
-
Ronald Raygun replied May 19, 2010Never noticed that before. Probably was included in the new updates. Try running other scripts. It's possible that error-handling isn't done very well there.
Pre-programmed metatrader trades
-
Ronald Raygun replied May 19, 2010Best app for quickie screenshots: url
Pre-programmed metatrader trades
-
Ronald Raygun replied May 19, 2010For what it's worth, a the best trading systems are not really that mechanical. When trading, I have my own system, but then there are several exceptions to the system, e.g. Spikes News Gaps Close-enough entries etc. A lot of the exceptions are ...
Are systems really the key?
-
Ronald Raygun replied May 19, 2010Quoth the article found here: url 8. What operating systems support your applications? We don't employ any system as we have not found any systems which can provide consistent profitable results under trending and ranging markets. Therefore, ...
Are systems really the key?
-
Ronald Raygun replied May 19, 2010What are you start and end dates?
MT4 strategy tester and historical data
-
Ronald Raygun replied May 19, 2010What does the 'experts' tab at the bottom say?
Pre-programmed metatrader trades
-
Ronald Raygun replied May 19, 2010What happens when you try to attach the script to the chart?
Pre-programmed metatrader trades
-
Ronald Raygun replied May 19, 2010I suspect the volume values are fixed because they are unknown.
MT4 strategy tester and historical data
-
Ronald Raygun replied May 19, 2010Sounds like more machine learning.
Indicator complier and scorer - Live trade assistant, Not EA
-
Ronald Raygun replied May 19, 2010You're right, missed that. This guy wants ~12% annual investments. In that case, most bonds, and tax lien investments. The returns are of course averaged across a month.
Any investment ideas for 1% return
-
Ronald Raygun replied May 19, 2010To get only close prices in metatrader, just set a line chart.
working without OHLC, just C
-
Ronald Raygun replied May 19, 2010int BarCount; int LongCount; int ShortCount; for(int Count = 0; Count <= BarCount; Count++) { if(Open[Count] < Close[Count]) { LongCount++; ShortCount = 0; } if(Open[Count > Close[Count]) { LongCount = 0; ShortCount++; } if(LongCount > [Number of ...
Small help with the code to count up-bars and down-bars
-
Ronald Raygun replied May 19, 2010US Treasury bonds have at least 1% guaranteed return. Bank interest Savings bonds etc.
Any investment ideas for 1% return