I have included a note about adding non TDesk compatible indicators into the mix via iCustom() calls, at the end of the guide.
Desky draft 1 is complete now, so start setting up your demos for testing to start after the markets re-open.
Code: Select all
//Early days in the development of this trader, so I am keeping it simple. Just one trade at a time.From Desky user guide pdf:Holbroom » Mon Oct 15, 2018 1:25 am wrote:I've loaded the latest version of Desky and TDesk, out of the box settings, but trades are being closed as soon as they're opened, I've disabled "Close trade on opposite signal" and set a TP and SL for the time being.
Ehrenmat » Mon Oct 15, 2018 6:51 am wrote:I found the reason for the immediate closure but didn't have time to look through the code:
It's the option to CloseOnOppositeSignal. Set it to false and Desky works as proposed.
As Steve pointed out, Desky is in development and therefore, he wrote in the code:
And Steve is totally right! Look at the pace of the development of TDesk and Desky. This whole thing is only six weeks old (!)and look where we are already!Code: Select all
//Early days in the development of this trader, so I am keeping it simple. Just one trade at a time.
Give those guys a breath, be humble to have this forum and be happy to be part of this whole fx evolution!
Most of us are only consuming what very few brilliant minds code in their spare time!
Just saying...
Cheers :hi:
Holbroom » Mon Oct 15, 2018 6:25 am wrote:I've loaded the latest version of Desky and TDesk, out of the box settings, but trades are being closed as soon as they're opened, I've disabled "Close trade on opposite signal" and set a TP and SL for the time being.
I've spotted a couple of simple reversed logic errors in Desky which I believe is causing the instant closing of new trades when CloseOnOppositeSignal is set to TRUE. I sent Steve a PM and I'm sure he'll look into this and verify my proposed fix, but if you want to try a fix yourself in the meantime then this is what worked for me:Ehrenmat » Mon Oct 15, 2018 6:51 am wrote:I found the reason for the immediate closure but didn't have time to look through the code:
It's the option to CloseOnOppositeSignal. Set it to false and Desky works as proposed.