| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Brakeout of the monday's night https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3224 |
Page 4 of 9 |
| Author: | phil_trade [ Sun Nov 03, 2013 3:42 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi Dave as my English is what it is.... |
|
| Author: | phil_trade [ Sun Nov 03, 2013 3:47 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi Spider I don't know how to do this with FT ? Equity curve is a special graph with nothing to do on it ? Could you give some coding information ? Philippe |
|
| Author: | SpiderX [ Sun Nov 03, 2013 4:07 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi Philippe, I think the way this works is that EA need to keep track of cumulative profit/loss on a daily basis. Based on cumulative P/L values, EA calculates a moving average of the PL. A simple rule can be: if ( cumulative PL < MA of PL && MA of PL is in downtrend) then reduce lots.. or stop trading by the way, my ideas come from here: http://capstonetradingsystems.com/money ... algorithms the implementation in here is on Tradestation, where they can still "dummy trade" and track the recovery of the equity curve. Not sure how this can work out on Empty4. However, this looks to be a good way to avoid extended periods of unfavorable conditions and wait for the market to get to better conditions. Cheers |
|
| Author: | phil_trade [ Sun Nov 03, 2013 4:17 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Ok, I understand the principle. I will think about it. Great but lot of stuff is anybody already try this type of MM ? (http://capstonetradingsystems.com/money ... algorithms) |
|
| Author: | SpiderX [ Sun Nov 03, 2013 4:24 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi Philipe, Have to be honest: never tried it before, but it looks good in principle. We can do many things, fit this, fit that, include this , exclude that on a strategy to try to make it adapt to all types of market conditions. My thoughts are: better to keep things simple and just avoid unfavourable market conditions overall. Probably this is one way to do it. Love to discuss more if you have more opinion. Cheers |
|
| Author: | garyfritz [ Sun Nov 03, 2013 4:42 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Trading the equity curve doesn't usually work very well. It's **exactly** analogous to writing an EA that trades when the market is above an MA, and goes flat when it goes below. That kind of EA doesn't generally work and equity-curve trading generally doesn't either. See e.g. my post at http://www.stevehopwoodforex.com/phpBB3 ... 780#p28780. BUT... in this case it might help. This system seems to produce fairly long streaks of wins and losses. So I did some experimentation with it. Looking at each individual pair, I said "don't take this week's trade unless this pair was profitable in the last 6 weeks." That didn't produce any more profits but it smoothed the results out a fair amount, and got rid of the major drawdowns. Phillipe, I don't know if you could test this in Forextester or not. I can't in Tradestation. You have to run the system, taking all trades, so you know what the equity curve is. Then you have to determine whether you actually should have taken the trades. I did the analysis by dumping my trades to a file and checking it in Excel. |
|
| Author: | phil_trade [ Sun Nov 03, 2013 4:54 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi Gary I have to write first the module of "fake" trades to run calculation of MA during "no trade" period. What do you think about run normal trade 0.1 lot and decrease to 0.01 lot when 6 weeks unprofitable. It's easy to do and should give about same result ? |
|
| Author: | SpiderX [ Sun Nov 03, 2013 4:57 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi Philipe, Was going to type something similar to what you suggested, but you beat me to it. "Shadowtrading" might be challenging to implement, but probably reducing the risk to 0.01 would be easier. Cheers |
|
| Author: | garyfritz [ Sun Nov 03, 2013 5:01 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
You have to simulate all of the trades with the SAME position size in order to accurately calculate the equity-curve-MA or the 6-weeks-profitable or whatever you're using. Dropping down to 0.01 would mess up the equity curve calculations, unless you also kept track of the results from the 0.1-size trades. And if you're doing that anyway, you can drop to any size you want -- 0.01, or 0.00, or whatever. |
|
| Author: | SpiderX [ Sun Nov 03, 2013 5:04 pm ] |
| Post subject: | Re: Brakeout of the monday's night |
Hi gary, We can scale down the lot size, but scale up the p/l and calculate an imaginary equity curve. The algorithm can "reset" the equity curve when it scales up again. Cheers |
|
| All times are UTC | Page 4 of 9 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|