-
I am in the process of comparing various algo trading platforms and after having reviewed the Marketcetera docs I still have a few points I'd like to clarify. Could you please help me answer these, or…
-
I have a reflowable document which has NO SPREADS in the rendition:spreads property. The book works fine, does not present spreads even with the browser pulled all the way out (which would ususally fo…
-
# Lines of code
https://github.com/code-423n4/2022-03-rolla/blob/main/quant-protocol/contracts/libraries/FundsCalculator.sol#L91-L117
# Vulnerability details
## Impact
When deactivateOracle() is …
-
**Uglify version (`uglifyjs -V`)**
```
uglify-js 3.19.3
```
**JavaScript input**
```javascript
((e) => {
const t = e.pushState,
r = e.replaceState;
(e.pushState = function (…
harai updated
1 month ago
-
What can I provide to help add support for viewing and trading options?
This Python project https://github.com/mstrum/robinhood-python enables options trading from shell commands.
(Puts, calls…
-
Which options trading strategies might be best for a trading bot?
* 1 DTE CALL/PUT spreads?
* 1 DTE iron condors?
https://www.investopedia.com/articles/trading/08/flock-to-iron-condors.asp
* cove…
-
-
Hi all. I have been (mostly passively) following Vega for a while and was invited to begin the discussion here on Perpetual Volatility Swaps. Here are some initial considerations;
The idea with t…
-
## Summary
It would be nice to have a syntax for record update in Effekt (the copying, immutable kind).
## Proposal
Generate "update*" functions, so we can have:
```effekt
record Foo(a: Int, b:…
-
Very nice work!
Lately I've been dealing mostly with option spreads, eg. vertical bull put credit spreads, etc. Typically involving both a long and a short leg of different strike prices, or/and …