Search found 4 matches

Go to advanced search

by Gokkul
Fri Jan 12, 2024 6:59 am
Forum: Pine Script Q&A
Topic: Cannot figure out error message.
Replies: 4
Views: 45011
 
Jump to post

Re: Cannot figure out error message.

Hello The script runs fine for me. But then I tried to recreating the error you have. One way I could recreate the error is by adding an extra space. Correct code with indentation : No error for me if VPAIndx < 1 // <= This is line 28 VPAIndx := ((VolumeIndx/SpreadIndx)-1)*100 Code with indentation ...
by Gokkul
Thu Jan 04, 2024 4:22 am
Forum: Pine Script Q&A
Topic: Cannot figure out error message.
Replies: 4
Views: 45011
 
Jump to post

Re: Cannot figure out error message.

Code that is to be part of the "IF Condition" should be indented (1 Tab Space) Your Code if VPAIndx < 1 // <= This is line 28 VPAIndx := ((VolumeIndx/SpreadIndx)-1)*100 Correct Code if VPAIndx < 1 // <= This is line 28 VPAIndx := ((VolumeIndx/SpreadIndx)-1)*100 This is the error I could see when I t...
by Gokkul
Fri Dec 22, 2023 4:48 am
Forum: Pine Script Q&A
Topic: Help with Renko Ticker plot difference
Replies: 0
Views: 42851
 
Jump to post

Help with Renko Ticker plot difference

Hello, I am new to pine scripting, but I do have some programming experience. I created a strategy using Pine's built in Renko ticker and some other conditions. The back testing looked fine. Deployed it live with a small fund to test it out. During the live deployment I noticed the strategy would in...
by Gokkul
Fri Dec 22, 2023 4:08 am
Forum: Introductions
Topic: Hello World!
Replies: 8
Views: 19421
 
Jump to post

Re: Hello World!

Hello Mathew,

I am a beginner pine scripter.
Very much appreciate the work you are doing to support and help pine scripters. :up:

Cheers

Gokkul

Go to advanced search