- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 7, 2008News will always be a problem. I'm seriously thinking of using this building-up strategy as part of a trend finding trade. To be fair, what I'm doing isn't new, the Turtles are doing it, except that I'm scaling up trades indefinitely.
Grid Trading
-
Ronald Raygun replied Aug 7, 2008I know, that's the part I can't explain, except... The data used. I'm looking through my history files right now.
Grid Trading
-
Ronald Raygun replied Aug 7, 2008Here is my backtest statement. The longest run in a single direction I had was 14 trades before retracing. I'm wondering if various brokers use different backtesting engines.
Grid Trading
-
Ronald Raygun replied Aug 7, 2008keramikus, I think the difference between your grid EA and my grid EA is that each trade is independent of the others. My grid has the trades building up with slightly more dynamic TPs. nvwine, When I run a visual backtest, I see the price move in ...
Grid Trading
-
Ronald Raygun replied Aug 7, 2008What do the comments say? And did you change the lot size from 0?
Grid Trading
-
Ronald Raygun replied Aug 7, 2008EURUSD, (Timeframe doesn't matter because this is based on price movement) I used Jan1 08 to Jun1 08, that's the period where I have solid tick data.
Grid Trading
-
Ronald Raygun replied Aug 7, 2008A little more analysis. Assume trades are won/lost in grid spaces (I used 10 pips). If only one trade is opened before reversing, then it's a 1 grid loss. If two trades are opened before reversing, then it's a 1 grid loss. If three trades are opened ...
Grid Trading
-
Ronald Raygun replied Aug 7, 2008extern string Remark1 = "== Main Settings =="; extern int MagicNumber = 0; extern bool SignalsOnly = False; extern bool Alerts = False; extern bool SignalMail = False; extern bool PlaySounds = False; extern bool EachTickMode = True; extern double ...
Grid Trading
-
Ronald Raygun replied Aug 7, 2008Here is the EA. The system is designed to take regular profits (every x pips), or to take profit at the first opposite tick (When one trade hits the SL). In 6 month backtesting, I go from 10k to 40k, so there's promise in this system.
Grid Trading
-
Ronald Raygun replied Aug 7, 2008Are those parameters global? Or do you need two sets of them? (One for buy, the other for sell)
Need EA to help with backtesting
-
Ronald Raygun replied Aug 7, 2008Ok, I think I'll bring it. My EAs follow the system as posted. If you don't want them to trade for you that's fine, set SignalsOnly to true, and pick whatever signals you want (Mail, Alert, Sound). As a novice trader, I understand that you ...
Trend Finder Daily
-
Ronald Raygun replied Aug 7, 2008HAHAHAHAHAHA I guess the system is so simple to understand and trade that the support group isn't necessary. I have to say though, that picture cracks me up. I need to polish my googling skills.
Trend Finder Daily
-
Ronald Raygun replied Aug 7, 2008I'm busy putting an EA together, so we'll see how it turns out.
Grid Trading
-
Ronald Raygun replied Aug 7, 2008Ok, so here's the system as I understand it: Get the close price Add 5 buystops with TP and SL of 4 pips at 4 pip intervals. Add 5 sellstops with TP and SL of 4 pips at 4 pip intervals. Add/Delete stop orders so that there are always 5 above and 5 ...
Grid Trading
-
Ronald Raygun replied Aug 7, 2008I'm curious, if a field for values in an indicator are blank, what do I put in the trade logic? EMPTY_VALUE doesn't work.
How to get custom indicator values?
-
Grid Trading
Started Aug 7, 2008|Trading Discussion|123 replies
This isn't really a specific trading system per-se but I have trouble grasping the logic ...
-
Ronald Raygun replied Aug 7, 2008Your iCustom should look something like this. iCustom(NULL, 0, "EMA Crossover Signal ", FasterEMA, SlowerEMA, 0, 0); I would edit the indicator to set every non-arrow to 0, like so. I find it easier when setting trade logic.
How to get custom indicator values?
-
Ronald Raygun replied Aug 6, 2008What does it matter to you? Do you need a support group to help you trade? As long as the system works I personally don't care how active the thread is.
Trend Finder Daily