New Version 4.0.2
Changelog:
PNF drawing
- if not EndofTheDay and TF > t1 then
new highs or lows will draw immediately, reversals only at new Source Candles
- Trendlines also drawed in Line mode (if zoom out to high for drawing X and O's)
Pattern
- added Trendline breakout to pattern, was allready there, but now we can disable this signal
- added Price projection to each pattern
select Enabled, Disabled, Enabled only with vorizontal, Enabled only with vertical or Enabled with horizontal and vertical price projection
Horizontal Target
- because Horizontal price projection is moved to each pattern, i changed the function "Show Horizontal Count"
- "Show Horizontal Count" now search for price projection against X or O Walls.
- added Max Ratio filter to horizontal price projection.
BETA testing
- added find Bullish Resistance and Bearish Support line to 45° Trendline Section
- only the last 4 lines and allready broken lines should be visable
File:
-------------------------------------------------------------------------------------------------------------------------
Point and Figure Overhauled
The last Version is V 4.0.1 .
I overhauled my point and figure indicator. The code became more complex and changes are more difficult to program. I hope the new structure, helps me to be able to make changes faster.
What is new?
Price parameters
Method: ATR or PIP
-- ATR: Get the boxsize from the daily ATR * ATR_Percent (Request from Jabez)
-- PIP: Get the boxsize from the boxsize parameter
EndOftheDay:
the calculation will be done at the beginning of a new source Candle. You will see,
that no new X or O's will be drawn, even if the price is lower or higher then the
last X or O, until a new candle begins. The standard PF version only works with end of
the day data. Disable it and PF will be updated every tick.
If TF == "t1" then "EndOftheDay" and "Ignore high/low" are ignored, the calculation is
then tick based.
Column Style:
Boxes: Font or Squares
-- Font: Rows are drawn as X and O's
-- Square: Rows are drawn as Squares (Request from Jabez)
Trendlines:
I added internal Trendlines.
Select "no-line" for Main or internal trendline to disable it.
New Trendline:
"At breakout" or "At breakout with Adaption" or "At breakout with Confirmation "
-- At breakout:
New trendline is drawn, if the breakthrough occurred with a double top/bottom.
-- At breakout with Adaption:
New trendline is drawn, if the breakthrough occurred with a double top/bottom.
If the close of the column is at the trendline
one box is added/removed to the position of the trendline.
-- At breakout with Confirmation :
New trendline is drawn, if the breakthrough occurred with a double top/bottom
and then the next low or high is above or below the trendline.
Pattern:
I added a Tooltip to each Box , which has a signal to buy or sell. Moving the mouse over the box, will show the type of the pattern.
List of pattern:
Double Top/Bottom - Letter D
Triple Top/Bottom - Letter T
Bullish/Bearish Catapult - Letter C
Bullish/Bearish Triangle - Letter A
ShakeOut - Letter S
Flag - Letter F
Upcoming Signals will draw with entry , TP and SL line only if horizontal targets could calculated. These lines will be removed if the signal is finished.
Alerts are available with
Alert occurred with all Pattern and new trendline .
Set Magic String to the same value in the strategy and indicator.
Indicator:
Picture square:
Picture Font:
Gidien