- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Oct 21, 2008The EA was for the purpose of testing the system's entry (it's generally very good). CD and I established that this cannot be a 100% mechanical system. #1 Is something like what I had in mind. I'm still analyzing the trades to find some sort of ...
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 21, 2008I've set an EA loose mechanically following the system: Entry: 34CCI crosses 0 line in direction of 170CCI and RSI is above/below 55/45 Exit: 34CCI crosses back over 0 line. SL of 10 pips + spread. A complete mechanical version of the system took a ...
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 21, 2008surprisingly enough you can force the point to be 0.00010 or 0.00001 (for 4 digit pairs) and 0.010 or 0.001 Metatrader seems to remove that last 0 which throws off some of the indicators here.
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 21, 2008Just change it from point to MarketInfo(Symbol, MODE_POINT)
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 20, 2008I'm here, don't worry. I'm trying to figure out how to get the EA to determine whether or not the market is ranging and to reverse, or is trending, and to trade with the recommendation.
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 20, 20085 decimal places tend to be a good thing as there are more price points from which to scalp from. As for all indicators and EAs, you generally need to increase price-based settings (TP, SL, etc) by a factor of 10
5 decimal places
-
Ronald Raygun replied Oct 20, 2008The system may look like a no brainer, but unless I'm misinterpreting it, it gets killed during very strong trends.
Spudfyre's Stochastic 5 Minute Trade
-
Ronald Raygun replied Oct 19, 2008I thought it took the last 7 days...
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 19, 2008If this statement is false, there's nothing that needs to be done rank-wise, and the progression moves down...Unless I missed something. Each of the pairs is receiving a rank, but for some reason, some pairs are getting the same rank which doesn't ...
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 19, 2008Do you know the wingding code for that?
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 19, 2008I've updated my indicator a bit so you don't have to add 14 individual indicators. You only need to add two, one for buys, and one for sell. I also am experimenting using 'arrows' instead of lines to hopefully provide some sort of 'heat map'. I'm ...
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 18, 2008This sort of system looks a lot like most zig-zag systems I come across. I generally code EAs for systems that I am personally trading with. I don't trade with a system unless I see that it's profitable--at least in the short run. As it stands, ...
To Ronald Raygun EA Request
-
Ronald Raygun replied Oct 18, 2008The reason why I haven't coded an EA for this: This system appears to be a trend-finding system, whereby it looks for the tops/bottoms of a trend. Such systems are famous for low accuracy ratings. Can anyone here prove otherwise? The repainting ...
Simple 1 Hour System
-
Ronald Raygun replied Oct 18, 2008Me too
The largest problem I see with this system is what happens when the market ranges.4H 5EMA System
-
Ronald Raygun replied Oct 17, 2008You can run metatrader off of a flash drive...
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 17, 2008I'm not sure what's causing it, and what's worse is that I can't recreate the problem. The best fix for now is to run with EachTickMode set to false.
Paulus - Traffic lights
-
Ronald Raygun replied Oct 16, 2008Here is what is supposed to happen. TradeTaken starts as "No", TradeCount is 0. When a trade is taken, TradeCount is set equal to bars. Until a bar passes, TradeTaken stays "Yes".
Paulus - Traffic lights
-
Ronald Raygun replied Oct 16, 2008Remove all those indicators and use the standard MT4 ones.
Powerful 1 Min Scalping System (Fx Prime)