| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Desky. TDesk's trading drone. https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5545 |
Page 30 of 50 |
| Author: | SteveHopwood [ Thu Apr 25, 2019 10:42 am ] |
| Post subject: | Desky. TDesk's trading drone. |
An elementary coding bloop caused Desky to send short trades when the pair was in the BuyOnlyPairs list. This is fixed in post 1. DIYers, do a search for: if (!checkBuyOnlyPairs(symbol) ) Remove the "!" so that the code is: if (checkBuyOnlyPairs(symbol) ) |
|
| Author: | SteveHopwood [ Thu Apr 25, 2019 1:21 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 3m is in post 1. You do not need this folks, if you are not using the swap filters. Coders, I realised it is a mistake to try to operate the swap filters when SendBuy/SellGrid() is called. I have added these two variables: bool buyGridAllowed=true, sellGridAllowed=true; I have added this function: Code: Select all I have added this: Code: Select all Code: Select all |
|
| Author: | SteveHopwood [ Thu Apr 25, 2019 3:59 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
There is a fresh update to 3m in post 1. This one is purely for the coders and DIYers; ignore it if you are not one of these. The update contains nothing new. It has taken me a while to grasp why the more professional coders here begin variable and function definitions with a lower case letter - it makes the typing easier. I have been doing this myself for a little while so the source contained a mixture of old and new style. I spent a couple of hours this afternoon standardising this so:
|
|
| Author: | kwchau [ Fri Apr 26, 2019 3:18 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
Hi Steve, I have tested the swap features of the latest version, everything seems running fine. Thank you so much for fixing it ! cheers, kwchau |
|
| Author: | SteveHopwood [ Fri Apr 26, 2019 5:25 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
![]() |
|
| Author: | SteveHopwood [ Wed May 01, 2019 1:35 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 3n is in post 1. This addresses a rare situation where a pair that is normally negative swap in one direction is temporarily at zero and so the bot can send trades in a direction that will cost a lot of swap when that swap reverts to its normal negative. You do not need the update if negative swap does not bother you. DIYers, Desky needs an additional function, so the easiest is to delete the current void tradeDirectionBySwap(string symbol) function and replace it with this: Code: Select all |
|
| Author: | SteveHopwood [ Wed May 08, 2019 6:43 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 3o is in post 1. Bill suggested the option to be able to control the direction of trading for individual pairs. I describe this as trading the 'bigger picture' in the updated user guide. Details in the guide. There are two sets of csv inputs now, so I have also added prefix and suffix inputs so that users only have to enter the chart symbols into the inputs. Note that 3o will demand that you use TDesk 6.6 to be able to work. |
|
| Author: | SteveHopwood [ Sat May 25, 2019 7:14 pm ] |
| Post subject: | Desky. TDesk's trading drone. |
V 3p is in post 1. This contains the same fix for the Recovery trades closure that I added to SPB. Thomas wrote to me earlier in the week to point out that Desky was not filling in gaps when the market moves against the original trade(s). This should be fixed now. I have added a small sub-section to the 'General inputs' - 'FX Testify'. Thomas asked me to add the two new inputs. I am not entirely sure what they are for apart from being something to do with developing the database. No doubt their purpose will become clearer in the future. |
|
| Author: | c1borg [ Sun May 26, 2019 8:43 am ] |
| Post subject: | Desky. TDesk's trading drone. |
I am looking for some advice I am using TDesk's Trade Advice function and one of my setups shows I could get a big improvement by using option 3) in the attached screenshot. My question is (as I dont want to get this wrong) what specific settings do I need to input into Desky to achieve S/L and T/P as percent of ATR (D1,14) T/P=200 percent Any help advice appreciated. |
|
| Author: | tomele [ Sun May 26, 2019 9:17 am ] |
| Post subject: | Desky. TDesk's trading drone. |
TakeProfitValue=200 SLTPCalcMode=ATRPercent Cheers Thomas |
|
| All times are UTC | Page 30 of 50 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|