YungTrader's Ultimate Indicator

Status
Not open for further replies.
Tried to cleanup the code, added polarity indicator and set default settings as per @YungTraderFromMontana. I hope this is helpful.

Code:
# TheoTrade RSI in Laguerre Time Self Adjusting With Fractal Energy
# Mobius
# V03.06.15.2016
# Both Fractal Energy and RSI are plotted. RSI in cyan and FE in yellow. Look for trend exhaustion in the FE and a reversal of RSI or Price compression in FE and an RSI reversal.


declare lower;
#Inputs:
input nfe1 = 1;
input nfe2 = 2;
input nfe3 = 3;
input nfe4 = 4;
input nfe5 = 5;
input nfe6 = 6;
input nfe7 = 7;
input nfe8 = 8;
input nfe9 = 9;
input nfe10 = 10;
input nfe11 = 11;
input nfe12 = 12;
input nfe13 = 13;
input nfe14 = 14;
input nfe15 = 15;
input nfe16 = 16;
input nfe17 = 17;
input nfe18 = 18;
input nfe19 = 19;
input nfe20 = 20;
input length = 10;
input smoothingLength = 5;

#FE polarity indicator
def diff = close - close[length - 1];
def val = 100 * Sqrt(Sqr(diff) + Sqr(length)) / sum(Sqrt(1 + Sqr(close - close[1])), length - 1);
def PFE = ExpAverage(if diff > 0 then val else -val, smoothingLength);
plot pfediv = ((pfe/100) + 1.2) * .4;
pfediv.setStyle(Curve.MEDIUM_DASH);
pfediv.setLineWeight(5);
pfediv.setDefaultColor(Color.DARK_ORANGE);


#hint nFE: length for Fractal Energy calculation.
# Variables:
def o;
def h;
def l;
def c;

# Calculations
o = (open + close[1]) / 2;
h = Max(high, close[1]);
l = Min(low, close[1]);
c = (o + h + l + close) / 4;

# Gamma Function
script gammax {
    input nFEi = 12;
    def FE =  Log(Sum((Max(high, close[1]) - Min(low, close[1])), nFEi) /
        (Highest(high, nFEi) - Lowest(low, nFEi)))
            / Log(nFEi);
    plot gamma = FE;
}


plot gamma = gammax(nFE1); gamma.setDefaultColor(Color.CYAN);
plot gamma2 = gammax(nFE2); gamma2.setDefaultColor(Color.YELLOW); gamma2.setLineWeight(2);
plot gamma3 = gammax(nFE3); gamma3.setDefaultColor(Color.YELLOW); gamma3.setLineWeight(2);
plot gamma4 = gammax(nFE4); gamma4.setDefaultColor(Color.YELLOW); gamma4.setLineWeight(2);
plot gamma5 = gammax(nFE5); gamma5.setDefaultColor(Color.YELLOW); gamma5.setLineWeight(2);
plot gamma6 = gammax(nFE6); gamma6.setDefaultColor(Color.GREEN);
plot gamma7 = gammax(nFE7); gamma7.setDefaultColor(Color.GREEN);
plot gamma8 = gammax(nFE8); gamma8.setDefaultColor(Color.GREEN);
plot gamma9 = gammax(nFE9); gamma9.setDefaultColor(Color.GREEN);
plot gamma10 = gammax(nFE10); gamma10.setDefaultColor(Color.GREEN);
plot gamma11 = gammax(nFE11); gamma11.setDefaultColor(Color.CYAN);
plot gamma12 = gammax(nFE12); gamma12.setDefaultColor(Color.CYAN);
plot gamma13 = gammax(nFE13); gamma13.setDefaultColor(Color.CYAN);
plot gamma14 = gammax(nFE14); gamma14.setDefaultColor(Color.CYAN);
plot gamma15 = gammax(nFE15); gamma15.setDefaultColor(Color.CYAN);
plot gamma16 = gammax(nFE16); gamma16.setDefaultColor(Color.VIOLET);
plot gamma17 = gammax(nFE17); gamma17.setDefaultColor(Color.VIOLET);
plot gamma18 = gammax(nFE18); gamma18.setDefaultColor(Color.VIOLET);
plot gamma19 = gammax(nFE19); gamma19.setDefaultColor(Color.VIOLET);
plot gamma20 = gammax(nFE20); gamma20.setDefaultColor(Color.VIOLET);

