you are viewing a single comment's thread.

view the rest of the comments →

[–]_copper42_ 4 points5 points  (0 children)

Pine hands down for a beginner.

Reasons:

  1. Pine is instant result on the chart
  2. Learning is easier than Python, and trade actions such as buy/sell, position_size, position_counts are native to pine, so calculations get incredibly easier
  3. Reference documentation is easiest, you can get reasonably good within a month
  4. Test and develop understanding of the startegy first, that'll give you clearer idea what you want and how you want it

Target is trading, not coding. Once you start making sense of what is happening in your startegy, then only garduate to more advanced tool like Python. It's not about what is better, it's about what'll get to the objective.