- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Jun 10, 2008Was eachtickmode set to false? Because it looks like it's just one bar behind the PSAR change.
"The Pip Nailer". Any time frame, any pair
-
Ronald Raygun replied Jun 10, 2008What if I opened multiple metatrader terminals, and spread the various parameters among them?
Optimizing optimization.
-
Ronald Raygun replied Jun 10, 2008My EA is timeframe independent. It basically means that it uses the timeframe of the chart you attach it to.
"The Pip Nailer". Any time frame, any pair
-
Ronald Raygun replied Jun 9, 2008How often does the range allow a 31 pip stoploss? I'll try to get some code together for a preliminary EA--once I get home that is.
Daily Breakout 500% yearly return
-
Ronald Raygun replied Jun 9, 2008The rules never officially changed, that was just a suggestion, the goal of which was to generate more signals. Personally, I'd just take the original system and deploy it against several pairs instead of crippling it.
"The Pip Nailer". Any time frame, any pair
-
Ronald Raygun replied Jun 9, 2008PM me, we'll go over it together. I won't accept any payment until final delivery.
I'm looking for a programmer
-
Ronald Raygun replied Jun 9, 2008Try downloading the re-uploaded version (most recent pipnailer2 download). Don't forget to recompile the file.
"The Pip Nailer". Any time frame, any pair
-
Ronald Raygun replied Jun 9, 2008What leverage are you using to calculate your return?
Daily Breakout 500% yearly return
-
Ronald Raygun replied Jun 9, 2008click on the paperclip in the upper right corner of this page. It'll show all the attachments.
"The Pip Nailer". Any time frame, any pair
-
Ronald Raygun replied Jun 9, 2008I believe that the entire "start()" section is run every tick, so all you'd need is a simple counter. double Count; if (Close[0] > Open[0]) Count++; else Count--
Creating a simple counter
-
Ronald Raygun replied Jun 9, 2008Pipnailer2 follows these criteria: PSAR turns from buy to sell, AC turns from green to red and AO is green/red. PSAR turns from buy to sell, AC is green/red and AO turns from green to red. PSAR turns from buy to sell, AC turns from green to red and ...
"The Pip Nailer". Any time frame, any pair
-
Ronald Raygun replied Jun 8, 2008As far as I know, you'd have to hard code the times into the EA.
Best way to use EA for multiple timeframes?
-
Ronald Raygun replied Jun 8, 2008Yes. I'm conducting a private study as to effective MM assuming no edge.
Optimizing optimization.
-
Ronald Raygun replied Jun 8, 2008post the code here and I'll show you where to make the changes. Remember to use the "CODE" tags
how to get my ea to shut up!
-
Ronald Raygun replied Jun 8, 2008The trailing stop is calculated by taking the current ATR and multiplying that by some number. The two values I'm trying to optimize are: ATR period the "some number" multiple.
Optimizing optimization.
-
Ronald Raygun replied Jun 8, 2008Alright, allow me to explain my system. This system is a plain coin toss. I have an ATR-based trailing stop and I'm trying to determine optimum multiple and ATR period. How should I go about optimizing this system for cable?
Optimizing optimization.
-
Ronald Raygun replied Jun 8, 2008EURUSD is a very strong trending pair. It may have low daily volatility, but it's still potent. I would recommend a pair that has long term monthly ranging. I think it's one of the AUD pairs, and I'm sure a 1KT member can help identify this pair.
Forward testing the EA-a FREE** 1M TF EA
-
Ronald Raygun replied Jun 8, 2008Craig, I'm very familiar with the troubles of over-optimization and curve fitting. Below is my plan to combat or otherwise reduce the chance that overoptimization will hurt me. I have 10 years of tick data for cable, I take the first two years, ...
Optimizing optimization.