-
Notifications
You must be signed in to change notification settings - Fork 4
Algo Indicators
AndrewKhloptsau edited this page Dec 12, 2022
·
1 revision
Welcome to the AlgoBots wiki!
Input parameters:
- Base Currency (XXX)
Output:
Equity(t) = sum( asset_i * best rate asset_i to XXX ) where t is bar open time
Input parameters:
- List of currencies (xxx, yyy, zzz) with length N
Output:
- N outputs with function:
F(currency) = log( xxx_currency rate) + log( yyy_currency rate) + ... + log( zzz_currency rate).Result can be negative.