User
Write something
Strategy Development Session is happening in 41 hours
Pinned
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
Pinned
Introduce Yourself Here!
Please take a moment to introduce yourself to the community by commenting on this post. Don't forget to like and reply to other introductions to welcome new members. This will help you get more involved in the community! Here's a simple framework to follow: My name is: What i do: Market I trade: My Expertise is: My goal is: LinkedIn URL:
4
22
New comment Oct 13
Introduce Yourself Here!
Pinned
Strategy and Backtesting ideas
Please share any good strategies you'd like us to discuss in our live session.
3
4
New comment Aug 11
Renko & Stochastic RSI Trading Strategy for Nifty 50
Hello Everyone, I’d like to share a Renko-based trading strategy I’ve been working on for Nifty 50 stocks. The strategy is designed for intraday trading and incorporates stock-specific tracking of profit and loss (P&L). This ensures precise risk management for each stock while enabling better decision-making. Here's the detailed explanation: 1. Strategy Overview - Renko Box Size: a. Calculated using the ATR (14) of the previous day’s 5-minute candles. b. Box sizes are rounded to the nearest 10 paisa for each stock. - Indicators Used: - a.Renko Charts for price filtering. - b. Stochastic RSI, applied to Renko closing prices instead of candlestick data. - Trading Hours: - The algorithm begins scanning for trades at 9:20 AM to allow for initial market stabilization. - Uses the first 5-minute candle (from 9:15-9:20 AM) for calculations. - Profit/Loss Tracking: The algorithm maintains a separate P&L tracker for each stock to monitor individual stock performance. Trades for a specific stock are stopped once the profit or loss for that stock reaches ₹1,000 for the day. 2. Entry Rules - Buy: When %K crosses %D from below in the oversold zone (< 20). - Sell: When %K crosses %D from above in the overbought zone (> 80). - This Stochastic RSI needs to take the closing price of Renko box and not candles 3. Exit Rules - Stop Loss (SL): 2 Renko bricks (e.g., if the box size is ₹1.5, SL = ₹3). - Take Profit (TP): Square off 50% of the position at 2 Renko bricks profit. Trail the remaining position until a Renko box reversal (opposite direction brick forms). - Trade Limits: Maximum 2 trades per stock per day. Stop trading a stock if the profit or loss reaches ₹1,000 for the day. (This is to be tracked only after closing the position) https://www.tradingview.com/x/MBWDgzH0/
2
0
Renko & Stochastic RSI Trading Strategy for Nifty 50
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 7d ago
1-30 of 37
Python for Quant Trading
skool.com/python-for-quant-trading
Community to learn python for quant finance and trading
Leaderboard (30-day)
powered by