plot gammasector1 = (gamma + gamma2 + gamma3 + gamma4 + gamma5)/5;
plot gammasector2 = (gamma6 + gamma7 + gamma8 + gamma9 + gamma10)/5;
plot gammasector3 = (gamma11 + gamma12 + gamma13 + gamma14 + gamma15)/5;
plot gammasector4 = (gamma16 + gamma17 + gamma18 + gamma19 + gamma20)/5;
Thank you, I was honestly felt to lazy to set the coloring😅. I appreciate this.
 
Guys dumb question? What does the ploarity mean in the FE indicator
Here are my indicator notes:
#Fractal Linear Energy
# Mobius
#19:51 Mobius: FE is really simple - High reading market flat and building energy. Low reading Market trending and expending energy. nothing more to it
#17:13 harndog2: # Linear FE <.38,
# Mean FE = .50, and
# Random FE > .618
# Another way to look at the FE if it's over .618 price is compression
# or building energy for another move. If it's below 38.2 it can't
# keep it up much longer. Between 382 and 618 price is
# moving in a normal way. FE moving down out of 618 or
#best trades. Deciding which way - long or short is up to different indicator or
# your eye.
#17:14 harndog2: # Compression: If FE > .618 it telling you price is compressing, corkscrewing and
# going sideways rebuilding energy getting ready for a move up or down.

# Linear: If FE < .382, price is parabolic and it's not going to sustain the trend at the current rate of speed.
#FE looks at how linear a trend is. The more linear the steeper the trend
#so when the graph goes in green cloud means a new trend can start but doesnt tell which direction and when it goes in red cloud means trend might end and when it starts coming back up that means trend reversal?
#moving back up is more like building energy for another move rather than indicating a reversal. It may go back to the top while the price moves sideways then continues the original trend as in a typical flag
#FE below 0.382 is far from exhaustion ... price is still rocking and rolling, the trend is extremely strong.The point is that it cannot continue in that fashion, that strong trend must eventually die out.
#High FE reading indicate a build of energy. Low FE readings indicate exhaustion. FE measures linearity. A trend is indicated by FE dropping. It doesn't discriminate between up or down trends. When it's rising the trend is dissipating until it's near 1 which shows price is trading flat, In other words 0 is parabolic and 1 is flat or if not parabolic a very steady trend over quite a few bars
##I like the FE indicator to be at one extreme or the other too. Above 62+- or below 38+- Mobius
# The closer to 1 the more non-linear (compressed or random) price is. The closer to 0 the more linear (trending) price is.
#I've found a range between 8 and 13 periods works well. You just have to experiment a bit for whatever your trading
#If RSi is above .8 and FE is over .62 price is building energy and about to make a move and the extremes of the price range should be marked so you can trade the breakout of the range
#if RSI is Above .8 and FE is below .32 then the trend should be close to exhaustion and you should be looking for an exit at the next fractal low

# 05/19/2016 - AlphaInvestor - added second aggregation

##zztop notes
# This indicator does NOT indicate OB or OS but linear or non-linear
# The closer to 1 the more non-linear (compressed or random) price is.
# The closer to 0 the more linear (trending) price is.

