Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Owned by Sunil

Python for Quant Trading

Public • 123 • $99/m

Community to learn python for quant finance and trading

PF
Python for Quant Trading

Public • 1 • Free

Memberships

Skool Community

Public • 186.4k • Paid

16 contributions to Python for Quant Trading
Error in train data.
Trying to run a back testing . have written below code +++ train.loc[:, 'Date'] = pd.to_datetime(train.index) # Fix here with .loc[] train.set_index('Date', inplace=True) +++ but getting below error. A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead could you explain why i am getting this error ?
0
2
New comment 13d ago
0 likes • 13d
Kindly share your code in Google Colab for better clarity and context.
Strategy Development using Fyers api (Sep and Oct)
We will be covering all key API features, including: - Authentication - Accessing historical data - Placing orders - Working with WebSockets - Margin calculations - Building an end-to-end SuperTrend strategy
5
0
Get smarter in own trades
Does anyone know how to use KNN and other ML tools in predicting short-term returns? Another similar topic would be predicting driftbursts with the drift burst hypothesis (it's also a shortterm momentum topic)
0
1
New comment Aug 23
0 likes • Aug 23
Hi Daniel, I've experimented with some ML models before, and I found it quite challenging to make accurate predictions within a short timeframe, like 1 minute. These types of models are typically more effective in high-frequency trading scenarios. If you're interested in learning more, I've attached a PDF that provides additional details.
Strategy for August :
This month, we will be discussing two strategies: 1. Intraday Open Range Breakout Strategy: - Define Open Range:Calculate the high and low levels using the first hour of market data. - Monitor Breach Points:Wait for the stock price to breach either the high or low level. - Go Long: If the price breaches the high level. - Go Short: If the price breaches the low level. - Close all positions by the end of the day. 2. Positional Supertrend and EMA Strategy - Calculate the Supertrend on daily candles. - Calculate the EMA (Exponential Moving Average) on hourly candles. - Go Long:When the daily Supertrend gives a long signal and the closing price is greater than the daily EMA. - Go Short:When the daily Supertrend gives a short signal.The closing price is less than the daily EMA.
3
0
Positional Strategy
Hey everyone, I have tried to code a simple strategy in python enviroment. This take the momemtum and RSI as a filter to generate Buy or sell signal. Let me know if you like and if you have any suggesstion which i can work on.
0
2
New comment Aug 1
1 like • Aug 1
good work @Amit Ranjan
1-10 of 16
Sunil Sala
3
32points to level up
@sunil-sala-4305
Quant Developer

Active 12h ago
Joined Jun 10, 2024
India
powered by