-
Hi
It looks like you cannot view the code. Could you reload it ?
By following the code in the article i get an error on sort_values(ascending=True). It says that "by" is missing.
Also on you data…
-
Basic RSI/CCI divergence detection could be implemented to help predict bullish/bearish divergence signals and thus set some appropriate buy/sell limits using this info.
-
The example in chapter 12.6 looks something like this:
```gas
.globl main
.section .data
promptformat:
.ascii "Enter two numbers separated by spaces, then press return.\n\0"
scanformat:
…
-
Some users have requested simple technical indicators for the chart. While this can be done using TradingView's lightweight charts, the longer term solution would simply be to use TradingView's full f…
-
hi
i used rsi for calculator
const rsi = require('technicalindicators').RSI
prices = [4261,4689,4400,6463,9837,13715,10285,10325] // first transaction from binance BTC
var period = 3
var cal …
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
`zig run main.zig` on this file on aarch64 unix or x86_64 unix (I specifically testing on aarch64 macos and x86_64 linux).
…
-
Hi! Firstly, thanks for developing an awesome package!
Its a bit of a stupid question, but I can't find the answer in any docs/issues. What are the input vales for RSI?
`const rsi = require('tec…
-
Hello , can someone implements this strategy? Thanks You !
-
Hello guys, I am using: Python 3.6
Before, I implemented this RSI formula and pass df['Close'] prices and compute the result inside a numpy array:
def rsiFunc(prices, n=14):
deltas …
-
I noticed some weird codegen around subtracting `i128`. It appears that this happens when the first operand is an `i128` (e.g. from a memory read) and the second operand is created by combining two `i…