Algo Indicators - SoftFx/AlgoBots GitHub Wiki

Welcome to the AlgoBots wiki!

Simple Equity Indicator

Input parameters:

  • Base Currency (XXX)

Output: Equity(t) = sum( asset_i * best rate asset_i to XXX ) where t is bar open time


Universal Currency Indicator

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.