Library "FunctionProbabilityDistributionSampling" Methods for probability distribution sampling selection. sample(probabilities) Computes a random selected index from a probability distribution. Parameters: probabilities : float array, probabilities of sample. Returns: int.
A version of the popular "Moving Average Ribbon" or "Guppy" indicators, except nearly everything about it is user selectable. The user can change the source, period, and type of moving average used for every single line on the chart. Note: The visuals are fairly intensive and may take a moment to catch up after adjusting settings. Credit: This script utilizes...
The selection sort algorithm sorts an array by repeatedly finding the smallest element from unsorted array and pushing it to the beginning. Two subarrays are maintained during the execution of the script. One of the subarrays is in a sorted state while the other is in a sorted state. After each iteration of the for loop the sorted list is searched for the next...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
BTC, BNB or your favorite Alt Coin? This indicator shows what is profitable at the moment. Red bars are alt days, green bars are BTC days. Otherwise, it is a BNB day. Hmm, most of the time it is a BNB day!
The Commodity Selection Index ("CSI") is a momentum indicator. It was developed by Welles Wilder and is presented in his book New Concepts in Technical Trading Systems. The name of the index reflects its primary purpose. That is, to help select commodities suitable for short-term trading. A high CSI rating indicates that the commodity has strong trending...
The Commodity Selection Index ("CSI") is a momentum indicator. It was developed by Welles Wilder and is presented in his book New Concepts in Technical Trading Systems. The name of the index reflects its primary purpose. That is, to help select commodities suitable for short-term trading. A high CSI rating indicates that the commodity has strong trending...
Function to handle rgb color selection, it has low resolution due to pinescript limitations. included examples with manual background color selection via inputs and automatic color of a rsi plot based on its value. let your rainbow dreams come true!! :D