- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Jan 3, 2009Check the journal in the backtest. Do you see errors for "invalid lots"? 90% of the problems people have with my EAs revolves around that problem. The solution naturally is to make sure the lot size is not 0.
eur/usd scalping method
-
Ronald Raygun replied Jan 3, 2009Opposite signal, TP, SL, and TS. Have you tried to backtest it? That indicator is a leftover from a thread called "Trade The Slope". The settings you see in the version of the indicator I posted had a timeframeminutes parameter which allowed you to ...
eur/usd scalping method
-
Ronald Raygun replied Jan 2, 2009Each setting controls the timeframe used for the PSAR and Slopedirection respectively. So I could have a 5 min PSAR and a 15 min Slopedirection and attach the EA on a 1M chart.
eur/usd scalping method
-
Ronald Raygun replied Jan 2, 2009Unfortunately, I can't code indicators very well yet. Still learning.
I did however whip up a quick EA which looks for both the PSAR and SlopeDirection to have the same direction before placing a trade. You can choose the timeframe referenced for ...eur/usd scalping method
-
Ronald Raygun replied Jan 2, 2009I'm wondering, has anyone experienced whipsaw?
eur/usd scalping method
-
Ronald Raygun replied Jan 1, 2009When doing any sort of machine learning, you first need to identify what the machine needs to learn. Are we teaching it to find a specific pattern? Are we trying to get it to predict the future?Whenever I code EAs, I look primarily for accuracy. ...
Probability
-
Ronald Raygun replied Jan 1, 2009Well, the simplest answer is to develop a machine learning algorithm.
Probability
-
Ronald Raygun replied Dec 31, 20081-2-3 breakout James16 price action Turtle Trading Phillip Nel 5 min scalping system (the concept, not the specifics)
sharing profitable ea's
-
Ronald Raygun replied Dec 31, 2008As one of the last people to post this in 2008, here are my thoughts: Posting a profitable system here will not affect the overall forex market. Daily forex volume is approaching close to 4 trillion dollars. Retail traders like us account for a ...
sharing profitable ea's
-
Ronald Raygun replied Dec 31, 2008Indicators may appear biased. But consider this: A market goes down faster than it goes up. So, with that in mind, perhaps this feature of bear markets is what appeals to the EA/indicator/system?
Short bias - with an attached super profitable EA
-
Ronald Raygun replied Dec 31, 2008No. I'm saying, instead of reloading the indicator each time through iCustom, just have the indicator load the values you need into the global variables. There are only six values you need: Red Current Red Previous Blue Current Blue Previous White ...
Efficiency using custom indicators...
-
Ronald Raygun replied Dec 31, 2008Would you be so kind to post the indicators that you use?
eur/usd scalping method
-
Ronald Raygun replied Dec 30, 2008Another crazy idea which popped into my head is to have the indicator post values into the GlobalVariables That way, you can still give the indicator time to load and effectively stream data to the EA.
Efficiency using custom indicators...
-
Ronald Raygun replied Dec 30, 2008There are a couple ways to speed it up: Faster computer Optimize code Use fewer pairsBest thing you can do regarding EA integration is to internalize the calculations to the EA. iCustom if I remember properly processes only data to acquire that ...
Efficiency using custom indicators...
-
Ronald Raygun replied Dec 30, 2008If we went back on gold standard, then forex is more or less destroyed and we may all very well end up trading exotics. I doubt the banks will let their governments do that =D
forex during a recession?
-
Ronald Raygun replied Dec 30, 2008Recession or not what's the one most important thing to us as traders? The exchange rates move! If the rates don't move, then we don't make money, plain and simple.
forex during a recession?
-
Ronald Raygun replied Dec 30, 2008What's the testing period of this EA/system? The market has just about gone through a retracement of the summer trend.
Short bias - with an attached super profitable EA
-
Ronald Raygun replied Dec 23, 2008Open 3 trades? Just put multiple OrderSend() functions... It looks like you're using my coding style, but anyway. //+------------------------------------------------------------------+ //| Signal Begin(Entry) | ...
Breakout system won't open trades