Re: XARD - Simple Trend Following Trading System

16801
For anyone interested, here is a Tradingview version.

This was made on the free version (limit of 2 indicators).
Black Sema = small, 9 period Xard Semafor
Blue Sema = medium, 36 period Xard Semaor
White Sema = SemaArrow, 144 period Xard Sema
In order to apply a 576 period Square Xard Sema, you will need another instance of the Semafor indicator, or perhaps add it in the script.

The 13 and 55 period EMA Ribbon is from the Flying Dragon indicator. The red arrows are set to the lowest risk setting (indicates MA touch/cross).

A Daily open is obviously easily drawn on the chart, there are scripts available if wanted.
There is a script titled Average Session Range(QuantVue) that appears to be similar to the Xard ADR.
There a plenty of zigzag scripts available as well.

Any more than 2 indicators and you will need a paid version. https://www.tradingview.com/chart/cbPj8yG3/
Flying Dragon Trend Indicator (Lowest, EMA, 13, close, 0, 2, 4, EMA, 55, close, 3, 60)
Semafor (144, 24, 36, 6, 9, 3)
These users thanked the author DaveTrader for the post (total 7):
knglerxst, Curioso, Cagliostro, Asur, budhi1976, satyafx, Abzak


Re: XARD - Simple Trend Following Trading System

16802
DaveTrader wrote: Tue Aug 20, 2024 5:37 am For anyone interested, here is a Tradingview version.

This was made on the free version (limit of 2 indicators).
Black Sema = small, 9 period Xard Semafor
Blue Sema = medium, 36 period Xard Semaor
White Sema = SemaArrow, 144 period Xard Sema
In order to apply a 576 period Square Xard Sema, you will need another instance of the Semafor indicator, or perhaps add it in the script.

The 13 and 55 period EMA Ribbon is from the Flying Dragon indicator. The red arrows are set to the lowest risk setting (indicates MA touch/cross).

A Daily open is obviously easily drawn on the chart, there are scripts available if wanted.
There is a script titled Average Session Range(QuantVue) that appears to be similar to the Xard ADR.
There a plenty of zigzag scripts available as well.

Any more than 2 indicators and you will need a paid version.
TradingView 8-19.png
https://www.tradingview.com/chart/cbPj8yG3/
Flying Dragon Trend Indicator (Lowest, EMA, 13, close, 0, 2, 4, EMA, 55, close, 3, 60)
Semafor (144, 24, 36, 6, 9, 3)


I was just thinking the other day how cool it would be to have a Tradingview version. Nice.
These users thanked the author knglerxst for the post:
DaveTrader

Re: XARD - Simple Trend Following Trading System

16804
Hi all,

My first post here.
DaveTrader wrote: Tue Aug 20, 2024 5:37 am In order to apply a 576 period Square Xard Sema, you will need another instance of the Semafor indicator, or perhaps add it in the script.
Add below to semafor pinescript.

Code: Select all

switch = false
if input(true, "X-Large")
    switch := zigzag(input(576, "Depth"), input(36.0, "Deviation"), input(color.red, "Color"), size.normal, "X-Large") or switch
if input(true, "Large")
    switch := zigzag(input(144, "Depth"), input(24.0, "Deviation"), input(color.orange, "Color"), size.normal, "Large") or switch
if input(true, "Medium")
    switch := zigzag(input(36, "Depth"), input(6.0, "Deviation"), input(color.lime, "Color"), size.small, "Medium") or switch
if input(false, "Small")
    switch := zigzag(input(9, "Depth"), input(3.0, "Deviation"), input(color.gray, "Color"), size.tiny, "Small") or switch
DaveTrader wrote: Tue Aug 20, 2024 5:37 amThe 13 and 55 period EMA Ribbon is from the Flying Dragon indicator. The red arrows are set to the lowest risk setting (indicates MA touch/cross)..
Add below under study

Code: Select all

plot(ema(close, 13), title="13 EMA", color=#e91e63, linewidth=1, transp=0)
plot(ema(close, 55), title="55 EMA", color=#3286c3, linewidth=2, transp=0)
These users thanked the author hafez for the post (total 2):
DaveTrader, satyafx


Re: XARD - Simple Trend Following Trading System

16806
Gold continues to go up and so it will again, I evaluated 3 reasons , safe haven asset, not so much because of the war in the Middle East, that has been there forever anyway, Chinese central bank has given the go ahead to set aside gold, so Chinese banks buy gold, and not to forget that the stock market I don't think will continue to go up any further. this is what I gathered from my readings.
These users thanked the author Lenovo for the post (total 6):
lukgoku, Andreas2000, Curioso, Cagliostro, maroka, satyafx

Re: XARD - Simple Trend Following Trading System

16807
DaveTrader wrote: Tue Aug 20, 2024 5:37 am For anyone interested, here is a Tradingview version.

This was made on the free version (limit of 2 indicators).
Black Sema = small, 9 period Xard Semafor
Blue Sema = medium, 36 period Xard Semaor
White Sema = SemaArrow, 144 period Xard Sema
In order to apply a 576 period Square Xard Sema, you will need another instance of the Semafor indicator, or perhaps add it in the script.

The 13 and 55 period EMA Ribbon is from the Flying Dragon indicator. The red arrows are set to the lowest risk setting (indicates MA touch/cross).

A Daily open is obviously easily drawn on the chart, there are scripts available if wanted.
There is a script titled Average Session Range(QuantVue) that appears to be similar to the Xard ADR.
There a plenty of zigzag scripts available as well.

Any more than 2 indicators and you will need a paid version.
TradingView 8-19.png
https://www.tradingview.com/chart/cbPj8yG3/
Flying Dragon Trend Indicator (Lowest, EMA, 13, close, 0, 2, 4, EMA, 55, close, 3, 60)
Semafor (144, 24, 36, 6, 9, 3)
Cheer up everyone! I'll just leave here from the found page) which the author wrote in tradingview

post1295546315.html#p1295546315

I want you to save money in one indicator :)

Re: XARD - Simple Trend Following Trading System

16808
Another XAUUSD day power by v65m, thank you xard777 for this Rubik's Cube.

And today with a lot of energy, maybe the SuperMoon Blue give to me an extra energy :)
These users thanked the author Curioso for the post (total 7):
Andreas2000, Skyold, fnz, satyafx, 88FX88, lukgoku, DaveTrader
In trading, passion and dedication are essential. Respect your natural tendency and don't go against the flow of the market. Corrections are part of evolution.

Re: XARD - Simple Trend Following Trading System

16810
kudrpenk wrote: Wed Aug 21, 2024 1:58 am Cheer up everyone! I'll just leave here from the found page) which the author wrote in tradingview

post1295546315.html#p1295546315

I want you to save money in one indicator :)
Hello kudrpenk,

Thank you, but for leave a suggestion i made every day and i hope helps you budhi1976.

Before click Submit make a Preview and if you see your attachments disappear means your file have an incorrect format or the structure of the same contains bad formation (ex: virus or format of file incorrect). In the case of your scripts maybe the problem is the same, type to re-upload with txt extension, but select the option on the preview and check if attachments disappear
In trading, passion and dedication are essential. Respect your natural tendency and don't go against the flow of the market. Corrections are part of evolution.