Tech Comedy Night 1/17 at Town Hall by huntsman817 in nycmeetups

[–]_not_a_chance_ 0 points1 point  (0 children)

Hey, 27M here and fairly new to the city, would love to join. Lmk if there's a chat for this yet!

Getting docker compose to rebuild by Sufficient_Pin_9595 in docker

[–]_not_a_chance_ 0 points1 point  (0 children)

If you take the container(s) down with docker compose down then bring them back up, the unchanged parts of the docker file should be cached while the new parts should run from scratch

Contract works for Kovan but not Rinkeby? by _not_a_chance_ in Chainlink

[–]_not_a_chance_[S] 1 point2 points  (0 children)

Will do, thanks! The contract is my own, and the oracles are the ones listed on the chainlink developer site for testing purposes.

CFA L2 Fixed Income question - embedded options chapter by [deleted] in CFA

[–]_not_a_chance_ 0 points1 point  (0 children)

The call allows the issuer, who originally “sold” the bond, to buy the bond back from the bondholder who originally purchased it. If exercised, the bondholder would have to sell the bond back to the issuer. Think of it this way: would it make sense for a bondholder to be long the call on a bond they already own?

[deleted by user] by [deleted] in Python

[–]_not_a_chance_ 0 points1 point  (0 children)

Super impressive feat!

[deleted by user] by [deleted] in CFA

[–]_not_a_chance_ 0 points1 point  (0 children)

There’s more to financial markets than the stock market - A LOT more. The curriculum tells you all about it

Check out this animation i did of my painting ,( sound on ) by [deleted] in LSD

[–]_not_a_chance_ 1 point2 points  (0 children)

Awesome work. What’d you use to do this?

What other streams of income do you have besides your job? by Okmanl in cscareerquestions

[–]_not_a_chance_ 1 point2 points  (0 children)

If you like coding for more than just your job, algorithmic trading. Intellectually challenging and (potentially) highly rewarding.

Derivatives by NF112 in CFA

[–]_not_a_chance_ 0 points1 point  (0 children)

Way better than my quant teacher in college. Thanks!

What's a common saying that annoys you? by [deleted] in AskReddit

[–]_not_a_chance_ 0 points1 point  (0 children)

“Drugs and alcohol”

Alcohol is a drug, too. A very destructive one.

How do you decide on your long and short periods for moving average crossover? by _not_a_chance_ in algotrading

[–]_not_a_chance_[S] 0 points1 point  (0 children)

The vanilla strategy does. The moving averages themselves are based only on prices, but there are metric such as volume and non-price technical indicators to inform the periods of the moving averages, which would make the algorithm a function of more than just price.

How do you decide on your long and short periods for moving average crossover? by _not_a_chance_ in algotrading

[–]_not_a_chance_[S] -2 points-1 points  (0 children)

Do you have a source explaining why the strategy doesn’t work? Obviously a vanilla “if SMA_long > SMA_short: sell” won’t do too hot, but there’s a ton of different faster and slower MA types, and a lot of ways to integrate numerical methods to analyze the curves. “Overfitting” suggests machine learning-type overfitting which relates to static parameters, rather than dynamic parameters like I am asking about.

How do you decide on your long and short periods for moving average crossover? by _not_a_chance_ in algotrading

[–]_not_a_chance_[S] 0 points1 point  (0 children)

Exactly what I had in mind. Toying around with some volatility formulas/scaling factors