- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Mar 5, 2008Disappeared, it looks like the name Tyrone Kimble (supposedly his real name) doesn't seem to exist, but that's the result of a very cheap Google search.
Part Time Wealth Building Trading System - Daily Scalping
-
Ronald Raygun replied Mar 2, 2008Search for Trendhugger, TradeSlope, and any MA crossover.
Looking for stop and reverse EA
-
Ronald Raygun replied Feb 26, 2008Not when you know how the EA works. Swiss Army Ea is a trade management Ea.
iCustom for EAs?
-
Ronald Raygun replied Feb 25, 2008Thank you MagnumFreak, I did some reading on the #import function and--as I understand it--I need to know the underlying source code. What if I don't have the source code? What if I only have the .ex4 file, and know the inputs, and what it does. ...
iCustom for EAs?
-
iCustom for EAs?
Started Feb 25, 2008|Platform Tech|5 replies
Is there some function similar to iCustom that allows one EA to use the functions of another?
-
Ronald Raygun replied Feb 25, 2008Try running my EA on a separate terminal, or at least isolate it. If it's still opening two trades, somethings wrong and I have to dig through the code and figure it out.
Trend Hugger System
-
Ronald Raygun replied Feb 22, 2008There is an EA out for this strategy...look for Rhythmv2.mq4
Part Time Wealth Building Trading System - Daily Scalping
-
Ronald Raygun replied Feb 21, 2008He's talking about something called "OverOptimization" or "curve-fitting" Here are some simple steps. Get a trading system Backtest it Go over trades and add more indicators/rules to remove losing trades Repeat steps 2 and 3 until you reach desired ...
My EA shows from $500 to $59K in one year
-
Ronald Raygun replied Feb 21, 2008My EAs are programmed to manage one trade at a time. Are you running multiple EAs?
Trend Hugger System
-
Ronald Raygun replied Feb 21, 2008This particular system I'm working on only deals with longs for now. Shorts require a completely different entry scheme. A more accurate title for this thread would probably be "MoveStopOnce" but I think I understand how the code works, it looks ...
Move to Breakeven...
-
Move to Breakeven...
Started Feb 20, 2008|Platform Tech|2 replies
Here is my bit of code for moving the stoploss to breakeven after a certain profit. Is there ...
-
Ronald Raygun replied Feb 13, 2008All of my EAs manage one trade at a time. So, there's nothing to worry about with regard to managing multiple trades. If you want multiple trades managed, then you need multiple EAs.
Trade the Slope System
-
Ronald Raygun replied Feb 12, 2008If you only want to use the BaseTF to determine when to enter, set all the variables for the TFs to the same as Base. For example, if I wanted to only use the basetf as my basis for entry. BaseTF = 60 Secondary = 60 Tertiary = 60
Trade the Slope System
-
Ronald Raygun replied Feb 12, 2008Yes, just set the ExitOnPrimary variable to true, and the remaining others to false. That way, if the slope of the primary changes, then it will close the trade.
Trade the Slope System
-
Ronald Raygun replied Feb 12, 2008Yes, Just make sure that each EA has a different MagicNumber, otherwise, the EAs will try to manage each other's trades.
Daily Stochastic Oscillator System (#2)
-
Ronald Raygun replied Feb 12, 2008Ok, here is a new version of the EA. It exits based on whatever TF you choose. For example, the default is when the Base TF changes color, exit a trade. It can be set so that either the Base, Secondary, or Tertiary slope is used.
Trade the Slope System
-
Ronald Raygun replied Feb 12, 2008Clearly I was not awake. Anyway, the chance of a head or tails if 50%. The chance of a head(buy) making a profit is 50% The chance of a tail(sell) making a profit is 50% .5 x .5 = .25 or 25% Do you see my logic?
Coin-Toss Trading Strategy
-
Ronald Raygun replied Feb 12, 2008Daily Stochastics is simply an entry system posted on these forums. url Binary Equation System MIGHT be an Exit/MM system, granted, I don't know enough about it to make any certain conclusions. As for the original goal, I've been running the ...
Coin-Toss Trading Strategy
-
Ronald Raygun replied Feb 10, 2008Damon, I was under the impression you were going to use your Binary System or something and apply it to the Daily Stochastic entry system. The MM in the Binary System can't be THAT simple, can it?
Coin-Toss Trading Strategy