Questions tagged [spine.js]

Spine is a lightweight framework for building JavaScript web applications.

Homepage: http://spinejs.com/

Spine.js Introduction

Spine is a lightweight framework for building JavaScript web applications. Spine gives you an MVC structure and then gets out of your way, allowing you to concentrate on the fun stuff, building awesome web applications.^

Resources

182 questions
-1
votes
1 answer

spine.js: why does it serialize POSTs blindly?

This came up during a discussion on another spine.js question: Since, this is significantly distinct from that question, I am upholding the "one question per post" policy of SO, by branching this off as a new question. @numbers1311407 mentioned…
2020
  • 2,821
  • 2
  • 23
  • 40
-2
votes
0 answers

I have writen a pine code that i am going to use in trade view, it says a Error at 4:15 Syntax error at input '('

//@version=5 // Define the sell signal def sellSignal(): return crossunder(close, BollingerBands( source=close, length=20, window_dev=2.5, matype="sma", )) // Define the buy signal def…
1 2 3
12
13