# Fractal Energy isn't an indicator - it's a way of looking at price
# to see if it's linear or random. There are NO trading signals on the
# FE study. Only signals NOT to trade.
#
# If the FE is at extremes, something is about to change. It's leading
# you to a conclusion. If the FE is below .382, price is parabolic and
# cannot maintain that. But you may not want to sell because it may
# still go further in it's trend and it may not change direction right
# away. It's telling you though that it's not going to stay trending
# at the current rate of speed. If it's over .618 it telling you price
# is compressing and going sideways rebuilding energy getting ready for
# another run one way ot the other.
#
# Using price in fractals and different times, or ORB with FE and
# supertrend or some way to measure when price expansion is contracting
# or expanding is all you need. Any more than that and you'll be
# paralyzed by information overload
#
# FE does not indicate direction at all. It simply shows linearity or
# non-linearity. Trend or non-trend. It has nothing that determines
# which way trend is going, as in up or down.
#
# Lets say you want to buy ABC company. FE on a monthly, weekly and daily
# shows values of 40, 35 and 30. Price is showing lower lows but random
# lower high. You would know ABC company is close to selling exahustion
# and it's time to look for a few higher highs to a near term fractal
# pivot then look for short reversal to a higher low over the previous
# recent low and when the bars start setting high highs and lower lows
# again it's time to go long. The FE is what tells you to start looking
# for those signals

# Harndog Notes 051916:
#10:35 Mobius©: No matter the traders preferred trading style, a very informative way to look at anything is using a fractal method. For intraday trading, 2min, 5min, 15min and even one hour charts all with a Fractal energy reading and fractal pivots allows you to easily see the trading patterns and reversal or polarity changes. In other words - When higher highs and higher lows are compressing to random sideways action with possible trend changes or just short term aggregations building energy to press on in the trend direction
# 10:40 Mobius©: Today - Intraday = Lower highs and lower lows. No polarity changes yet so I expect lower lows until we have a high higher than 2028
# 10:42 Mobius©: Which is the recent 2 min fractal high. For 2 min traders though there's been some 2 way action. A recent buy signal waws 2024.25 with Risk off at 2027. Now there's a sell short at a retest of 2024.25
# 10:50 Mobius©: It's not so important where your lines are as long as you have something to lean on for risk. One reasonable support/resistance line is about as good as another. You must have faith based on what you use. Faith based on assured expectations. In other words if this happens I know to do this and not question it or worry/fret about my decision.
# On the FE indicator. I just use a label. I dont need the indicator
# Mobius©: Alpha.. Nothing hard about looking for .6, .5 or .4
# Mobius©: New high now look for a higher low
#FE is a measure of linearity. When price has exhausted itself it will be in the lower range and when it's moving sideways it'll be in the upper range. So it's a leading indicator designed to clue us in looking for Flags and Changes in Polarity
# If FE is in lower range < 38 and trend pops, look for a fast reversal from the pop. Trend up and price goes flat, FE dropping trend continuation from a flag. FE has two ways to rebuild energy after a trend, flagging and dropping both build energy.
#DISCLAIMER: Mobius mentioned that it was not his habit to give trading advice or even advice on how to use indicators. However, there's been such a proliferation of bad, inaccurate, false info regarding so many of them recently he felt compelled to give some accurate information.

#Mobius©: I use a very simple method – RSI Laguerre and Fractal Energy on a list of very liquid stocks. I look for polarity change and trade when both RSI and FE are in “confluence”. If volatility is high enough I sell spreads if not I buy them. Other than hedging (which I do a lot of) that's it. I like it simple.

#The typical base setting I like to use for the FE is a length of 8. If I'm trading options I like to look at it about the length of time I'm buying or selling the option for. I want to know if it's reverting and where the energy is so I'll use a longer length for reversion and a shorter length to see if energy is building or waning.

#If RSI Laguerre is descending and FE over .6, that tells me something is changing and I'm already looking at an equity I've determined is about to make a polarity change. So the worse case that happens is that the security grinds sideways for a few days.

#A reading of the FE over .6 is an indication that energy has been built up. If the FE is high (over .6) and RSI LaGuerre is breaking lower FE will follow suit. If RSI reverses and goes above .8 I'm outa there, with the assumption I have a short position.

#FE is a gauge of both mean reverting and linearity. Descending readings indicate a trend is on. A reading below .3 indicates exhaustion in trend or near exhaustion. A reading above .6 indicates moving sideways with rapid reversion and energy building for a move again.

#Above .6 - Think price compression or squeeze
#Below .3 - Think running out of gas

#Here's an example:

#FE at 60 periods is oscillating around .5 tightly while FE at 8 periods is over .6. Zscore is over 2 and is starting to roll over. That is a good short to the mean.

