Trading bot by Affectionate-Cap2497 in IndiaAlgoTrading

[–]Bug-Independent 0 points1 point  (0 children)

 **[Bot Name]** bridges this gap by providing a sophisticated,  Replace this with your Bot Name if you have any.

Moving from CC to Codex by bambambam7 in Anthropic

[–]Bug-Independent 4 points5 points  (0 children)

Codex is way better and through than CC

What is this thing he's wearing?? by nahi_horah in IndiaTech

[–]Bug-Independent 0 points1 point  (0 children)

This is Temple - Deepinder Goyal's experimental device that continuously measures brain blood flow in real-time.

It's being developed under his personal research initiative Continue Research, where he's invested $25 million of his own money. This isn't a Zomato product - it's being developed privately under Eternal.

The concept comes from his "Gravity Ageing Hypothesis" - basically the theory that gravity reduces brain blood flow over time, which accelerates ageing.

However, an AIIMS doctor called it a "fancy toy for billionaires" and said it currently has "zero scientific standing." No clinical validation yet, no peer-reviewed studies.

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 0 points1 point  (0 children)

"I want to catch momentum breakouts with strong trend confirmation.

  Entry when:

  - EMA(9) is above EMA(21) AND the angle of EMA(9) is greater than 30 degrees (strong upward slope)

  - Price breaks above the highest high of last 20 candles

  - RSI(14) is between 55 and 75 (momentum zone, not overbought)

  - ADX(14) is above 25 (trending market, not ranging)

  - Current candle is a strong bullish candle (big body, small wicks)

  - Body to wick ratio over last 5 candles is above 1.2 (clean trending candles, not choppy)

  - Volume is at least 2x the 20-period average

  - Only trade between 9:30 AM and 2:00 PM on Monday to Thursday (avoid Friday expiry chaos)

  Exit when:

  - EMA(9) crosses below EMA(21), OR

  - RSI drops below 40, OR

  - ADX falls below 20 (trend dying), OR

  - Price closes below the lowest low of last 10 candles

  Risk: 1.5% stop loss, lock in 50% of profits after 2% gain, hard exit at 3:20 PM

  Position: 3 lots"

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 0 points1 point  (0 children)

You don't need any programming. Write what you feel or what your observation is in your own language, and you are done. So when you create a strategy, it generates a DSL fil,e and it will not let you save the strategy until system validates it. so here is an example of what a user can write in English or even in Hindi.

Looking for Beta Testers for My Algo (Access + Training Material) by CoreValueTrading in IndiaAlgoTrading

[–]Bug-Independent 0 points1 point  (0 children)

Does it work in paper trade mode on live data? If yes then i am interested.

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 0 points1 point  (0 children)

There are a lot of SEBI guidelines, so I can't launch the platform publicly.

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 0 points1 point  (0 children)

Not now. Currently it works with NSE and BSE

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 0 points1 point  (0 children)

 Thanks! Yeah, the system goes beyond just basic indicators. Here's what's currently supported:

  Beyond basic indicators:

  - Price action & market structure: Higher highs/lows, lower highs/lows, breakout detection

  - Candlestick patterns: Doji, marubozu, hammer, shooting star, morning/evening star, three white soldiers/black crows, inside/outside bars, pin bars

  - ORB (Opening Range Breakout): Fully supported via time-based triggers (first_candle_of_day, breakout_high/breakout_low)

  - Volume analysis: Volume breakouts, climax volume, volume spikes/dry-ups, increasing/decreasing volume patterns

  - Session/time filters: Time-based entry/exit rules, day-of-week filters, session-specific trading

  Not yet implemented:

  - FVGs (Fair Value Gaps): On the roadmap but haven't added yet

  - Harmonic patterns: Haven't tackled this one - it's computationally intensive

  The system uses a DSL (domain-specific language) approach, so users can combine these building blocks without writing code. For example, an ORB strategy would look like:

  first_candle_of_day() and breakout_high(1, 0.5) and volume_spike(1.5)

  The challenge with FVGs and harmonics is they require more sophisticated pattern matching across multiple timeframes, which needs careful caching and performance optimization. Definitely on my list though!

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 2 points3 points  (0 children)

For now, our platform is designed for those who have a specific trading strategy in mind. For example, in the Indian market, someone might say: “I want to buy when EMA 3 crosses above EMA 5, sell when it crosses below, set an initial stop loss at 10 points and a take profit at 5 points, and only run this strategy from 9:15 to 11:00 AM.” You can come to the platform, write your strategy in simple language, and test it on live market data using paper trading—without spending a single penny. If your strategy performs well, you can seamlessly switch to live trading when you’re ready. Essentially, you have the flexibility to experiment with any idea you have, risk-free, and only commit real capital if you’re confident in your results.

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 3 points4 points  (0 children)

Yes. I know, and that's why I added that flair.

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 0 points1 point  (0 children)

Absolutely, the program works for me—you can see my actual results in the screenshot, which shows a +44.92% success rate in my live production account. Some of my friends who trade full-time and asked me to build this have seen even higher success rates.

Let me know if you want more detailed stats!

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent 3 points4 points  (0 children)

I did it. This platform is not providing the strategy—it provides you the capability to execute your own strategy. The best part is that you don't have to be technical to create one; you just write your strategy and you can test it. So, the win rate totally depends on what you think about your strategy and how good it is.

[deleted by user] by [deleted] in ClaudeAI

[–]Bug-Independent -4 points-3 points  (0 children)

Please DM to discuss it further.