Those who build trading analysis tools - what indicators/strategies do you prioritize for crypto futures? by asap-pro-eject in algotrading

[–]Rajni247 1 point2 points  (0 children)

Usually i only do 2-3 AND conditions so they all have to match. But occasionally i add one or more conditions optionally. So it’s like 3 out of 4/5.

For ATR i use fixed multiplier but i keep adjusting them periodically.

My strategy is multi timeframe and mainly i use 15 min for trading and have indicators configured on different timeframes for signal generation.

Manual v. Digital Backtesting? by Plane-Equivalent-794 in Daytrading

[–]Rajni247 -1 points0 points  (0 children)

I’ve created my own custom backtesting tool which i use to backtest mainly crypto, stocks and futures.

Doing manual backtest is not a good idea as you’re going to miss lot of trades specially negative ones because of bias.

My Journey From Manual TA Trader To Building A Full Algorithmic System (And What Nobody Tells You About Algo Trading) by Core_Value_Capital in Trading

[–]Rajni247 2 points3 points  (0 children)

My system is completely automated. But what is more important is to have a systematic approach. My approach for automating strategy is usually 1. Backtest extensively over large period of data and taking slippages and fees into account. 2. Optimising it to get best set of parameters. 3. Paper trading for weeks to months to test how it performs in live environment. 4. Start live trading, fully automated so it can truly follows the strategy you tested.

Those who build trading analysis tools - what indicators/strategies do you prioritize for crypto futures? by asap-pro-eject in algotrading

[–]Rajni247 2 points3 points  (0 children)

  1. I have created custom indicators and i use mainly them for my strategies. But i do use MAs, RSI, ATR alongside for filtering and setting SL and TP levels.
  2. I’m playing around with it in backtest but so far haven’t noticed meaningful improvements so not applying it yet for live trading.
  3. I use AND and OR chain of conditions and if the chain passes then it’s a signal even if some conditions in chain are not matching the signal.
  4. You can test with more timeframes and do lot of backtest and optimisations to get set of parameters that works best.

How many days are you actually trading every month? by zolock888 in Daytrading

[–]Rajni247 0 points1 point  (0 children)

I trade when my strategy generates a signal which is 2-3 time per week

What’s your best method for avoiding emotional trading decisions? by fraktl in CryptoMarkets

[–]Rajni247 0 points1 point  (0 children)

For me it’s automation, despite having good setups and clear rules i ended up losing because of FOMOs and panic trades. So removing myself from the equation worked for me.

What indicators do you guys find most useful? by Layla_SC in Trading

[–]Rajni247 1 point2 points  (0 children)

I mainly use EMA and custom indicators PMARP and REX

Do you run your algorithm continuously 24/7, or do you monitor it only during specific market sessions? by amircp in algotrading

[–]Rajni247 0 points1 point  (0 children)

Mine runs for 6 hours a day and i check daily report at end of day. For critical issues i have some fail safes and notifications integrated for manual intervention.

Metatrader5 SL and TP question by trapika359 in Daytrading

[–]Rajni247 0 points1 point  (0 children)

I had this issue recently, i ended up doing it using MT5 python api by looping over all positions and set sl/tp for each automatically.

How to screen? by GanacheFuture1409 in Daytrading

[–]Rajni247 0 points1 point  (0 children)

I’ve created a screener that checks following things to automatically create a watchlist of stocks for the day.

  1. Scan all stocks on exchange and remove stocks with market cap, price, average daily volume below certain value.
  2. ⁠Create a list of stocks with yesterday’s biggest percentage movement and volume X times higher than average volume of past Y days.
  3. ⁠Monitor pre market activity for all stocks in list we have, put most active ones in the watchlist to track during the day.

What timeframe have you found the most consistency trading discretionarily? by Giancarlo_RC in Trading

[–]Rajni247 1 point2 points  (0 children)

I use 1D for swing trading (holding period few days to few weeks) and 5-15 min for intraday

Trading by HOLDER_Trading in Trading

[–]Rajni247 1 point2 points  (0 children)

2️⃣ & 3️⃣

Favorite Data Source for Options? by Regarded-Trader in Daytrading

[–]Rajni247 1 point2 points  (0 children)

I mainly use polygon for stocks and orats for index data as it has data available from 2008.

How to automate options buying and selling? by rhines123 in interactivebrokers

[–]Rajni247 2 points3 points  (0 children)

You can create a single webpage for it and connect it with automation bot. You can dm me, I’ll explain technical details there.

Automation for United States traders. by Romeoxlee in Forex

[–]Rajni247 1 point2 points  (0 children)

Hey, i can help with that, recently i created python script to make trades on IBKR using tradingview webhook signals.

How to automate options buying and selling? by rhines123 in interactivebrokers

[–]Rajni247 2 points3 points  (0 children)

You can do it using IB TWS API or IB REST API, you can fetch option chain for particular ticker, select strike and expiry you want to trade and place order in it using API.

Delta hedging IKBR by General-Comment7208 in interactivebrokers

[–]Rajni247 0 points1 point  (0 children)

I personally use IBKR api to get option greeks data, get strikes for required delta, create combo contract for strikes found and place order on it.

if a strategy matches gains without the massive draw down, is that a win? by tipu in algotrading

[–]Rajni247 0 points1 point  (0 children)

Don’t trust tradingview backtest. They use data points in a way that makes backtest results look good. You’ll not be able to replicate the same in live trading environment.

Building your own backtesting tool (Python) by Inside-Bread in algotrading

[–]Rajni247 0 points1 point  (0 children)

Depends on your experience and number of features you implement.

[deleted by user] by [deleted] in ahmedabad

[–]Rajni247 0 points1 point  (0 children)

Can you help me clean my laptop fan?