====== Account settings ======
Account settings define the simulation account used by Generator and backtesting statistics.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Account settings ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
account_currency = USD
initial_account = 10000
leverage = 100
===== Notes =====
* ''account_currency'' must be a 3-letter uppercase code (for example: USD, EUR, GBP).
* ''initial_account'' is the starting account size.
* ''leverage'' is an integer value.
===== Example profile =====
account_currency = EUR
initial_account = 2000
leverage = 30