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 15 of 71
Author:  SteveHopwood [ Wed Jan 23, 2019 7:19 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

c1borg » Wed Jan 23, 2019 6:59 pm wrote:
SteveHopwood » Wed Jan 23, 2019 6:47 pm wrote: Are you sending an immediate market trade as well as your grid of 1? Desky sends the trade and then the grid of stop orders.

:xm: :rocket:
No immediate market order this is off.
I will look into it.

:xm: :rocket:
Author:  Janus64 [ Thu Jan 24, 2019 1:30 am ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

SteveHopwood » Fri Jan 18, 2019 10:49 am wrote:
Janus64 » Fri Jan 18, 2019 2:10 am wrote:Hello All,

I trade Leon's strategy using basket. I close the basket around 1000 pips in profit and let Desky run again.

Sometimes I want to stop trading (deactivate Desky) when TP is hit - how do I set that??

Best Regards
Jan
You cannot at the moment. I will add this feature.

:xm: :rocket:
Thank you for the update and new feature - it is a great help. :clap:
Author:  c1borg [ Thu Jan 24, 2019 5:32 am ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

I have 3 loosing trades if you notice they were placed evenly at 5 apart as per the grid setting, two fairly close in time and the other some time later. As I said I have complex offesetting turned on so could this be a result of that? I dont want you wasting time trying to fix something that is normal behaviour. As an experiment I will reset and turn offsetting off.
Capture.PNG
Author:  c1borg [ Thu Jan 24, 2019 4:25 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

Update I now have 9 EURNZD trades all equally spaced apart with a grid of 1 and spacing 5 Recovery OFF Offsetting OFF. I dont think now it is a settings issue and I think this only started with version p of Desky if that helps.
Capture.PNG
Author:  SteveHopwood [ Thu Jan 24, 2019 7:35 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

c1borg » Thu Jan 24, 2019 4:25 pm wrote:Update I now have 9 EURNZD trades all equally spaced apart with a grid of 1 and spacing 5 Recovery OFF Offsetting OFF. I dont think now it is a settings issue and I think this only started with version p of Desky if that helps.
What is your MaxTradesAllowed input?

:xm: :rocket:
Author:  c1borg [ Thu Jan 24, 2019 7:55 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

SteveHopwood » Thu Jan 24, 2019 7:35 pm wrote: What is your MaxTradesAllowed input?

:xm: :rocket:
Capture.PNG
Ive experimented with ver o since the last post and I also have multiple trades in the same pair
Author:  SteveHopwood [ Thu Jan 24, 2019 8:25 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

c1borg » Thu Jan 24, 2019 7:55 pm wrote:
SteveHopwood » Thu Jan 24, 2019 7:35 pm wrote: What is your MaxTradesAllowed input?

:xm: :rocket:


Ive experimented with ver o since the last post and I also have multiple trades in the same pair
You must be the only person here experimenting with a grid size of 1. That is not a grid - it is a trade. Try using the option to send a pending order rather than a grid of one trade, and see what happens.

:xm: :rocket:
Author:  c1borg [ Thu Jan 24, 2019 8:43 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

SteveHopwood » Thu Jan 24, 2019 8:25 pm wrote: You must be the only person here experimenting with a grid size of 1. That is not a grid - it is a trade. Try using the option to send a pending order rather than a grid of one trade, and see what happens.

:xm: :rocket:
Ok now have grid trading off and
Capture.PNG
will see what happens Wavegarrick pointed me in the grid trading direction here http://www.stevehopwoodforex.com/phpBB3 ... id#p165073 will report back
Author:  c1borg [ Thu Jan 24, 2019 9:22 pm ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

SteveHopwood » Tue Nov 27, 2018 4:56 pm wrote:
You can seen from the code that the enum in infinitely expandable e.g.

Code: Select all

{
   Buy_stop,
   Buy_limit,
   Buy_stop_and_buy_limit,
   Sell_Stop,
   Sell_limit,
   Sell_stop_and_sell_limit,
   Buy_stop_and_sell_stop
};
Then all that is needed is to add code to work with the extra choices.

Would you like this?
Been looking back through the old posts and dont know how I missed this kind offer or I didnt understand it at the time

Yes if could you could kindly add Buy_stop_and_sell_stop as an option I think it will do exactly what I want

Code: Select all

if (TypeOfPendingTrade == Buy_stop_and_sell_stop)
                        {
                           result = LookForTradingOpportunities(symbol, pairIndex, OP_BUYSTOP);
                           
                           Sleep(5000);//Give the platform time to catch up
                           
                           result = LookForTradingOpportunities(symbol, pairIndex, OP_SELLSTOP);
                        }//if (TypeOfPendingTrade == Buy_stop_and_sell_stop)
Would this be correct?
Author:  c1borg [ Fri Jan 25, 2019 5:00 am ]
Post subject:  Hopelessly confused by TDesk or Desky? Ask here.

I tried the above code and its working up to a point and placing 1 Sell Stop pending order when Desky recieves a Sell signal which is perfect. However I also need it alternatively to place 1 Buy Stop pending order when Desky recieves a Buy signal which it doesnt.
All times are UTC Page 15 of 71