Islam El'ewady

Results 5 issues of Islam El'ewady

very useful plugin I think it is a must have as a core plugin!

hi @alexk111 I believe you have contributed to node-red types in DefinitelyTyped https://github.com/DefinitelyTyped/DefinitelyTyped/blob/2026ab9fbd33457124a0a6a55d5c1d1e3f696764/types/node-red__runtime/index.d.ts I was trying to use it in my project but I noticed that the core function `createNode`...

Just FYI , I implemented a very simple workaround solution in my [fork](https://github.com/nileio/ccxws) to enable a single client to subscribe multiple candlePeriods, as many as the exchange allows of course....

- OS: linux - Programming Language version: node v16.17.1 - CCXT version: 2.0.31 ``` client = new ccxt.pro['binance']({ newUpdates: true }); while (true) { try { const trades = await...

bug
ws
important

First of all thanks for the module! It was not immediately available to me that priorities of rules are not as I'd expect them to be.. usually priority 1 is...