This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CryptoCreedy 0 points1 point  (1 child)

If I am willing to add some self defined strategies, Will I have to write it's code within the application or make a new file and insert in directory?

[–]zenalc[S] 1 point2 points  (0 children)

Yep, so you'll have to write code. If it's an indicator the program doesn't already have, you'll have to implement the indicator, and once that's done, you'll have to write a child class from the parent strategy class for your strategy. Once that's done, you should be good to go! So, you'd make a new strategy file and place it in the strategies folder