


Zach9468950
Last seen
Followers
0
Following
1
Ideas
2
Scripts
0
Joined Mar 13, 2021
trendanalysis
Less Tags
Show All Tags
All Types
Type
All Types
Indicators
Strategies
Libraries
All Accesses
Script access
All Accesses
Open
Protected
Invite-only
Public & Private
Privacy
Public & Private
Public
Private
I analyze the pattern through the VuManChur signals to figure out when a break is going to happen when the lines come closer together that means the signal will reverse I also confirm this with the MACD lines but the buy signal kinda tells you at the point it says buy its kinda too late or sell is a little late maybe 1 day or 2 if your using it in hours its...
2
//@version=4 study("ADX and DI Improved", shorttitle="ADX and DI Improved", overlay=false) len = input(title="Length", type=input.integer, defval=14) th = input(title="threshold", type=input.integer, defval=20) TrueRange = max(max(high-low, abs(high-nz(close ))), abs(low-nz(close ))) DirectionalMovementPlus = high-nz(high ) > nz(low )-low ? max(high-nz(high ),...
0
User has no followers
155677
144
33342
Message
Follow
Following
Unfollow
Type
Script access
Privacy