UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

11 lines (10 loc) 279 B
export interface IGetClosedIdeasHistoryByStrategyPayload { strategyReference: string; ticker?: string; stages?: boolean; } export interface IGetClosedIdeasHistoryByStrategyUniqueKeyPayload { strategyUniqueKey: string; ticker?: string; stages?: boolean; }