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 17 of 71
Author:  c1borg [ Tue Feb 12, 2019 5:14 am ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

rumbaut » Tue Feb 12, 2019 12:26 am wrote:Hello

I am testing Leon setup Tdesk sending signals to Desky. Is possible to set Daily target profit in Desky the same way AwesomeSS has in the code ? So far getting good results but after goal met Desky continues taking trades.
Been working for me, the setfile looks correct? :youknow:
Author:  shanying [ Tue Feb 12, 2019 8:15 am ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

rumbaut wrote:Hello

I am testing Leon setup Tdesk sending signals to Desky. Is possible to set Daily target profit in Desky the same way AwesomeSS has in the code ? So far getting good results but after goal met Desky continues taking trades.
which version do you use? please try version 2o. the desky really works very well.
Author:  SteveHopwood [ Tue Feb 12, 2019 9:52 am ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

rumbaut » Tue Feb 12, 2019 12:26 am wrote:Hello

I am testing Leon setup Tdesk sending signals to Desky. Is possible to set Daily target profit in Desky the same way AwesomeSS has in the code ? So far getting good results but after goal met Desky continues taking trades.
No it isn't. I will look at adding this tomorrow.

:xm: :rocket:
Author:  traderduke [ Tue Feb 19, 2019 2:45 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

I have a TDesk chart showing 3 indicators but my template only has one 15M indicator loaded. I reloaded the tdesk Several times but seem to get rid of the 2 extra time frames. I saved the chart to the template shown in the TDesk input and used that template name in the tdesk but it persist.

Desky is able to trade on it.

Any Ideas?/

thanks
Ray
2-19-2019 9-31-43 AM-dap.png
Author:  SteveHopwood [ Tue Feb 19, 2019 2:53 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

traderduke » Tue Feb 19, 2019 2:45 pm wrote:I have a TDesk chart showing 3 indicators but my template only has one 15M indicator loaded. I reloaded the tdesk Several times but seem to get rid of the 2 extra time frames. I saved the chart to the template shown in the TDesk input and used that template name in the tdesk but it persist.

Desky is able to trade on it.

Any Ideas?/

thanks
Ray
I get this occasionally. Press the F3 key to bring up the Global Variables window. Scroll down until you find some named, "TDSIG/9ofX/0/9ofX/M15/EURUSD/" or some such. Highlight and delete those with anything other than M15 before the pair symbol and those rogue signals will vanish. If not immediately, then a chart time frame change does the trick.

:xm: :rocket:
Author:  lbs48 [ Tue Feb 19, 2019 3:03 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

traderduke » Tue Feb 19, 2019 3:45 pm wrote:I have a TDesk chart showing 3 indicators but my template only has one 15M indicator loaded. I reloaded the tdesk Several times but seem to get rid of the 2 extra time frames. I saved the chart to the template shown in the TDesk input and used that template name in the tdesk but it persist.

Desky is able to trade on it.

Any Ideas?/

thanks
Ray
Hi Ray,
can you share your template?
Author:  tomele [ Tue Feb 19, 2019 4:29 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

SteveHopwood » 19 Feb 2019, 15:53 wrote: I get this occasionally. Press the F3 key to bring up the Global Variables window. Scroll down until you find some named, "TDSIG/9ofX/0/9ofX/M15/EURUSD/" or some such. Highlight and delete those with anything other than M15 before the pair symbol and those rogue signals will vanish. If not immediately, then a chart time frame change does the trick.

:xm: :rocket:
Sounds like something that shouldn't be. I will take this on my list.

Cheers
Thomas
Author:  Ehrenmat [ Tue Feb 19, 2019 4:41 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

Hey tomele,

I had the same issue but only with 9ofX. A missing deleteTeskSignals command was the reason in the indi's code. I'm at work and not on my PC through the week. That's why I can't upload the sourcecode... Sorry for that.

Edit: Found it. This goes in the 9ofX indi code, right below //Tdesk code.

Code: Select all

  // TDesk code.
   DeleteTDeskSignals(Symbol());
  
Furthermore, I put this code snippet at the end of the 9ofX indi code:

Code: Select all

void OnDeinit(const int reason)
{   
   
   //TDesk code
   DeleteTDeskSignals(Symbol());
   
}//OnDeinit(const int reason)
Sorry for being off-topic, Steve!

So no hesitation to search for a TDesk problem itself.

Cheers,

Mat

tomele » 8 minutes ago wrote:
SteveHopwood » 19 Feb 2019, 15:53 wrote: I get this occasionally. Press the F3 key to bring up the Global Variables window. Scroll down until you find some named, "TDSIG/9ofX/0/9ofX/M15/EURUSD/" or some such. Highlight and delete those with anything other than M15 before the pair symbol and those rogue signals will vanish. If not immediately, then a chart time frame change does the trick.

:xm: :rocket:
Sounds like something that shouldn't be. I will take this on my list.

Cheers
Thomas
Author:  traderduke [ Tue Feb 19, 2019 5:38 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

SteveHopwood » Tue Feb 19, 2019 9:53 am wrote:
traderduke » Tue Feb 19, 2019 2:45 pm wrote:I have a TDesk chart showing 3 indicators but my template only has one 15M indicator loaded. I reloaded the tdesk Several times but seem to get rid of the 2 extra time frames. I saved the chart to the template shown in the TDesk input and used that template name in the tdesk but it persist.

Desky is able to trade on it.

Any Ideas?/

thanks
Ray
I get this occasionally. Press the F3 key to bring up the Global Variables window. Scroll down until you find some named, "TDSIG/9ofX/0/9ofX/M15/EURUSD/" or some such. Highlight and delete those with anything other than M15 before the pair symbol and those rogue signals will vanish. If not immediately, then a chart time frame change does the trick.

:xm: :rocket:
Thanks Steve, that did the trick.

Ray
Author:  traderduke [ Tue Feb 19, 2019 5:48 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

lbs48 » Tue Feb 19, 2019 10:03 am wrote:
traderduke » Tue Feb 19, 2019 3:45 pm wrote:I have a TDesk chart showing 3 indicators but my template only has one 15M indicator loaded. I reloaded the tdesk Several times but seem to get rid of the 2 extra time frames. I saved the chart to the template shown in the TDesk input and used that template name in the tdesk but it persist.

Desky is able to trade on it.

Any Ideas?/

thanks
Ray
Hi Ray,
can you share your template?

Ibs48
Nothing involved, just trying some quick in and outs.
best of luck
Ray

TDesk-dap.tpl
All times are UTC Page 17 of 71