Setup basic Alpaca action fetch and test.
This commit is contained in:
@@ -37,7 +37,8 @@ export class AlpacaActionProvider {
|
||||
activity.side === "buy" ? ActionSide.Buy : ActionSide.Sell,
|
||||
parseFloat(activity.price)
|
||||
);
|
||||
})
|
||||
}),
|
||||
undefined
|
||||
);
|
||||
}).catch((err) => {
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user