forex software

Create and Test Forex Strategies

forex software

express-generator:miscellaneous

Miscellaneous

Miscellaneous controls console behavior and final output details.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Miscellaneous            ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; When enabled, the generator dynamically updates the best strategy on the console.
update_best = true

; Number of strategies to print when finished.
show_top = 0

; Prevent showing output in the console (except errors)
silent = false

Notes

  • update_best = true updates the best strategy view during runtime.
  • show_top prints final top strategies when generation is complete.
  • silent = true suppresses regular output and keeps only error messages.