Hopelessly confused by TDesk or Desky? Ask here.

Post Reply
User avatar
tomele
Administrator
Posts: 1208
Joined: Tue May 17, 2016 3:40 pm
Location: Germany, Forest of Odes, Defending the Limes

Hopelessly confused by TDesk or Desky? Ask here.

Post by tomele »

Hi Bobby.

As stated in the documentation, UBD appends 1,2,3,4 to the signal name to identify the 4 different timeframes. This is an UBD thingy.

In TDesk's lists you must enter whatever is sent to TDesk. You can always check the detected signals by clicking the "Detected" button at the top. TDI-P1/H4 (with slash, without quotes) will be correct.

Cheers
Thomas
Happy pippin, Thomas :-BD

It ain't what you don't know that gets you into trouble.
It's what you know for sure that just ain't so.
(Mark Twain)

Keep the coder going: Donate
BobbyT
Trader
Posts: 232
Joined: Thu Aug 21, 2014 1:34 am
Location: Seattle

Hopelessly confused by TDesk or Desky? Ask here.

Post by BobbyT »

Thanks Thomas. I thought I'd tried the slash variant after reading your demo settings thread...must have dreamt it :?
Procrastination provides exponentially negative returns - BobbyT
isabek
Trader
Posts: 41
Joined: Wed Jun 28, 2017 10:46 am

Hopelessly confused by TDesk or Desky? Ask here.

Post by isabek »

Hi Thomas! :hi:

Strange situation with CADJPY positions
cadjpy_1.png
First was opened at 12:00:04 and at first takeprofit was part closed (half of position) at 12:12:41,
then at 12:14:47 new position was added, although old position is still on market.

I know the problem with comments, I avoid it with some reworked code (StringFind != -1), but as I think Desky doesn't count orders by tradecomment, I don't use hedge and countertrend etc?

Any thoughts?

Regards,

Isabek.
You do not have the required permissions to view the files attached to this post.
paulbt38
Trader
Posts: 16
Joined: Wed Nov 16, 2011 1:03 pm

Hopelessly confused by TDesk or Desky? Ask here.

Post by paulbt38 »

I've been away for a long time but have been sucked back into Forex.

I'm trying to set up Desky to trade signals using Thomas's SPB template posted recently. Thought I had it all good to go, but when i set Desky up, it immediately took three trades GJ, GU and EJ which clearly hadn't sent a signal. I closed the trades and it immediately opened new ones. I have attached a screenshot which shows solo trade entry is 100, yet as you can see for the three pairs none of these are 100?

Its likely a very simple mistake on my part as I try to catch up on all the wonderful things happening here.

Thanks

Paul
You do not have the required permissions to view the files attached to this post.
User avatar
tomele
Administrator
Posts: 1208
Joined: Tue May 17, 2016 3:40 pm
Location: Germany, Forest of Odes, Defending the Limes

Hopelessly confused by TDesk or Desky? Ask here.

Post by tomele »

That might be old signals that have not yet reached the exit threshold. I can't tell without seeing the Super Signal column. What you can do is to exit TDesk, run the "TDesk Global Variables Cleaner" script and then start TDesk again.
Happy pippin, Thomas :-BD

It ain't what you don't know that gets you into trouble.
It's what you know for sure that just ain't so.
(Mark Twain)

Keep the coder going: Donate
paulbt38
Trader
Posts: 16
Joined: Wed Nov 16, 2011 1:03 pm

Hopelessly confused by TDesk or Desky? Ask here.

Post by paulbt38 »

tomele » Wed Jun 26, 2019 2:38 pm wrote:That might be old signals that have not yet reached the exit threshold. I can't tell without seeing the Super Signal column. What you can do is to exit TDesk, run the "TDesk Global Variables Cleaner" script and then start TDesk again.
Thanks Thomas, I'll give that a go later.

Paul
User avatar
Vokin
Trader
Posts: 51
Joined: Tue Dec 06, 2011 4:31 pm

Hopelessly confused by TDesk or Desky? Ask here.

Post by Vokin »

Question:
TDesk Scalping at H1.
Enter: EAX Pin Anglegator.
SL 15, TP 25.
Is it possible to use the HGI (wavy lines) indicator only for the exit (so it does not affect the input signal)?
In other words, how to use one indicator only for enter, and another indicator only for exit?
Thanks for answer.
You do not have the required permissions to view the files attached to this post.
User avatar
Ehrenmat
Trader
Posts: 89
Joined: Thu Jul 26, 2018 7:08 am

Hopelessly confused by TDesk or Desky? Ask here.

Post by Ehrenmat »

Vokin » Today, 14:43 wrote:Question:
TDesk Scalping at H1.
Enter: EAX Pin Anglegator.
SL 15, TP 25.
Is it possible to use the HGI (wavy lines) indicator only for the exit (so it does not affect the input signal)?
In other words, how to use one indicator only for enter, and another indicator only for exit?
Thanks for answer.
Hey Vokin,

Put your HGI signals on the ExcludefromSoloSignals list and on the ForceExitOnDisagree list. Then set Desky ForceCloseOnExitSignal to true.

You can find the exact way of the signals names under Detected right at the top of TDesk.

Cheers,

Mat

:hi:
Remember: A few hours of trial and error can save you minutes of looking at the README
User avatar
Vokin
Trader
Posts: 51
Joined: Tue Dec 06, 2011 4:31 pm

Hopelessly confused by TDesk or Desky? Ask here.

Post by Vokin »

Ehrenmat » Fri Jun 28, 2019 8:04 pm wrote:
Hey Vokin,

Put your HGI signals on the ExcludefromSoloSignals list and on the ForceExitOnDisagree list. Then set Desky ForceCloseOnExitSignal to true.

You can find the exact way of the signals names under Detected right at the top of TDesk.

Cheers,

Mat

:hi:
Thanks, but cannot find ForceCloseOnExitSignal - or you mean TDesk Trading Partner closeOpenOnEXITSignal (this I have True)?
Anyway, I'll try next week.
alecsa72
Trader
Posts: 50
Joined: Wed Nov 09, 2016 7:50 pm
Location: South Africa

Hopelessly confused by TDesk or Desky? Ask here.

Post by alecsa72 »

Hi

Question regarding custom indicators which have no input parameters - what do I put in "TDesk UBD Custom Parameters.mq4" file in the "#define Params_2 0,0,0" section?

For Built-In indicators there is an explanation on what to do in case of no input params, but what about custom indicators?

Can we just leave values blank, as in:

Code: Select all

#define Params_1 50,5.0 // SuperTrend_15
#define Params_2           // some custom indi which has no inputs
?


Thank you

PS: found the answer - if you put "true" as a single parameter, the parameter-less indicator works

Code: Select all

#define Params_1 50,5.0 // SuperTrend_15
#define Params_2   true        // some custom indi which has no inputs
Post Reply

Return to “TDesk: A Thomas Special. The greatest trading tool ever.”