- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Apr 7, 2010The short answer is: You don't. You'd need to use Bid/Ask - OrderOpenPrice() to get the pip value.
How do I close a trade based on pips count?
-
Ronald Raygun replied Apr 7, 2010you multiply your gains by 1000 and divide your losses by 1 million
You know you're over confident as a trader when.....
-
Ronald Raygun replied Apr 7, 2010Symbol() => Currency Pair Period() => Timeframe in minutes (1440 for D1)
Need Help With My Code
-
Ronald Raygun replied Apr 7, 2010Just get the current stochastic value... Inverted value = 100 - Current Value
Inverted Stochastic
-
Ronald Raygun replied Apr 7, 2010Then compare each permutation of MAs MA1Current MA1Previous MA2Current MA2Previous MA3Current MA3Previous if(MA1Current > MA2Current && MA1Current > MA3Current && MA2Current > MA3Current && MA1Previous < MA2Previous && MA1Previous < MA3Previous && ...
Need Help With My Code
-
Ronald Raygun replied Apr 7, 2010There is very rarely a bar where multiple moving averages are exactly the same. Instead, you should check for the cross of multiple moving averages. so.... if(FastMACurrent > SlowMACurrent && FastMAPrevious < SlowMAPrevious) Print("Cross Up")
Need Help With My Code
-
Automated Trading Championship 2010!!!
Started Apr 7, 2010|Platform Tech|2 replies
{url} Looks like I have to learn OOP and MQL5
-
Ronald Raygun replied Apr 5, 2010double LastPrice = iClose(NULL, 0, iBarShift(NULL, 0, StrToTime("20:00") - 24*3600, true));
EA compare yesterdays 8pm price against todays 11am price
-
Ronald Raygun replied Apr 4, 2010I'm not 100% sure about this, but I suspect you'll need to delete your .hst files in the history folder. Those history files have a header which I think wasn't updated for build 226. I deleted those files, redownloaded the data and no problems thus ...
Help with strategy tester please
-
Ronald Raygun replied Apr 2, 2010Backtester confirmed working for me (build 226). Windows XP XP2 and Windows server 2k8
Did anyone else have to do that MT4 live update today?
-
Ronald Raygun replied Apr 2, 2010Successful trader is a profitable and disciplined trader. A trader's success increases with time and gains (adjusted for drawdown)
So, what IS a successful trader?
-
Ronald Raygun replied Apr 2, 2010Don't. This is trading without a safety net. If you lose the account, what happens?
borrow money from credit card to trade? without hurting your trading emotion?
-
Ronald Raygun replied Apr 1, 2010I think someone already did this: url url url url
Need help interfacing a Matlab DLL with Metatrader
-
Ronald Raygun replied Apr 1, 2010Hey Carl, Your method identifies bars based on their relative shape. I'm not sure if you intended for this circumstance, but let's assume we have two bars which are perfect scaled replicas of each other. When looking at a chart, would you visually ...
Pattern Matching Concept EA
-
Ronald Raygun replied Apr 1, 2010I'm averaging 10-12GB / week across all my servers.
bandwidth usage with mt4
-
Ronald Raygun replied Apr 1, 2010If those 4 are your only choices, I'd suggest C#, but for MQL5. MQL4, I think you're better off learning that outright.
What's the best programming language to learn?
-
Ronald Raygun replied Apr 1, 2010Are you running the application as administrator? Right click on the metatrader icon and click "Run As Administrator" As I understand it, in Windows 7, is has to be done on a per-application basis.
Strategy Tester Questions
-
Ronald Raygun replied Apr 1, 2010When running Metatrader, make sure to "Run As Administrator"
Strategy Tester Questions
-
Ronald Raygun replied Mar 31, 2010How about ridiculous coincidence? The data is strangely egg-shaped, and it's just mind-boggling. I'm just taking three values from each bar, I'll start working in 3 dimensions and add dimensions as I begin to understand the code better.
Clustering data?
-
Ronald Raygun replied Mar 31, 2010Setting both to 0 will have no trade. //Time Delay string TimeDelay = "Outside Trading Times"; datetime BarOpen = Time[0]; datetime TradeStart = BarOpen + (MinutesDelayStart * 60); datetime TradeEnd = BarOpen + (MinutesDelayEnd * 60); ...
Trading system using relative strength