cover
  • Profile
  • Backtests
  • Community

Biography

Profitable discretionary trader of 3 years focused on automating naked price action trading techniques and relatively new to algorithmic trading. Programming in Python since 2018 for personal projects. Also hoping to connect with like-minded people in the Quant community.

Activity on QuantConnect

We are pioneering the radical future for open-source quant finance. QuantConnect is the world's largest quant community, empowering 220,000 quants with a framework, data, and infrastructure for their investments.


Public Backtests (2)

View More
Crying Apricot Cobra

0Net Profit

0PSR

0Sharpe Ratio

0Alpha

0Beta

0CAR

0Drawdown

0Loss Rate

10Parameters

1Security Types

0Sortino Ratio

1274Tradeable Dates

0Trades

0Treynor Ratio

0Win Rate

Retrospective Light Brown Bee

10Parameters

0Security Types

0Tradeable Dates


Community

View More

Ian left a comment in the discussion Tutorial: How to Plot Interactive Candlestick Charts in Python Jupyter Research Environment for Exploratory Analysis and Highlighting of Features

Thx for posting your code Rolf! Short and sweet!

4 years ago

Ian started the discussion Flag and self.Liquidate() to prevent multiple order submission, but orders submitted every OnData bar anyway until margin exhausted

I defined a flag in "Initialize(self)" as "self.traded = False"

5 years ago

Ian started the discussion Import User-Created Python Modules (additional files to organize code) into main.py in web editor

from datetime import datetime, timedelta

5 years ago

Ian started the discussion Parallel/Multiple/Optimization Backtesting best practices using IDE

Wrote a python algo with manual subscription to one equity as I learned from the bootcamps. Would...

5 years ago

Ian left a comment in the discussion Algo: TMA2

https://www.quantconnect.com/alpha/59c617b46d2ecebdafb790c52 I've been meaning to ask @Douglas...

5 years ago

Crying Apricot Cobra

0Net Profit

0PSR

0Sharpe Ratio

0Alpha

0Beta

0CAR

0Drawdown

0Loss Rate

10Parameters

1Security Types

0Sortino Ratio

1274Tradeable Dates

0Trades

0Treynor Ratio

0Win Rate

Retrospective Light Brown Bee

10Parameters

0Security Types

0Tradeable Dates

Ian left a comment in the discussion Tutorial: How to Plot Interactive Candlestick Charts in Python Jupyter Research Environment for Exploratory Analysis and Highlighting of Features

Thx for posting your code Rolf! Short and sweet!

4 years ago

Ian started the discussion Flag and self.Liquidate() to prevent multiple order submission, but orders submitted every OnData bar anyway until margin exhausted

I defined a flag in "Initialize(self)" as "self.traded = False"

5 years ago

Ian started the discussion Import User-Created Python Modules (additional files to organize code) into main.py in web editor

from datetime import datetime, timedelta

5 years ago

Ian started the discussion Parallel/Multiple/Optimization Backtesting best practices using IDE

Wrote a python algo with manual subscription to one equity as I learned from the bootcamps. Would...

5 years ago

Ian left a comment in the discussion Algo: TMA2

https://www.quantconnect.com/alpha/59c617b46d2ecebdafb790c52 I've been meaning to ask @Douglas...

5 years ago

Ian left a comment in the discussion What Should Be the Theme for the Next Boot Camp?

Very cool Jared! (Not familiar enough with C# or Javascript, but if I make that change soon enough...

5 years ago

Ian left a comment in the discussion ES Futures Price

I think you're doing 2 futures initializations here. First you initialize:

5 years ago

Ian left a comment in the discussion AlgoFramework + Alpha Streams. Dealing with limited liquidity?

Does it only trade a single instrument, period?, or does it only work on multiple small-cap...

5 years ago

Ian left a comment in the discussion Using Average Fill Price or Fill Price from an Order Event

Hi Nicholas, I'm not an expert but going through your new code the following have come to my...

5 years ago