-
Hi,
Thanks for your good project. And I want to modify it to achieve position correction. I think I need to modify the files which need to be copied into controller. Could you tell me how to get thes…
-
The following F# snippet:
```fsharp
let test() = typeof = typeof
```
Emits this IL:
```cil
ldtoken !!a
call class [netstandard]System.Type [netstandard]System.Type::GetTypeFromHandle(valuetype …
-
Hi @codeplea, I have checked your [Stochastic RSI](https://tulipindicators.org/stochrsi) implementation and was wondering why it becomes negative (`-0.54`) at the end of your "Example Calculation"? Fr…
-
RSI from Indicators.jl is not the same as TALib RSI.
There is 95% correlation between them, thus 5% deviation.
IND_RSI = Indicators.rsi(close, n=14)
TLB_RSI = tlb.RSI(close, timeperiod=14)…
-
Hello,
Greetings and thank you for implementing this library.
I used your library and was able to compare live the values for RSI and Stochastic RSI (K,D) with other software.
I noticed differences…
-
There is already a stochastic oscillator indicator, but can you also add Stochastic RSI indicator ? It would be of great help. I haven't found a single Stochastic RSI indicator, that matches with the …
-
### Operating System
Windows
### Programming Languages
Python
### CCXT Version
4.3.50
### Description
Hi, everyone
I have a question, how can I approximately predict changes in the Order Book …
-
While running the provisioning setup, we started encountering a truly random errors from various layers of the stack that could not be reproduced in tf-rmm. In detail, we encountered the following err…
-
longtemp[0] = 1 is compiled to
```
; allocated RSI for calculations
mov RSI, 5 ; const index; full index=1+dims*4+index*base size
add RSI, RBX ; actual location
mov DWORD [RSI], 1 ; …
-
Hi,
I was trying the real data for BTC for 15 minutes as below
RSI: 38.7
Tradingview showing : 32.3
data
List ohlcList = new List
{
new Ohlc { Close = 35912.8…