Relative Content

Tag Archive for pine-script-v5algorithmic-tradingindicatorpine-script-v4fetching-strategy

Strange outputs of Pine script?

This Pine code gives us strange results, for example, it gives us t = 0, Result = 6552, and close = 6593 There is so much difference between Results(6552) and close(6593), Plz helps me what’s wrong in this program, Secondly if ( t = close – Results ) give us 0 which is correct because […]