| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Slopey Peaky Bob https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5389 |
Page 71 of 84 |
| Author: | Sergio [ Sat Jan 16, 2021 10:23 am ] |
| Post subject: | Slopey Peaky Bob |
Hello dear traders, Hope all is well. After a fresh instalment of Empty4 last week, this week I had some trouble with the trades. In a couple of trades, the EA opened all 5 trades at once instead of sending a 5-grid pending order 30 pips away. See pictures below. From what I have noticed, I found two possible causes: 1) Empty4 is struggling because the pair is changing the SS signal back and forth, from "trade" to "neutral" and is causing the EA to skip lines 2) Empty4 is overloaded because multiple pairs trigger a signal the same time and it can't cope with EA's loops. Quietly strange, it seems that the first pair of the loop (AUD) is messed up while the rest are executed well. 3) 1 and 2 combined. Questions: 1) Has this ever happened to anyone else? 2) Although, I see that the secureSetTimer() function helps on a problem occurring in VPS, would it help if I changed the EventTimerIntervalSeconds from 1s to 2s or should I just do a clear instalment of the shitty Empty4? 3) Also, is there a way to backtest the functionality of SBP EA somehow, so I can check whether the problem is solved after I reinstall a clear Empty4? Happy piping, Sergio |
|
| Author: | tomele [ Sat Jan 16, 2021 12:56 pm ] |
| Post subject: | Slopey Peaky Bob |
Hi Sergio. Multipair EAs can't be backtested. Please post your setfile. Cheers |
|
| Author: | Sergio [ Sat Jan 16, 2021 1:04 pm ] |
| Post subject: | Slopey Peaky Bob |
Hi Tom, Here you go! Sergio |
|
| Author: | tomele [ Sat Jan 16, 2021 1:41 pm ] |
| Post subject: | Slopey Peaky Bob |
I can't spot anything that would directly explain the behaviour. Somehow your grid distance is zero. Who is your broker? If not GP, but ECN type, you must set IsGlobalPrimeOrECNCriminal to true. However, try the following on Monday: 1. Set up a new GlobalPrime(!) Empty4 2. Run SPB with default settings 3. Run SPB with your settings, but set UseAtrForGrid to false 4. Run SPB with your settings 5. Report back Cheers |
|
| Author: | Sergio [ Sat Jan 16, 2021 2:28 pm ] |
| Post subject: | Slopey Peaky Bob |
I am using IC Markets. They are not ECN type. I have just set up a Global Prime. Let's see what happens on Monday. I chose IC to Global Prime because the latter charges commission on every trade, their spreads are a bit lower though plus they are ECN type. Maybe I made the wrong choice. Anyway, I will update you on Monday. Thanks for your help. Sergio |
|
| Author: | SteveHopwood [ Sat Jan 16, 2021 3:02 pm ] |
| Post subject: | Slopey Peaky Bob |
You certainly did. viewtopic.php?p=38867#p38867 |
|
| Author: | SteveHopwood [ Sun Jan 17, 2021 11:18 am ] |
| Post subject: | Slopey Peaky Bob |
There is a new version of the SPB Core Library. Alex (biobier) emailed yesterday with a bug spot that stops the trailing and jumping stop functions from working except on certain pairs. This has not come up as a problem before I think, because we have been basket trading. It is only of relevance to you if you are doing any single trading and want these two functions. What you need to do to access the fix is:
- Go to: void jumpingStopLoss(int ticket). - Scroll down a few lines to double sl = OrderStopLoss(); - Insert this code underneath: Code: Select all - Repeat the insertion. - Go back to the top of: void jumpingStopLoss(int ticket) - Do a search and replace, replacing "Point" with "point". There are two instances in each function. This bloop also applies to Trendy Monster Moving Day and Desky, so I will post updates there. Thanks Alex. |
|
| Author: | Sergio [ Mon Jan 18, 2021 5:53 pm ] |
| Post subject: | Slopey Peaky Bob |
Hi, Just an update on the situation. I have set up new Global Prime and ICMarkets Emty4. I run on demo all the above configurations and there were no issues initially with any of them, so I kept the EAs running with UseAtrForGrid = True on both accounts. When I came back home from work, the GlobalPrime had 3 wrong trades while the ICMarkets had no issues. I have to say that ICMarkets acc had already some trades opened while the GlobalPrime acc was a brand new one. Now, I have used nuclear option and set UseAtrForGrid = False on Global Prime acc to see if I will get errors again tomorrow. Sergio |
|
| Author: | hunter548 [ Fri Jan 22, 2021 3:02 am ] |
| Post subject: | Slopey Peaky Bob |
After making the software changes, I got the following warning at line 6277, column 20. Just need to change FALSE to false. |
|
| Author: | Sergio [ Tue Feb 02, 2021 8:35 pm ] |
| Post subject: | Slopey Peaky Bob |
Hello my fellow traders, Call me a weirdo but I feel uncomfortable that the grid in SPB is not geometrically perfect. I am hoping to use market geometry for grid input, that's why I making this post to ask for the help of coders who can make this reality. The idea is simple: use Peaky highs and lows for grid input, i.e. Peaky[High] - Peaky[Low] / 12 UsePeakyForGrid = True PeakyDivider = 12 DistanceBetweenTradesPips = Peaky[High] - Peaky[Low] / 12 Could anyone write and include such a code in SPB? Is it difficult to code? Has a similar geometric grid been coded before in another EA here so I can try to copy it for SPB? Thank you for any help in advance, Sergio |
|
| All times are UTC | Page 71 of 84 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|