sosso_bott

LevelsManager

sosso_bott Updated   
Library "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.
Release Notes:
v2

Added:
manageLevel(bool, bool, bool, string, string, float, float, float, float)
  Track 1 TakeProfit Level 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.
    float: tp1x.
    float: slx.
  Returns: check commented section: "Function @manageLevel".
Release Notes:
v3

Added:
manageFilteredTrade(bool, bool, 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: longCancel.
    bool: s_gameOVer.
    bool: shortCancel.
    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 @manageFilterredTrade".
Release Notes:
v4

Added:
manageFilterredLevel(bool, bool, bool, bool, bool, string, string, float, float, float, float)
  Track 1 TakeProfit Level 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: longCancel.
    bool: s_gameOVer.
    bool: shortCancel.
    string: bName.
    string: sName.
    float: buyEntrySource.
    float: sellEntrySource.
    float: tp1x.
    float: slx.
  Returns: check commented section: "Function @manageFilterredLevel" (lines: 146 - 172) .
Release Notes:
v5
Release Notes:
v6

Removed:
showOnlyFirstOccurence(booleanInput)
  Single out the occurence of a bool series between to 2 bool series.
Release Notes:
v7

Added:
tpLevels(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 @tpLevels" (lines: 175 - 226) for Description
  Parameters:
    bool: useSignal.
    bool: b_gameOVer.
    bool: s_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 @tpLevels" (lines: 175 - 226).
Release Notes:
v8
Release Notes:
v9 function ManageTrade Level tracking is done only if the entry is hit
Release Notes:
v10 function @ManageTrade Levels tracking is done only if the entry is hit
Release Notes:
v11
Release Notes:
v12

Scripts that I post publicly are experimental. They are not financial advices. Always backtest your ideas using your own methodologies.

automate your alert: signalautotrade.com
contact me directly on telegram: @Sosso_bott
Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.