- Search Energy EXCH
- Paradox replied Nov 8, 2012
Looks like there was some toying around with the chart which is great to discover some issues that I can fix. I have fixed the 4 digit broker issues and I changed the behavior for gaped data. Instead of allowing a gap on the chart I am smoothing out ...
Still Basketting
- Paradox replied Nov 7, 2012
Ok hope to not clutter the thread since there was some back and forth confusion about the strategy and competingclutter ideas. But since there was some interest in my charts and I finished making it into a useful toy for backtest analysis I am going ...
Still Basketting
- Paradox replied Nov 7, 2012
you have to have a #kos# 1 hour chart up to have the vq work.
Still Basketting
- Paradox replied Nov 7, 2012
Ok I changed it to run from ticks and that helps but it still does fail at some point and I am sure it will in live. It also did not make money but then I wasn't really expecting a simple grid to do that. At some point soon I am going to add grid ...
Grid systems
- Paradox replied Nov 7, 2012
I tried one of them (G000) but it would only buy on new lows. I am not very interested in biased strats so didn't work on it much. I just got some better results using these settings. extern bool Period_ONOFF = false; extern string Trade_Period = ...
Grid systems
- Paradox replied Nov 7, 2012
As I said in my post I did try all the combinations. Including 1D. I have never gotten it to open orders after the Init call. Just lost interest and went back to my coding. If you can give me some exact settings/timeframe/date range/symbol that you ...
Grid systems
- Paradox replied Nov 6, 2012
arghhh! You did it again. Well maybe you should start a thread just on the stacking concepts. They are intriguing.
Building an equity millipede
- Paradox replied Nov 6, 2012
If I revisit this idea I would use these methods instead of correlation. url url And as I said before I would look to predict when a system would work best and not try to predict the actual market direction.
Pattern-Finding EA
- Paradox replied Nov 6, 2012
You don't get Commision and Swap included. Also every trade would have to be the same size for this to make sense.
Building an equity millipede
- Paradox replied Nov 6, 2012
I can if you stop deleting your posts. This thread left the neat and tidy bandwagon long ago.
Building an equity millipede
- Paradox replied Nov 6, 2012
The original file is an EA and not an indicator. You would have to put it in the root of experts folder and not in the indicator folder. You can then run it in strategy tester or real time on your chart and it will make predicted trades.
Pattern-Finding EA
- Paradox replied Nov 5, 2012
I have run it with all of these settings on EURUSD 15 min and 4H starting Jan 1st 2012 and always the same thing. There are some starting orders and then nothing. extern bool Period_ONOFF = true; extern string Trade_Period = "1D"; extern int ...
Grid systems
- Paradox replied Nov 5, 2012
well the numbers are just using points so I can manually just add a 0 for now. But either way the G100 does not keep making orders and I don't even know what it is suppose to do so can't really say what it wrong.
Grid systems
- Paradox replied Nov 5, 2012
Well I know the london break out code works great in backtester and has some interesting MM features. Like anything there are always profitable settings and time periods. Here is my analysis use my box breakout code for the 7-9 EST box.
7am-9am Big Dog USD Breakout Strategy
- Paradox replied Nov 5, 2012
Nice detailed thread start. I tried to test it out but after the initial orders with G100 it does not open anything new. The G000 was only opening at new lows. I bumped up the SD TD and GD params and that helps get G000 rolling but not G100. Are you ...
Grid systems
- Paradox replied Nov 4, 2012
I am just saying that the ea in this thread is pretty nice. You could change the session times and use it to play with this stategy. url
7am-9am Big Dog USD Breakout Strategy
- Paradox replied Nov 4, 2012
You should look at the london break out v2 ea. I is pretty nice and you have the code for it. Just set it to 7-9 and you could at least test the basic ideas of this strategy.
7am-9am Big Dog USD Breakout Strategy
- Paradox replied Nov 3, 2012
Looks like you got it in your requote but basically just remove the spaces. I don't think there is sound. This is mean reverting grid trading. I don't like that so much but the thing does rack up some money in the video.
Profitable Grid Break-out Trading System(PGBTS)
- Paradox replied Nov 3, 2012
Guess I was curious enough to figure it out. video
Profitable Grid Break-out Trading System(PGBTS)