in my ts file I've defined this : statuses = [ { id: 1, name: "Approved" }, { id: 2, name: "Created" }, { id: 3, name: "Rejected" }, { id: 4,
I want to write an ema cross strategy on Pine. Only buy signal will be generated once ema 50 cross over ema 200 on 4hrs TF. Only sell signal will be generated o
I'm doing requests to my API server to authenticate a user, that's not the problem. The problem is that I don't know why my async function doesn't return anythi
I am tasked with creating a function that contains 3 countries (US, Canada and China) as my inputs and then creating subplots with their COVID cases. I wanted t
I am trying to deploy a Nodejs & WordPress website together on an ubuntu server and I am using apache2 for my server config. Everything works fine initially
I have a very simple code in Processing (it can be found in Visualizing Data by Ben Fry): void setup() { size(400,400); stroke(225); } void draw(){ l
I have Table aa and bb. The are created identical except for one additional column id in bb of type serial so that it serially increments by default. aa has Pri