Jean Francois Le Bas / Profile
- Information
6+ years
experience
|
16
products
|
27
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
LLAMA BB has been made from the same formula that creates regular BB. The only difference is that the smoothing alogrithms have been replaced by the LLAMA (LagLess Adaptive Moving Average) Main parameters are the same : 2) LLAMA Period 1) STDDEV Period 3) STDDEV Multiplier and the LLAMA Parameters are the same as with the single AMA: 1) ActiveBar : computes last bar as well in Realtime (higher CPU usage) 2) ATRPeriod 3) ATRDistMul =: Multiplier1 (Detect) 4) ATRDistMul2 : Multiplier2
LLAMA MACD has been made from the same formula that creates regular MACD. The only difference is that both smoothing alogrithms has been replaced by the LLAMA (LagLess Adaptive Moving Average) Main parameters are the same : 2) LLAMA Period (Fast) 1) LLAMA Period (Slow) 3) LLAMA Signal Period and the LLAMA Parameters are the same as with the single AMA: 1) ActiveBar : computes last bar as well in Realtime (higher CPU usage) 2) ATRPeriod 3) ATRDistMul =: Multiplier1 (Detect) 4) ATRDistMul2
LLAMA stands for Lag-Less Adaptive Moving Average it is a state of the art moving average that is very close to the price, specially those sudden moves that put every typical moving average away from the price. This finding comes from the latest research in adaptive moving averages, with a lag close to 0 This MA keeps a very high smoothing ability while keeping a lag almost null
This indicator cuts right through the price, in a straight line 100% non repaint, you get a new value at the opening of each new bar It is perfect for mean reversal strategies : open far from the line and close when the price touches the line It works really well for mean reverting pairs specially (CHF, NZD). It has absolutely no lag when there is a sudden move up or down and follows trend exactly ! This indicator should be a must have tool in the toolbox of every trader
TruRange is a Next-Level trend and range detection created from algorithms based on price action. No other indicator apart from ATR is used in the computing of the main line indicator It separates Trending and Ranging market conditions without any lag. It's good to separate mean reverting strategies from trending/breakout strategies. Settings : Bars : number of bars to compute Sensitivity : a lower value will have longer range periods while a higer value will have more smaller ranging
"TOP G ARROWS" shows price reversal points designed for scalping and intraday trading. Contains internal reversal filters (ATR, HHLL, RSI). Can be used on all time frames and trading instruments. Can be used on M1, M5, M15 time frames for scalping or M30, H1, H4 for intraday trading, Recommended for M30 and H1. The arrows are built on candle close (appears on previous bar at the open of the new candle)
Early Trends finds trends early, when price is still squeezed inside price action, which is the best time to spot a trend. When the price action makes higher highs or lower lows within the first bars back, while no HH or LL has been triggered on higher period bars back, then a trend is potentially beginning You can also take signals only in the direction of the trend, with the trend filter. Many parameters : Number of Bars Displayed Number of Bars Back HHLL Number of Bars Back Multiplier Period
Built-in RSI indicator has an error in the algorithm. I spotted the error while working on a modified RSI where i needed the original algorithm with special input I started with the official formula and were having different curves from the built-in indicator. after thinking I had made a mistake in the algorithm, I realized the orginal indicator is wrong by looking at the code. So here is the real RSI, computed from the original formula, so you know it's the real indicator