The term "Strategy" refers to the trading strategy Naxbot R uses as defined in the
strategy.lua
file.
Strategies are programmed using the Lua programming language, and are evaluated by the bot at runtime. Strategies are fully integrated with the bot's
Backtesting engine, and strategy parameters can even be optimized using the built-in metaheuristic
Optimizer.
Before diving into creating your own strategy, make sure to take a look at the
Script Engine Overview, as well as the
API Reference.