python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to write function that will compile without warnings, Exectued conditionally with close and open vars
In my code I'm collecting and calculating some values across all bars and at the end I have such condition:
if barstate.islast
float tosMin = // get it from calculated data
float tosMax = // g...

Marcin Kapusta
Votes: 0
Answers: 0
Algotrading: MEXC Authentication issue C#
I'm building a MEXC connector and I use their official docs here: https://mxcdevelop.github.io/APIDoc/open.api.v2.en.html#request-format
I have an issue with the authentication method they provided. I...
Rivian
Votes: 0
Answers: 0
is there a way i can combine two indicators in trading view pine script?
I am a new member with not much coding skills if someone can help me combine these codes into 1 indicator so I can use it for myself while trading will be appreciated.
indicator 1-(Owner-drsweets)->...
k.prithviraj murty
Votes: 0
Answers: 1
How to get the exact time of market open and market close
I want to get the exact time of marketclose & maketopen.
Each Value must be stored in their own respective time-based variables for further calculations
//@version=5
indicator('time market open c...
rohan sawant
Votes: 0
Answers: 1