| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Hopelessly confused by TDesk or Desky? Ask here. https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5546 |
Page 55 of 71 |
| Author: | freakyg415 [ Fri Apr 23, 2021 1:30 am ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
All praises to you Thomas. Moving the drones to the another chart did the trick . Thanks a million brother. V/r, Osito |
|
| Author: | orso [ Thu Apr 29, 2021 5:32 pm ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
Hi, I have a question about hedging.... In order to reduce drawdown with SPB i use hedge function in Desky. Basically i use SS opposite signal to generate hedge trade. Now I have this problem: when Desky hedges a basket of trades or a single trade it opens a hedge trade with same lot size of each of them. But if SPB recovers with new position and then market continues to go against my original trade, Desky does not hedge the new position, leaving the basket unbalanced. Maybe Desky does not hedges (increment hedged lot size) when a hedged trade is already present? How can i resolve that? I tried to find something in Desky guide but nothing…. I hope I was clear and didn't ask a stupid question. Thanks |
|
| Author: | SteveHopwood [ Thu Apr 29, 2021 6:35 pm ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
You are using an EA that trades one set of signals to hedge trades placed by an EA responding to a different set of signals? Sounds bonkers to me. |
|
| Author: | orso [ Fri Apr 30, 2021 9:20 pm ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
I am obliged to use tdesk because you have introduced self-closing of trade hedged on the opposite signal in MPTM. Furthermore, MPTM does not allow you to selectively manage hedged trades as they all have a different order comment (ticket) unlike those created by Desky and this is a problem in my way of trading. Dear Steve what I'm telling you, it works, I can prove it, and it also has a rationale. I posted below the results of the last 2 weeks of one of the many systems I am testing with this configuration. However, in order not to go off-topic, I ask if the problem that Desky is unable to add hedging trades can be solved. Thank you] |
|
| Author: | SteveHopwood [ Sat May 01, 2021 1:11 am ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
No. |
|
| Author: | ManyanaMan [ Tue May 04, 2021 1:50 am ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
Hi Traders, I am completely new to Tdesk / Desky, i have spent hours reading the various threads / manuals which has given me some understanding but resulting in as many questions as the threads i have read. I am looking for a mentor that i can direct message to help me with my first build of Tdesk, this is to eliminate any frustration in the forum as i will have many noob questions and hopefully after my first build i will have a complete understanding of Tdesk / Desky. I am willing to pay for the service if someone can offer me assistance and to show my appreciation for the work that has been provided for free i have donated $100GBP to Tommaso. Steve sorry i did not mark my donation as “Donation for Tommaso” but marked from ManyanaMan. Kind Regards David McDonald |
|
| Author: | freakyg415 [ Tue May 04, 2021 4:59 am ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
Big Pippin to All, First, I would like to pay the most respect to all the (what I consider) master coders in this forum as this endeavor is difficult and tedious. Tdesk, Desky, MPTM, APTM amongst others are truly impressive. I couldn't fathom writing upwards of 9000 lines of code. Hell I still struggle with my little baby edits I have been dabbling here and there and usually find indicators/experts I like and successfully editing them by adding options or features that I want. I have successfully done this with your MPTM and am now trying to do it with Desky. I was trying to add a Timeframe selections and Multiplier to the ATR for the Differential Lot size option. I have added the options and what I thought was the correct code. Compiled it and recieved 0 warnings, 0 errors, and and all good from the metaeditor however, once I got it onto the chart, It would successfully load and then successfully remove itself Code: Select all Code: Select all V/r Osito |
|
| Author: | SteveHopwood [ Tue May 04, 2021 2:51 pm ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
Check the Experts and Journal tabs when something like this happens. These sometimes reveal the nature of the problem. A divide by zero stops an EA but does not remove it from the chart, so it looks as though it is still working. An array out of range error removes the EA, so you do at least then know there is a problem. I use Alerts to show me what is going on. Underneath Code: Select all Alert(lotSizeMultiplier); Find out what is happening when Desky tries to send an order. Do a search for this line of code: Alert(symbol," ",WindowExpertName()," ",stype," order send failed with error(",err,"): ",ErrorDescription(err)); This takes you to the code block that deals with an order send failure. Insert this underneath: Code: Select all |
|
| Author: | freakyg415 [ Wed May 05, 2021 1:00 am ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
Many thanks Steve, I'll give her a go. V/r Osito |
|
| Author: | freakyg415 [ Wed May 05, 2021 12:54 pm ] |
| Post subject: | Hopelessly confused by TDesk or Desky? Ask here. |
Many thanks Steve, :youknow: I gave her a go and it worked like a charm. The error in the Experts tab reports that there is an "invalid lot amount for the send order function" and the alert below shows that the lot size is 0.0; that's when it hit me. I went under the hood to verify and I saw that the lot size is based off of the "Hard lot sizing" setting. Unless I am off in my logic. Code: Select all Code: Select all Stay green gents. V/r Osito |
|
| All times are UTC | Page 55 of 71 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|