Hi Folks,
Is it possibe to use C2Explorer to query information about my account. Specifically I’d like my list of subscribed systems so that I can then build a correlation table of these. At the moment I have to build the Correlation Table list of strategies by hand by cut and pasting their
Go to “Subscribers/List subscribers” on your strategy page.
Hope that help.
I want to go the other way.; I am a subscriber and I want to retrieve the list of IDs of the strategies that I subscribe to. I then call GetCorrelationTable… e.g.
Int64[] systems = new Int64[] {
106004078, // Black Ace
104155140, // ETF Leverage Reversal
117530196, // EURUSD Profits
116744132, // PFSignal
121808714, // PxV Forex
117863277, // Forex Agressive Risk
123765889, // Bear Market Defense
123422920, // TradePath
119016396 // RedMill
};
H4 = "A correlation table with default values";
TABLE = GetCorrelationTable(systems);
Programmatically. Like this
string userId = “ChrisAuld2”;
Int64[] systems = GetSubscribedSystems(userId);
You know… C2Explorer is meant as a public tool to investigate publicly visible strategies.
It does not contain any private information like user id, private strategies, account management and so on.
And we have no plan to add such features there.
Thank you.