Create and Test Forex Strategies
Account settings define the simulation account used by Generator and backtesting statistics.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Account settings ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; account_currency = USD initial_account = 10000 leverage = 100
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.account_currency = EUR initial_account = 2000 leverage = 30