| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Desky. TDesk's trading drone. https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5545 |
Page 7 of 50 |
| Author: | c1borg [ Mon Oct 29, 2018 9:38 am ] |
| Post subject: | Desky. TDesk's trading drone. |
Version 1o hasn't made any trades as yet on any of my setups? will check my setfile(s) for any cockups later :youknow: |
|
| Author: | ace811122 [ Mon Oct 29, 2018 10:57 am ] |
| Post subject: | Desky. TDesk's trading drone. |
yes, i was using version v1o, maybe my setup on demo is too aggressive |
|
| Author: | wallywonka [ Mon Oct 29, 2018 11:09 am ] |
| Post subject: | Desky. TDesk's trading drone. |
Working fine here, make sure you have adjusted the Monday start hour in the settings. |
|
| Author: | c1borg [ Mon Oct 29, 2018 11:47 am ] |
| Post subject: | Desky. TDesk's trading drone. |
Yes probably me guess ive set something wrong |
|
| Author: | SteveHopwood [ Mon Oct 29, 2018 3:31 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 1p is in post 1. Desky stopped early this morning after generating an array out of range error. The culprit was a typo. This line: for (int pairIndex = 0; pairIndex < ArraySize( [color=#0000FF]TDeskSignals[/color]); pairIndex++) should have been: for (int pairIndex = 0; pairIndex < ArraySize(TDeskSymbols); pairIndex++) I have added code to reset the basket trailing stop values after a basket closure. |
|
| Author: | ace811122 [ Mon Oct 29, 2018 11:38 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
Thanks |
|
| Author: | lbs48 [ Tue Oct 30, 2018 2:04 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
Hi. I have the same problem when I set -- All trades belong to a single basket -- to YES (300 pips). All pairs with signals open and close immediately. When set to false, EA working fine.
|
|
| Author: | SteveHopwood [ Tue Oct 30, 2018 2:14 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
I have not seen this because I am not testing the single pair basket feature. Turn it off for now and I will look at the code. |
|
| Author: | SteveHopwood [ Tue Oct 30, 2018 6:39 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 1q is in post 1. Thomas emailed today with code that provides three stop loss and take profit calculation features for individual trades. You will see that TakeProfitPips and StopLossPips have morphed. From the updated UG: Re the trades opening and then closing when individual pairs as a basket is enabled, I have no idea why. I did see one variable that needed changing but have no idea if this was the cause. I will spend more time hunting the bug tomorrow. |
|
| Author: | SteveHopwood [ Tue Oct 30, 2018 8:56 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 1r is in post 1. The good(ish) news is that following my turning on individual basket trading I found several hundred GU trades opened and then closed the following second. This suggests that one of the trade closure variables is not being reset following a closure. Truth to tell, I am floundering here a bit, so this is what I have done. Do a search for, "//We have got here, so there are no trade closure failures." It is line 4132 in 1r. This block of code follows: Code: Select all There are three blocks of code that force a retry of trade closures following a failure. In 1r:
|
|
| All times are UTC | Page 7 of 50 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|