Library "Swiss_Pine_Libra"
TODO: I am making this library public as I am going to be posting some more scripts. This library is going to be used as a Utility Library for my scripts and will be updated to add functions I find useful. Anyone is free to use it how they want but keep in mind these functions will be built for my use. Currently I have 3 functions, a custom ADX , a Min Mid Max function for my indicator results, and a 3rd function for a custom High Low I am using with some arrays.
iadx( len , smooth)
// @function TODO: Creates an custom ADX , Di+, Di- so that a series may be used as Len
// @param x TODO: iadx( len , smooth) Len = Length(lookback) Smoothing = DI Length
// @returns TODO: Returns
compare(v1,v2,v3)
// @function TODO: Used to find Min, Mid, Max values
// @param x TODO: V1 = first value V2 = second value V3 = third value
// @returns TODO: MxP(Max) MnP (Min) MdP (Mid), and the 3 numbers rounded to an int(MxPP, MnPP, MdPP)
abc(id)
// @function TODO:custom function to get array averages and OHLC values
// @param x TODO: ID= the array you want to use for averaging
// @returns TODO: Returns a Tuple with
TODO: I am making this library public as I am going to be posting some more scripts. This library is going to be used as a Utility Library for my scripts and will be updated to add functions I find useful. Anyone is free to use it how they want but keep in mind these functions will be built for my use. Currently I have 3 functions, a custom ADX , a Min Mid Max function for my indicator results, and a 3rd function for a custom High Low I am using with some arrays.
iadx( len , smooth)
// @function TODO: Creates an custom ADX , Di+, Di- so that a series may be used as Len
// @param x TODO: iadx( len , smooth) Len = Length(lookback) Smoothing = DI Length
// @returns TODO: Returns
compare(v1,v2,v3)
// @function TODO: Used to find Min, Mid, Max values
// @param x TODO: V1 = first value V2 = second value V3 = third value
// @returns TODO: MxP(Max) MnP (Min) MdP (Mid), and the 3 numbers rounded to an int(MxPP, MnPP, MdPP)
abc(id)
// @function TODO:custom function to get array averages and OHLC values
// @param x TODO: ID= the array you want to use for averaging
// @returns TODO: Returns a Tuple with
Always open to chat
Exmodaus
Discord:
Exmodaus#0499
Exmodaus
Discord:
Exmodaus#0499