IlyaShkurenko

Results 9 issues of IlyaShkurenko

Is there a way to include more intervals for day trading, for example 2h/4h?

I'm pretty new in using this lib so things are confusing for me. I've read all docs but still can't figure out few things. How can I add SMA,EMA,RSI etc...

When I'm adding few overlays my chart is start to freeze on zoom or resize, is there a way to fix it? Data is loading real time according to example

Not clear for me how to use this on production. I predict that needs to create repo with docker image and config.toml and deploy it to ECS but have troubles...

I'm trying to use filtering to index only needed documents to Elasticsearch with dropping script to drop documents after they were updated to wrong status. Filter is working correctly but...

```html using lazysizes lib for lasy load with vueJS and seems it's not converting to webP because webp: { quality: 10 } option doesn't affect. Maybe it's working only if...

After indexing all documents I see this error in console and index is not created on elastic search. Strange because 4 other collections were synced fine and this one is...

```js script require('mongoose-double')(mongoose); const Schema = mongoose.Schema; const Double = Schema.Types.Double; const productSchema = new Schema( { isCloseout: { type: Boolean, required: true, index: true, default: false }, isCaution: {...

Spent whole day to try this run by different ways and with no one had success. Always some errors. Here is the docker error python3: can't open file '/app/example_browserclient/server.py': [Errno...