#Short trade setup I look for with RSI Laguerre adjusted with FE.

#1) Polarity Change - Equity has gone from making higher highs and higher lows to making a lower high and lower low and is now putting in another lower high

#2) RSI Laguerrer is above .8 and descending from 1

#3) Fractal Energy is below .38 and nose down or above .6 and rolling over. In the first case, below .38, FE is indicating trend exahustion and RSI is likely showing as a peak and not running across pegged at 1. In the second case price has risen to a lower resistance and has been rolling slowly over building energy.
 
New indicator I'm implementing into my strategy: kaufmane efficiency. I'm not sure yet if I'm going to use it as a lower indicator or implement it into the ultimate indicators code for a new version.
Here's the study if anyones curios.
Code:
# KAUFMANEFFICIENCYRATIO   
# (c) 2009 http://www.thinkscripter.com
# [email protected]
# Last Update 16 MAR 2009
 
declare lower;

input length = 30;
input lowerERThreshold = -11;
input upperERThreshold = 11;
input movingAvePeriod = 55;
input movingAvePeriod2 = 10;


def NetChange = hl2 - hl2[length];

def incrementalTotalChange = AbsValue(hl2 - hl2[1]);
def TotalChange = Sum(incrementalTotalChange, length);

def ERatio = (NetChange / TotalChange) * 100;

plot LowerThreshold = lowerERThreshold;
LowerThreshold.SetDefaultColor(Color.RED);

plot ZeroLine = 0;
ZeroLine.SetDefaultColor(Color.GRAY);

plot UpperThreshold = upperERThreshold;
UpperThreshold.SetDefaultColor(Color.CYAN);

plot ave = ExpAverage(ERatio, movingAvePeriod);
ave.SetDefaultColor(Color.BLUE);
ave.SetLineWeight(2);

plot ave2 = ExpAverage(ERatio, movingAvePeriod2);
ave.SetDefaultColor(Color.yellow);
ave.SetLineWeight(2);


plot ER = ERatio;
ER.AssignValueColor(if ER >= upperERThreshold or (er > ave and er > 0)
then Color.CYAN else if ER <= lowerERThreshold or (er < ave and er < 0)
then Color.RED else Color.GREEN);
ER.SetLineWeight(2);

#---------------- End Of Code --------------------
 
Here are my indicator notes:
#Fractal Linear Energy
# Mobius
#19:51 Mobius: FE is really simple - High reading market flat and building energy. Low reading Market trending and expending energy. nothing more to it
#17:13 harndog2: # Linear FE <.38,
# Mean FE = .50, and
# Random FE > .618
# Another way to look at the FE if it's over .618 price is compression
# or building energy for another move. If it's below 38.2 it can't
# keep it up much longer. Between 382 and 618 price is
# moving in a normal way. FE moving down out of 618 or
#best trades. Deciding which way - long or short is up to different indicator or
# your eye.
#17:14 harndog2: # Compression: If FE > .618 it telling you price is compressing, corkscrewing and
# going sideways rebuilding energy getting ready for a move up or down.

# Linear: If FE < .382, price is parabolic and it's not going to sustain the trend at the current rate of speed.
#FE looks at how linear a trend is. The more linear the steeper the trend
#so when the graph goes in green cloud means a new trend can start but doesnt tell which direction and when it goes in red cloud means trend might end and when it starts coming back up that means trend reversal?
#moving back up is more like building energy for another move rather than indicating a reversal. It may go back to the top while the price moves sideways then continues the original trend as in a typical flag
#FE below 0.382 is far from exhaustion ... price is still rocking and rolling, the trend is extremely strong.The point is that it cannot continue in that fashion, that strong trend must eventually die out.
#High FE reading indicate a build of energy. Low FE readings indicate exhaustion. FE measures linearity. A trend is indicated by FE dropping. It doesn't discriminate between up or down trends. When it's rising the trend is dissipating until it's near 1 which shows price is trading flat, In other words 0 is parabolic and 1 is flat or if not parabolic a very steady trend over quite a few bars
##I like the FE indicator to be at one extreme or the other too. Above 62+- or below 38+- Mobius
# The closer to 1 the more non-linear (compressed or random) price is. The closer to 0 the more linear (trending) price is.
#I've found a range between 8 and 13 periods works well. You just have to experiment a bit for whatever your trading
#If RSi is above .8 and FE is over .62 price is building energy and about to make a move and the extremes of the price range should be marked so you can trade the breakout of the range
#if RSI is Above .8 and FE is below .32 then the trend should be close to exhaustion and you should be looking for an exit at the next fractal low

