@gbozee/ultimate 0.0.2-15 → 0.0.2-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -1
- package/dist/index.js +1116 -3753
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -598,7 +598,10 @@ declare class ExchangeAccount$1 {
|
|
|
598
598
|
revert?: boolean;
|
|
599
599
|
}): Promise<import("pocketbase").RecordModel[]>;
|
|
600
600
|
windDownSymbol(symbol: string, risk_reward?: number): Promise<void>;
|
|
601
|
-
triggerBullishMarket(
|
|
601
|
+
triggerBullishMarket(payload: {
|
|
602
|
+
symbol: string;
|
|
603
|
+
profit_percent?: number;
|
|
604
|
+
}): Promise<any>;
|
|
602
605
|
}
|
|
603
606
|
declare class App {
|
|
604
607
|
private app_db;
|