You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public int Long()
=> Short(State.SetupConfig.DefaultMarginShortOrderSize);
Should read
public int Long()
=> Long(State.SetupConfig.DefaultMarginLongOrderSize);
The default long is setting up a short trade. I would fix it, and commit it back to you, but I can't figure out how to get my local commit over to you! I can't seem to be able to push it anywhere, or do a pull request.
The text was updated successfully, but these errors were encountered:
public int Long()
=> Short(State.SetupConfig.DefaultMarginShortOrderSize);
Should read
public int Long()
=> Long(State.SetupConfig.DefaultMarginLongOrderSize);
The default long is setting up a short trade. I would fix it, and commit it back to you, but I can't figure out how to get my local commit over to you! I can't seem to be able to push it anywhere, or do a pull request.
The text was updated successfully, but these errors were encountered: