Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The [`examples/`](examples/) folder contains ready-to-run scripts covering commo

## Interactive Examples

The [interactive-examples/](interactive-examples/) directory contains 47 ready-to-run CLI scripts across 8 categories: instrument search, futures basis, options strategies, options analytics, arbitrage, historical analysis, portfolio screening, and market data. See the [interactive-examples README](interactive-examples/README.md) for details.
The [interactive_examples/](interactive_examples/) directory contains 47 ready-to-run CLI scripts across 8 categories: instrument search, futures basis, options strategies, options analytics, arbitrage, historical analysis, portfolio screening, and market data. See the [interactive_examples README](interactive_examples/README.md) for details.

The [`examples/strategies/`](examples/strategies/) folder is organized by market outlook:

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Each strategy script searches for the required Nifty 50 option legs using the In

## Interactive Examples

For 47 complete, runnable CLI scripts covering instrument search, futures spreads, options strategies, options analytics, arbitrage, historical analysis, and more, see the [interactive-examples/](../interactive-examples/) directory.
For 47 complete, runnable CLI scripts covering instrument search, futures spreads, options strategies, options analytics, arbitrage, historical analysis, and more, see the [interactive_examples/](../interactive_examples/) directory.

## Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Quick Start

```bash
cd interactive-examples
cd interactive_examples
pip install -r requirements.txt
python instrument_search/search_equity.py --token <TOKEN> --query RELIANCE
```
Expand Down Expand Up @@ -207,7 +207,7 @@ python market_data/live_depth_mcx.py --token <TOKEN> # Ctrl-C to stop
## Project Structure

```
interactive-examples/
interactive_examples/
├── utils.py # Shared helpers — SDK client, search, quotes, history
├── test_runner.py # Automated test harness for all examples
├── requirements.txt
Expand Down
File renamed without changes.
Loading