[AN] AC ScalperScalp indicator.
Uses trend to switches to find the direction and entries. Has a built in exit system.
Also uses a trailing stop system in order to maximize gains.
Alerts can be added so trades can be automated.
Strategy that tests it:
Ultimate Oscillator (UO)
CM_Ultimate_MA_MTF_V2 with Alert Long and Short Hello All,
Here is a scirpt of ChrisMoody modified with the alerts of purchases and sales.
I just have a problem with automation. At the bottom of my script my alerts "Buy1" and "Sell2" give alerts constantly and I wish to have a single alert before the order is completed. Before "Sell1" or Buy2 ".
I found the function "barstate.isfirst" that could possibly work?
Does anyone have an idea ? :)
RSI/MFI with Volatility Bands [GVD]This is an edit of the LAzyBear script.
The script is adjusted to show both the RSI and the MFI on 1 chart.
Log-space Ultimate OscillatorThis is the same script as the built-in Ultimate Oscillator except it is calculated in log-space, which may help with some very high-volatility charts (the differences will be usually be very small though).
Ultimate Oscillator Divergence Detector v0.1I wanted a more dynamic divergence indicator than the stock one so this is what's come of it so far. This is a very early version but I found its detecting normal bullish divergences pretty well so I thought I'd release it.
Right now it only supports normal bullish divergences. I'm working on improving accuracy before I add in normal bearish divergences, and then will be handling hidden divergences.
The spacing parameter will probably need to be tweaked based on the time frame of interest. For small time frames a value of 3 seems to work, for longer ones I go up to 7. Anything below 3 will be extremely sensitive and anything above 10 will hardly notice anything. The spacing for the example here is 3 for the main graph and 7 for the ultimate oscillator graph.
UO_30-50-70Ultimate Oscillator with bands present at the 30, 50, and 70 pt levels.
Personally use this every time, created a script to hard code these lines so I wouldn't need to redraw them all the time.
Enjoy
[LAVA] UNO OverlayEDIT: Ignore the comments... I can't get the update to show due to hard brackets " " being censored for some reason.... but they show up in here so this is where the updates will show.
This is the Ultimate (Nonlinear) Oscillator in overlay format. Took me a while to figure out the best configuration and finally found this one. From what I've observed, this is basically a support/resistance line indicator. When the candle moves thru the supporting/resisting line, its a entry/exit point or an indicator that the opposite side should be targeted depending on the market condition. Ignore the wicks as they go thru the line constantly.
Go here to see updates...
pastebin.com
Color coded UO Small modification to stock UO code to highlight lows / highs. This helps to see the trend easily. The length to check for high/low is configurable (lengthSlope), I am yet to find the optimal setting but 30 looks nice so far.