could the project support the strategy ? #99
-
//////////////////////////////////////////////////////////// |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
and how to plot the chart on web page ? |
Beta Was this translation helpful? Give feedback.
-
Hi @wade-liwei, Ninjabot supports custom strategies, you can create it with code. You can adapt the code with your parameters. |
Beta Was this translation helpful? Give feedback.
Hi @wade-liwei, Ninjabot supports custom strategies, you can create it with code.
We have an example of Crossover Strategy here: https://github.com/rodrigo-brito/ninjabot/blob/main/examples/strategies/emacross.go
You can adapt the code with your parameters.