| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Peaky on Steroids https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5204 |
Page 23 of 97 |
| Author: | SteveHopwood [ Mon Aug 07, 2017 10:53 pm ] |
| Post subject: | Peaky on Steroids |
Here is my suggestion. Stop being a pillock and go with what is available. It may not be perfect, but it is what is available. |
|
| Author: | eaymon [ Mon Aug 07, 2017 11:34 pm ] |
| Post subject: | Peaky on Steroids |
lol it's been a while since I heard the term pillock. the EA works really well as is but if you want additional lockin functionality try combining with the all position trade manager ( search the site) |
|
| Author: | eaymon [ Tue Aug 08, 2017 2:33 pm ] |
| Post subject: | Peaky on Steroids |
Anyone else experiencing larger than usual DD on PoS? |
|
| Author: | spyderman [ Tue Aug 08, 2017 9:58 pm ] |
| Post subject: | Peaky on Steroids |
Sorry guys, it's probably me. Happens every time I try a new strategy. |
|
| Author: | eaymon [ Tue Aug 08, 2017 10:32 pm ] |
| Post subject: | Peaky on Steroids |
I have the same issue! here's my assumption (I haven't fully reviewed that part of the code yet): so if I use PoS on M1 timeframe it looks back 1586 bars to find the peak highs and lows. it trades based on that. but I don't think it considers the H1 H4 D1 cycle...and that's why some trades get stuck with a higher DD. It probably hasn't been noticed before is because H4 and D1 cycles can take several weeks to play out... what do you guys think? Eaymon Latif |
|
| Author: | SteveHopwood [ Tue Aug 08, 2017 10:55 pm ] |
| Post subject: | Peaky on Steroids |
Correct. |
|
| Author: | eaymon [ Tue Aug 08, 2017 11:38 pm ] |
| Post subject: | Peaky on Steroids |
would you like me to add it? |
|
| Author: | SteveHopwood [ Tue Aug 08, 2017 11:42 pm ] |
| Post subject: | Peaky on Steroids |
No thanks. It is missing the point of PoS, which is to take advantage of counter moves on the lower time frames to mitigate some of the pain of the retraces on the higher ones. All explained in the user guide. Yours would be a different bot which you are most welcome to code so people can try it and see. |
|
| Author: | eaymon [ Wed Aug 09, 2017 12:22 am ] |
| Post subject: | Peaky on Steroids |
My bad... you are totally right! At this rate we will have 40 versions of Peaky and Awesome by the end of the year!! |
|
| Author: | SteveHopwood [ Thu Aug 10, 2017 7:30 pm ] |
| Post subject: | Peaky on Steroids |
V 1d is in post 1. I had coded for there to be both buy and sell trades open on the same chart and for Recovery to apply independently to both groups, but not allowed PoS to open a new sell position when there are already buy(s) open and vice versa. This is fixed in 1d. These are simple DIY fixes. Do a search for: if (MarginCheck() ) The line of code straight after that is: if (OpenTrades == 0) Comment it out so that it is greyed out, or delete it altogether: //if (OpenTrades == 0) Then do a search for: //Look for a sell. You will find it high up in void LookForTradingOpportunities(string symbol, int cc). You will also see a block of code starting with this comment: //Look for a buy. Copy this over the top of the existing code: Code: Select all if (MarketSellsCount == 0)//LookForTradingOpportunities() is for the starting trade only and if (MarketBuysCount == 0)//LookForTradingOpportunities() is for the starting trade only Now, when a group of, say, buy trades has not been closed out, PoS can take sell trades as well. We profit on the way up and we profit on the way down. |
|
| All times are UTC | Page 23 of 97 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|