Search found 39 matches

by admin
Mon Sep 22, 2025 9:15 am
Forum: PRIVATE PROJECTS
Topic: September 2025
Replies: 0
Views: 8128

September 2025

https://whalewisdom.com/dashboard2

https://ai.invideo.io/signup

https://www.launchpass.com/

https://github.com/derekbanas/Python4Finance/blob/main/Python%20for%20Finance%209.ipynb

https://github.com/intandeay/StockIndicesAnalysis/blob/main/stock-index-yahoo-finance-Copy1.ipynb

https://github ...
by admin
Tue Jun 24, 2025 1:51 pm
Forum: PRIVATE PROJECTS
Topic: JUNE 2nd half
Replies: 0
Views: 5189

JUNE 2nd half

https://github.com/santoshlite/Beibo
https://github.com/santoshlite/EigenLedger

https://github.com/xlinGithub/Quantitative-Country-ETF-Trading-Strategy/blob/master/mapping.xlsx
https://www.quantconnect.com/learning/course/1/Boot-Camp-101-US-Equities

https://freedium.cfd/https://medium.com/@jpolec ...
by admin
Thu Jun 12, 2025 8:36 am
Forum: PRIVATE PROJECTS
Topic: JUNE 2025
Replies: 0
Views: 6468

JUNE 2025

https://github.com/datasets/nasdaq-listings/blob/main/data/nasdaq-listed-symbols.csv


eye training
eye check
https://medium.com/@stepanfilonov/tracking-your-eyes-with-python-3952e66194a6

market data
https://www.kaggle.com/code/guillemservera/downloading-sectors-etfs-with-yfinance
https://www ...
by admin
Sat May 10, 2025 12:14 pm
Forum: PRIVATE PROJECTS
Topic: MAY IDEAS
Replies: 0
Views: 4502

MAY IDEAS

Getting stocks

https://github.com/dhhagan/stocks/blob/master/scripts/stock_info.csv
https://github.com/dhhagan/stocks

Review
https://pypi.org/project/grapes/

Food
https://www.udale.com/contact

https://raisingstakesventures.com/current-offerings/#

Pose pictures - https://www.dropbox.com/scl/fo ...
by admin
Sat Apr 12, 2025 1:58 pm
Forum: phpbb extensions
Topic: https://github.com/andreszs/phpbb-guest-content-hide
Replies: 0
Views: 6985

https://github.com/andreszs/phpbb-guest-content-hide

https://github.com/andreszs/phpbb-guest-content-hide

https://pyscript.com/@examples/antigravity/latest?files=README.md,main.py,pyscript.toml,antigravity.py

https://pyscript.com/@examples/altair/latest?files=README.md,main.py

https://www.quantprogram.com/Algorith...

https://github.com ...
by admin
Thu Apr 10, 2025 1:50 pm
Forum: PRIVATE PROJECTS
Topic: Matrix Index
Replies: 0
Views: 5267

Matrix Index

High Liquidity

Ticker Fullname EWJ iShares MSCI Japan ETF FXI iShares China Large-Cap ETF EWC iShares MSCI Canada ETF EWZ iShares MSCI Brazil ETF EWU iShares MSCI United Kingdom ETF EWY iShares MSCI South Korea ETF EWT iShares MSCI Taiwan ETF EWA iShares MSCI-Australia ETF EWW iShares MSCI Mexico ...
by admin
Sun Apr 06, 2025 1:34 pm
Forum: PRIVATE PROJECTS
Topic: BONDS Working
Replies: 0
Views: 7951

BONDS Working

https://medium.com/@deepml1818/python-for-fixed-income-trading-yield-curve-analysis-and-strategy-development-3a7d4c476c1e

import yfinance as yf
import pandas as pd
# Fetch U.S. Treasury yield data from yfinance
tickers = ['^IRX', '^FVX', '^TNX', '^TYX'] # 3-month, 5-year, 10-year, and 30-year ...
by admin
Sat Apr 05, 2025 6:11 pm
Forum: PRIVATE PROJECTS
Topic: etf changes
Replies: 0
Views: 4379

etf changes

ETF

https://medium.com/@jpolec_72972/how-to-invest-in-the-best-etfs-a-cutting-edge-approach-1c83370bbcde[code]# Local Qlib classes
from qlib.data.data_connector import DataConnector

# Logger
from qlib.data.utils.data_logs import data_logger
logger = data_logger()

async def main():

dc ...
by admin
Sat Mar 29, 2025 5:58 pm
Forum: PRIVATE PROJECTS
Topic: AI Based Trading
Replies: 0
Views: 10124

AI Based Trading

https://github.com/ruromgar/python-ai-trading-system


import yfinance as yf google = yf.Ticker("GOOG")
df = google.history(period='1d', interval="1m")
print(df.head())


df = google.history(period='1d', interval="1m")
df = df[['Low']]
df.head()


df['date'] = pd.to_datetime(df.index).time
df ...