cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

This section highlights your contributions and engagement across the QuantConnect platform — including backtests, live trades, published research, and community involvement through comments and threads. It reflects your overall activity as part of the QuantConnect community.


Public Backtests (0)

View More

Community

View More

Tamer started the discussion Add_crypto for btcusdt on binance

self.add_crypto('BTCUSDT', Resolution.HOUR, Market.BINANCE)this doesn't seem to correctly...

3 months ago

Tamer started the discussion Consolidated indicators - is data accurate?

Hi,I'm calculating indicator points across multiple different timeframes in my SymbolData class:

10 months ago

Tamer started the discussion Universe scheduling

Is it possible to run universe filtering every hour? I know I can schedule universe with date_rules...

11 months ago

Tamer left a comment in the discussion Universe scheduling

setting the resolution to hourly means the securities data are in hourly resolution. but universe...

11 months ago

Tamer started the discussion Chart arguments - using color and index

HiI have been trying to add ‘subplots’ to my chart.

1 years ago

Tamer started the discussion Add_crypto for btcusdt on binance

self.add_crypto('BTCUSDT', Resolution.HOUR, Market.BINANCE)this doesn't seem to correctly...

3 months ago

Tamer started the discussion Consolidated indicators - is data accurate?

Hi,I'm calculating indicator points across multiple different timeframes in my SymbolData class:

10 months ago

Tamer started the discussion Universe scheduling

Is it possible to run universe filtering every hour? I know I can schedule universe with date_rules...

11 months ago

Tamer left a comment in the discussion Universe scheduling

setting the resolution to hourly means the securities data are in hourly resolution. but universe...

11 months ago

Tamer started the discussion Chart arguments - using color and index

HiI have been trying to add ‘subplots’ to my chart.

1 years ago

Tamer started the discussion Dynamic consolidators in universe selection

none of my consolidators work:

1 years ago

Tamer started the discussion Getting symbol list from universe and modifying universe - initialize method

I am first trying to get all the symbols in my universe in the initialize method. The best thing I...

1 years ago

Tamer started the discussion CryptoUniverse and CoinGecko data integration

HiI'm trying to add CoinGecko data (just need the marketcap). I want all other elements of the...

1 years ago

Tamer started the discussion Slice object in RollingWindows

for crypto in self.filtered_universe: cg_symbol = crypto.symbol.value.replace("USDT",...

1 years ago

Tamer left a comment in the discussion Getting symbol list from universe and modifying universe - initialize method

I specifically want to initialize my universe instead of accessing the symbols from coarse

1 years ago

Tamer left a comment in the discussion Dynamic consolidators in universe selection

you're right, the problem was with the universe selection process. For some reason, the...

1 years ago