Simple indicator to the plot percentage change of the candle
This is an updated version of my previous stop loss script. I've added a double EMA line and modified the stop as below; In an uptrend.... 1. a yellow dot will appear once it's time to move your stop. The yellow dot will display at the level of the stop loss. Place your stop 1 pip below the dot. 2. The yellow dot will only appear if a new higher low has formed...
A simple script using the last three bars(including the current) and draws a line on the chart under that for an easy automated stop loss point
Binque's Stop Loss Indicator is a great way to visualize a trailing stop loss based on a percent from the high. i.e. If the high was $10 of a trading day and your stop loss was set at 5% (percent) then your chart would show a small dot 5% below the high of the day. This is a great way to quickly see a trailing stock idea. Change the color to match your back...
Tracks the percentage gain/loss in three ranges: single candle (can be turned on or off) custom range of candles custom range of candles For example, with a range of 3 candles, and the serie: 1 - close 10 2 - close 5 3 - close 20 The moving gain would be: 1 - close 10 - gain 10, infinite% 2 - close 5 - gain 5, infinite% 3 - close 18 - gain 8,...
The indicator helps to track the percentage loss/gain of the quantity of the asset as a result of LP rebalancing due to price changes. Calculations are based on the common AMM equation x * y = k. This is the initial version of the indicator. It is certainly a subject to further improvement. If you have any suggestions send them here at...
Library "MLLossFunctions" Methods for Loss functions. mse(expects, predicts) Mean Squared Error (MSE) " MSE = 1/N * sum ((y - y')^2) ". Parameters: expects : float array, expected values. predicts : float array, prediction values. Returns: float binary_cross_entropy(expects, predicts) Binary Cross-Entropy Loss (log). Parameters: ...
XPloRR MA-Buy ATR-MA-Trailing-Stop Strategy Long term MA Trailing Stop strategy to beat Buy&Hold strategy None of the strategies that I tested can beat the long term Buy&Hold strategy. That's the reason why I wrote this strategy. Purpose: beat Buy&Hold strategy with around 10 trades. 100% capitalize sold trade into new trade. My buy strategy is triggered by the...
A very simple yet, very useful and lovely oscillator, most of the time, when we have a position in a trend and we want to take a look at percentage of our gain or loss, we need to use the "Price Range" tool time and time again, this, in some trades that you would buy and sell in less than an hour, can become a problem, also, if you have few different things going...