- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 10, 2009That is the source code... Are you guys backtesting on a daily chart for reference? Maybe post screenshots so I can see what the comments are saying>?
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009Fixed. SL and TP are now properly placed. A yellow line will appear when and where there is supposed to be a reentry. everything else seems to backtest properly. Go ahead and break it again!
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009Lot size is 0 by default. Other than that, the EA should work by default.
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009Go the other way. Develop a good filter for exit.
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009Go for it. You can set the long-term timeframe (let's say daily), and attach the EA to a lower timeframe (like 1M). You can also set the maximum trades allowed per day. By default, there are two trades allowed, the initial trade + one reentry.
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009So, stoploss is at the previous bar's open price and re-entry is at the previous bar's close price?
FollowTheLeader System
-
Ronald Raygun replied Aug 9, 2009Oops!
This is what happens when you don't debug your code. hahaHow to get my Initial Deposit value?
-
Ronald Raygun replied Aug 9, 2009int Total = OrdersTotal(); double BalanceUsed = AccountBalance(); int HistoryTotal = OrdersHistoryTotal(); double Balance; for (int i = 0; i < Total; i++) { OrderSelect(i,SELECT_BY_POSITION, MODE_TRADES); if(OrderType() == OP_BUY || OrderType() == ...
How to get my Initial Deposit value?
-
Ronald Raygun replied Aug 8, 2009It's possible. Most breakout EAs are coded based on price movement.
EA based on Price Movement?
-
Ronald Raygun replied Aug 8, 2009I have a a method and can make money on a coin toss, but it's not mechanical. As for talking, I don't see why not. PM me, or e-mail or skype, or open a ticket (so I can read it at work) at forex.offers4u.biz/support
Coin-Toss Trading Strategy
-
Ronald Raygun replied Aug 7, 2009Now that you've gotten all that out, let's return to the original question: Do you agree with me that if i were to overlay a EURUSDm chart from IBFX over a EURUSD chart from FxPro (or any other broker), the charts would be almost identical? (I say ...
Show your best EA
-
Ronald Raygun replied Aug 7, 2009try changing the values to 1000 and 2000 My suspicion is that your stoploss and takeprofit levels are too tight. Look in the Journal and the experts tab to see if there are attempts. For the record, I didn't write this EA. I just quickly looked ...
Need Help..EA's don't work
-
Ronald Raygun replied Aug 7, 2009Something to think about: url Your best bet would be some form of interpolation method. I'm not too good with C++, but maybe if the end-user could select the type of interpolation allowed, that could help determine how much the profitability ...
Estimating missing data
-
Ronald Raygun replied Aug 7, 2009I think the Program Files folder (where I suspect Metatrader is installed) is part of system restore.
EAs lost during system restore
-
Ronald Raygun replied Aug 7, 2009All opinions aside, Here's how you backtest. url
How can one use the expert advisors?
-
Ronald Raygun replied Aug 7, 2009I can't speak for the rest of the trading world, but here in the US, in an effort to prevent fraud, employees with "business critical functions" must take a continuous two week vacation once a year. The reasoning is that if nothing changes regarding ...
whats happening in August 2009???