LevelsManagerLibrary "LevelsManager"
TODO: Track up to 6 TakeProfits and 1 StopLoss achievement for one or many of your buy/sell conditions.
manageTrade(bool, bool, bool, string, string, float, float, bool, bool, bool, bool, bool, bool, float, float, float, float, float, float, float)
Track TakeProfits and StopLoss achievement for one or many of your buy/sell conditions. CHECK the commented section: "Function @manageTrade" for Description
Parameters:
bool : useSignal.
bool : b_gameOVer.
bool : b_gameOVer.
string : bName.
string : sName.
float : buyEntrySource.
float : sellEntrySource.
bool : useTp1.
bool : useTp2.
bool : useTp3.
bool : useTp4.
bool : useTp5.
bool : useTp6.
float : tp1x.
float : tp2x.
float : tp3x.
float : tp4x.
float : tp5x.
float : tp6x.
float : slx.
Returns: check commented section: "Function @manageTrade".
showOnlyFirstOccurence(booleanInput)
Single out the occurence of a bool series between to 2 bool series.
Parameters:
booleanInput : to activate or deactivate occurences filtering.
Returns: filterred or not bool series.
Manager
FundCandlesV1sloth288FundCandlesV1sloth288 is an indicator I decided to put together so I can track how funds are doing on $GVT Genesis Vision.
Using a standard MACD or RSI indicator you can change source to use the FundsCandles values to determine if its a good time to enter or exit different funds on the platform.
What you need to know...
Currently all securities need to pair the same, (USD / BTC ).
Security 01, 02, 03 etc etc to maximum of 10 need to be in "BINANCE:LINKUSD" format.
Manually need to input circulating supply from CMC to get the proper ratios for index.
Allocation is the % of the funds exposure to said security.
Inputting the values does not track previous reallocation's, the whole chart will be if the history of the fund was using up to date settings.
Values on the right is the Marketcap of the fund.
Standard settings is of Oracle Basket on the platform made by Somnium Funds as of Aug 13 2020.
Next update will be after GV includes traditional stocks onto the platform for managers to diversify their current allocations into them.