# 05/19/2016 - AlphaInvestor - added second aggregation

##zztop notes
# This indicator does NOT indicate OB or OS but linear or non-linear
# The closer to 1 the more non-linear (compressed or random) price is.
# The closer to 0 the more linear (trending) price is.

# Fractal Energy isn't an indicator - it's a way of looking at price
# to see if it's linear or random. There are NO trading signals on the
# FE study. Only signals NOT to trade.
#
# If the FE is at extremes, something is about to change. It's leading
# you to a conclusion. If the FE is below .382, price is parabolic and
# cannot maintain that. But you may not want to sell because it may
# still go further in it's trend and it may not change direction right
# away. It's telling you though that it's not going to stay trending
# at the current rate of speed. If it's over .618 it telling you price
# is compressing and going sideways rebuilding energy getting ready for
# another run one way ot the other.
#
# Using price in fractals and different times, or ORB with FE and
# supertrend or some way to measure when price expansion is contracting
# or expanding is all you need. Any more than that and you'll be
# paralyzed by information overload
#
# FE does not indicate direction at all. It simply shows linearity or
# non-linearity. Trend or non-trend. It has nothing that determines
# which way trend is going, as in up or down.
#
# Lets say you want to buy ABC company. FE on a monthly, weekly and daily
# shows values of 40, 35 and 30. Price is showing lower lows but random
# lower high. You would know ABC company is close to selling exahustion
# and it's time to look for a few higher highs to a near term fractal
# pivot then look for short reversal to a higher low over the previous
# recent low and when the bars start setting high highs and lower lows
# again it's time to go long. The FE is what tells you to start looking
# for those signals

# Harndog Notes 051916:
#10:35 Mobius©: No matter the traders preferred trading style, a very informative way to look at anything is using a fractal method. For intraday trading, 2min, 5min, 15min and even one hour charts all with a Fractal energy reading and fractal pivots allows you to easily see the trading patterns and reversal or polarity changes. In other words - When higher highs and higher lows are compressing to random sideways action with possible trend changes or just short term aggregations building energy to press on in the trend direction
# 10:40 Mobius©: Today - Intraday = Lower highs and lower lows. No polarity changes yet so I expect lower lows until we have a high higher than 2028
# 10:42 Mobius©: Which is the recent 2 min fractal high. For 2 min traders though there's been some 2 way action. A recent buy signal waws 2024.25 with Risk off at 2027. Now there's a sell short at a retest of 2024.25
# 10:50 Mobius©: It's not so important where your lines are as long as you have something to lean on for risk. One reasonable support/resistance line is about as good as another. You must have faith based on what you use. Faith based on assured expectations. In other words if this happens I know to do this and not question it or worry/fret about my decision.
# On the FE indicator. I just use a label. I dont need the indicator
# Mobius©: Alpha.. Nothing hard about looking for .6, .5 or .4
# Mobius©: New high now look for a higher low
#FE is a measure of linearity. When price has exhausted itself it will be in the lower range and when it's moving sideways it'll be in the upper range. So it's a leading indicator designed to clue us in looking for Flags and Changes in Polarity
# If FE is in lower range < 38 and trend pops, look for a fast reversal from the pop. Trend up and price goes flat, FE dropping trend continuation from a flag. FE has two ways to rebuild energy after a trend, flagging and dropping both build energy.
#DISCLAIMER: Mobius mentioned that it was not his habit to give trading advice or even advice on how to use indicators. However, there's been such a proliferation of bad, inaccurate, false info regarding so many of them recently he felt compelled to give some accurate information.

