Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 03/08/26 18:50
zorro with ccxt?
by opm. 03/03/26 03:17
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
3 registered members (USER0328, Quad, 1 invisible), 14,101 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Pending trades #473698
08/06/18 22:00
08/06/18 22:00
Joined: Apr 2018
Posts: 37
S
sdelatorre Offline OP
Newbie
sdelatorre  Offline OP
Newbie
S

Joined: Apr 2018
Posts: 37
Hi,

How can I cancel all pending trades of the current asset ?

I tried:

int close_long(){


if (TradeProfit>0){

string CurrentAsset=Asset;
for(open_trades)
if(strstr(Asset,CurrentAsset)
&& TradeIsPending )
{cancelTrade(0);}

}
return 0;

And when I opne a Long :

openLong(close_long)

but it doesn'r work.

Any idea.
Thanks in advance

Re: Pending trades [Re: sdelatorre] #473825
08/20/18 08:44
08/20/18 08:44
Joined: Jul 2000
Posts: 28,083
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,083
Frankfurt
For closing the selected trade, use exitTrade(ThisTrade).

http://manual.zorro-project.com/sellong.htm


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1