Maybe you were looking for...

convert formula to pinescript for tradingview

(c/c1>=1.04 and v>v1 and v>=100000) is the formula that I am trying to convert to pinescript but couldn't where latest close(price) is 4% more than the

How do I put all these codes together to function as a single module?

This question might look silly but I have never tried this before. How do you put these different codes to work as a single module? I added a button in my works

ball has no collision with moving paddle

the ball doesn't collide with the top moving paddle. I have to make a game like pong but vertical. But i can't figure out with my programming skills how the bal

cannot access specific JSON response in Laravel blade view

I have this JSON response that I get by using GuzzleHttp, this is my controller <?php namespace App\Http\Controllers; use Illuminate\Http\Request; class N

How do I remove the price and price range from a single product page but allow it to show on /product-category pages?

First thing first, thanks for looking at this and I appreciate your time. I have some experience in this but not a lot, but I have been looking for answers onli

Django, Docker, Python - Unable to install Pillow on python-alpine

I have a dockerized django app that I want to put in production. But ever since I added an Imagefield Pillow is required and I struggle to install Pillow in the

What is openCostInBytes?

Can someone explain me openCostInBytes in Apache Spark? I can see definition in documentation but I dont understand how exactly it can affect reading files. Sho