Where can I find the signals sent to collective2 using developer API?

Hi,
I am a newbie to collective2. I have written a code using python to send signals to collective2.
Now, Is there a way to manage the signals sent by develpoer API in web Interface. I mean, where in the web interface of collective2 can I find the submitted signals,executed signal(tradebook),modify limit prices of signals(orderbook) and rejected orders. Also do we have API logs?

Thanks

1 Like

The “system page” in question is the best place. I.E. Log in to C2 as the user who “owns” the strategy, and go to:
collective2.com/details/xxxxx
where xxxxx is the systemid number.

There is currently no API log available to strategy/api owners, although that’s a nice idea and I’ll see what I can do.