#Mobius©: I use a very simple method – RSI Laguerre and Fractal Energy on a list of very liquid stocks. I look for polarity change and trade when both RSI and FE are in “confluence”. If volatility is high enough I sell spreads if not I buy them. Other than hedging (which I do a lot of) that's it. I like it simple.

#The typical base setting I like to use for the FE is a length of 8. If I'm trading options I like to look at it about the length of time I'm buying or selling the option for. I want to know if it's reverting and where the energy is so I'll use a longer length for reversion and a shorter length to see if energy is building or waning.

#If RSI Laguerre is descending and FE over .6, that tells me something is changing and I'm already looking at an equity I've determined is about to make a polarity change. So the worse case that happens is that the security grinds sideways for a few days.

#A reading of the FE over .6 is an indication that energy has been built up. If the FE is high (over .6) and RSI LaGuerre is breaking lower FE will follow suit. If RSI reverses and goes above .8 I'm outa there, with the assumption I have a short position.

#FE is a gauge of both mean reverting and linearity. Descending readings indicate a trend is on. A reading below .3 indicates exhaustion in trend or near exhaustion. A reading above .6 indicates moving sideways with rapid reversion and energy building for a move again.

#Above .6 - Think price compression or squeeze
#Below .3 - Think running out of gas

#Here's an example:

#FE at 60 periods is oscillating around .5 tightly while FE at 8 periods is over .6. Zscore is over 2 and is starting to roll over. That is a good short to the mean.

#Short trade setup I look for with RSI Laguerre adjusted with FE.

#1) Polarity Change - Equity has gone from making higher highs and higher lows to making a lower high and lower low and is now putting in another lower high

#2) RSI Laguerrer is above .8 and descending from 1

#3) Fractal Energy is below .38 and nose down or above .6 and rolling over. In the first case, below .38, FE is indicating trend exahustion and RSI is likely showing as a peak and not running across pegged at 1. In the second case price has risen to a lower resistance and has been rolling slowly over building energy.
Thank you so much for such a great description, it makes so much sense now implementing only FE with ORB for day trading and not get overloded with info.
 
Just how I learned vs Active trader. No advantages the disadvantage is their in no DOM but I have L2 displayed.
I scanned this morning(1H) and combining arrows with ichimoku clouds so far good results. Ill be testing during the week.
 
Hey, @HSI1600 @YungTraderFromMontana , would you advice a Daily or 1H scan in the Morning ?

My daily scan
LONG STML CCJ FLDM CJJD
SHORT OXLC CNXM

I trade the 5 min timeframe like you @HSI1600 for a signal and 1 min Timeframe for my entry. My indicator are KUMO and Holy grail for my trend , and the RSI LAGUERRE for the momentum and ATR for the Volatilty.
 
@ AKYKN - SEIN & AR WERE WINNERS TODAY NO LOSERS. STILL IN ADMA
How are you able to scan below 1day with Yungs scanner? Everytime i try it gives me an error saying "Error: Secondary period not allowed: day"
So i try to change them to 1 hour and it still give the error
 
Hey, @HSI1600 @YungTraderFromMontana , would you advice a Daily or 1H scan in the Morning ?

My daily scan
LONG STML CCJ FLDM CJJD
SHORT OXLC CNXM

I trade the 5 min timeframe like you @HSI1600 for a signal and 1 min Timeframe for my entry. My indicator are KUMO and Holy grail for my trend , and the RSI LAGUERRE for the momentum and ATR for the Volatilty.
@Gildes - I use hourly for potential buys, but look a daily & weekly for swing trades (no luck so far)
@HSI1600 do u mind share your grid. I have a hard time to find them. I am trying to compare n simply them.
@wen- Not sure what you are refering too (Grid?)
 
How are you able to scan below 1day with Yungs scanner? Everytime i try it gives me an error saying "Error: Secondary period not allowed: day"
So i try to change them to 1 hour and it still give the error

@Juston410 in the scan script change those 2 lines with this 2

input TimeFrame2 = "1 hour";
input TimeFrame3 = "1 hour";
 
Status
Not open for further replies.

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
253 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top