@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.
Files changed (3) hide show
  1. package/dist/index.d.ts +4 -1
  2. package/dist/index.js +1116 -3753
  3. 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(symbol: string): Promise<any>;
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;