I am trying to develop a simple RSI strategy by using this code. As you can see by plotting the code, there are too many consecutive sell signals. I'd like ther
I am getting an error "SELECT without FROM clause cannot use aggregation at [45:79]" while trying to use SUM in SELECT clause while passing to an UDF. Below is
I want to allow fullScreen video in iframe player. you can see my code here. function App() { return ( <div className="App"> <iframe
I need to create an empty date with DateTime(). So, all zeros. The time should be displayed in that way: 0000:00:0:00:00. What I have tried: $date = new DateT
I have run: export ENABLE_FLUTTER_DESKTOP=true flutter channel master flutter upgrade Then on flutter doctor i get no devices available: flutter doctor Doct
How Nim's way assign variable in or beside other expression at once, the one that'd always led to: Error: expression 's = "foo"' has no type (or is ambiguous)
Based on this question Automatically curving an arc when it is overlapping with another one, I am trying to set the pos attribute in a RGraphviz plot. Can some
I'm trying to get the image(high quality) of each pdf page. I'm using below code running through a for loop until page count and it works. guard let docume