DhanHQ 2.1.0 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DhanHQ
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shubham Taywade
@@ -162,6 +162,7 @@ files:
162
162
  - diagram.html
163
163
  - diagram.md
164
164
  - docs/rails_integration.md
165
+ - docs/technical_analysis.md
165
166
  - exe/DhanHQ
166
167
  - lib/DhanHQ.rb
167
168
  - lib/DhanHQ/client.rb
@@ -170,6 +171,7 @@ files:
170
171
  - lib/DhanHQ/constants.rb
171
172
  - lib/DhanHQ/contracts/base_contract.rb
172
173
  - lib/DhanHQ/contracts/historical_data_contract.rb
174
+ - lib/DhanHQ/contracts/instrument_list_contract.rb
173
175
  - lib/DhanHQ/contracts/margin_calculator_contract.rb
174
176
  - lib/DhanHQ/contracts/modify_order_contract copy.rb
175
177
  - lib/DhanHQ/contracts/modify_order_contract.rb
@@ -196,6 +198,7 @@ files:
196
198
  - lib/DhanHQ/models/funds.rb
197
199
  - lib/DhanHQ/models/historical_data.rb
198
200
  - lib/DhanHQ/models/holding.rb
201
+ - lib/DhanHQ/models/instrument.rb
199
202
  - lib/DhanHQ/models/kill_switch.rb
200
203
  - lib/DhanHQ/models/ledger_entry.rb
201
204
  - lib/DhanHQ/models/margin.rb
@@ -215,6 +218,7 @@ files:
215
218
  - lib/DhanHQ/resources/funds.rb
216
219
  - lib/DhanHQ/resources/historical_data.rb
217
220
  - lib/DhanHQ/resources/holdings.rb
221
+ - lib/DhanHQ/resources/instruments.rb
218
222
  - lib/DhanHQ/resources/kill_switch.rb
219
223
  - lib/DhanHQ/resources/margin_calculator.rb
220
224
  - lib/DhanHQ/resources/market_feed.rb
@@ -251,6 +255,16 @@ files:
251
255
  - lib/DhanHQ/ws/singleton_lock.rb
252
256
  - lib/DhanHQ/ws/sub_state.rb
253
257
  - lib/DhanHQ/ws/websocket_packet_parser.rb
258
+ - lib/dhanhq/analysis/helpers/bias_aggregator.rb
259
+ - lib/dhanhq/analysis/helpers/moneyness_helper.rb
260
+ - lib/dhanhq/analysis/multi_timeframe_analyzer.rb
261
+ - lib/dhanhq/analysis/options_buying_advisor.rb
262
+ - lib/dhanhq/contracts/options_buying_advisor_contract.rb
263
+ - lib/ta.rb
264
+ - lib/ta/candles.rb
265
+ - lib/ta/fetcher.rb
266
+ - lib/ta/indicators.rb
267
+ - lib/ta/market_calendar.rb
254
268
  - lib/ta/technical_analysis.rb
255
269
  - sig/DhanHQ.rbs
256
270
  - watchlist.csv