Re: XARD - Simple Trend Following Trading System

15381
funchi wrote: Fri May 31, 2024 9:38 am This is a signal for lazy people like me for “Xard Universe version XU v010”.

There are many problems, but I created it as a test.

As an example, there are two histograms.

The first row is an entry signal.
The signal is displayed when the direction of the arrow / 2nd dot / trend line / daily open all match.

The second row is the exit signal.
The signal is displayed above or below the trend line.

In addition,
"Xard Universe version XU v010” must be installed.
post1295538535.html#p1295538535
The signals of the indicator “XU v010-XARD UNIVERSE” are read and judged.
Due to MT4 specifications, “XU v010-XARD UNIVERSE” parameters are default values.
Arrows are set for 144 periods. (Default value)
The 2nd dot is set to 9 periods. (Default value)

This is just an interesting indicator.
Hi Funchi, I knew you were a genius but you exceeded my expectations!

Could you also add alerts and arrows for entries and for exits?
The best things in life are free!


Re: XARD - Simple Trend Following Trading System

15382
funchi wrote: Fri May 31, 2024 9:38 am This is a signal for lazy people like me for “Xard Universe version XU v010”.
There are many problems, but I created it as a test.
As an example, there are two histograms.
The first row is an entry signal.
The signal is displayed when the direction of the arrow / 2nd dot / trend line / daily open all match.
The second row is the exit signal.
The signal is displayed above or below the trend line.
This is just an interesting indicator.
Superb.
Thank you so much.
All the best to you and your dear ones.
These users thanked the author Mork01 for the post:
funchi

Re: XARD - Simple Trend Following Trading System

15383
funchi wrote: Fri May 31, 2024 9:38 am This is a signal for lazy people like me for “Xard Universe version XU v010”.

There are many problems, but I created it as a test.

As an example, there are two histograms.

The first row is an entry signal.
The signal is displayed when the direction of the arrow / 2nd dot / trend line / daily open all match.

The second row is the exit signal.
The signal is displayed above or below the trend line.

In addition,
"Xard Universe version XU v010” must be installed.
post1295538535.html#p1295538535
The signals of the indicator “XU v010-XARD UNIVERSE” are read and judged.
Due to MT4 specifications, “XU v010-XARD UNIVERSE” parameters are default values.
Arrows are set for 144 periods. (Default value)
The 2nd dot is set to 9 periods. (Default value)

This is just an interesting indicator.
Thanks for sharing. Will adding other indicators or changing the color settings prevent the system from working?


Re: XARD - Simple Trend Following Trading System

15386
funchi wrote: Fri May 31, 2024 9:38 am This is a signal for lazy people like me for “Xard Universe version XU v010”.

There are many problems, but I created it as a test.

As an example, there are two histograms.

The first row is an entry signal.
The signal is displayed when the direction of the arrow / 2nd dot / trend line / daily open all match.

The second row is the exit signal.
The signal is displayed above or below the trend line.

In addition,
"Xard Universe version XU v010” must be installed.
post1295538535.html#p1295538535
The signals of the indicator “XU v010-XARD UNIVERSE” are read and judged.
Due to MT4 specifications, “XU v010-XARD UNIVERSE” parameters are default values.
Arrows are set for 144 periods. (Default value)
The 2nd dot is set to 9 periods. (Default value)

This is just an interesting indicator.
Hello funchi,

Excellent work, although I understand that it is under development, I would like to better understand here some of the points that may prove useful to more members:
1. Do we receive alerts on MT4?
2. Is it possible to send notifications to your cell phone?
3. If we change any of the colors used in the histogram and the rest of the tpl, is the code supposed to continue working?

Thank you very much in advance, I believe these are important points, so that when we don't have time to be in front of the computer, we can continue trading.
Every entry into the market is a reflection of your courage. Every goal you overcome, however small it may seem, is a firm step towards your dreams.

Re: XARD - Simple Trend Following Trading System

15387
specialkey wrote: Sat Jun 01, 2024 1:55 am Thanks for sharing. Will adding other indicators or changing the color settings prevent the system from working?
Curioso wrote: Sat Jun 01, 2024 9:44 am 3. If we change any of the colors used in the histogram and the rest of the tpl, is the code supposed to continue working?
Supplementary explanation as there seems to be a misunderstanding. (I hope I translated it well.)


When you add the XARD indicator to a chart, it behaves as you all know it normally does. (Let's say “A”).


The tool reads the value of the XARD indicator, but does not read the value of the XARD indicator (A) added to the chart.
When reading the XARD indicator value, the tool sets a separate parameter to read the value. (Let's say “B”)

Therefore,
XARD Indicator (A) and XARD Indicator (B) are not related.
XARD Indicator (A) and XARD Indicator (B) are two different things.


Hence,
if you want to see the same results with this tool as with the XARD Indicator (A), you need to change the parameters for reading the XARD Indicator (B) values from this tool.
It is one of the problems in my opinion.

Note,
The color setting does not affect the results.
The Semafor period, MA period, etc. will affect the results.

Re: XARD - Simple Trend Following Trading System

15388
LittleCaro wrote: Fri May 31, 2024 10:30 pm Great great thanks for your indicator, it's very interesting.
lukgoku wrote: Sat Jun 01, 2024 1:11 am Could you also add alerts and arrows for entries and for exits?
Mork01 wrote: Sat Jun 01, 2024 1:38 am Thank you so much.
specialkey wrote: Sat Jun 01, 2024 1:55 am Thanks for sharing. Will adding other indicators or changing the color settings prevent the system from working?
Curioso wrote: Sat Jun 01, 2024 9:44 am 3. If we change any of the colors used in the histogram and the rest of the tpl, is the code supposed to continue working?
I am now wondering which of two ways to release it.

1. continue with the current version and add functionality? (Version that references XARD indicator values)

  Advantages
    Works faithfully to XARD signals.

  Disadvantages
    Requires tools for each version.
    Parameters of the XARD indicator cannot be changed. Limited number of parameters that can be changed.

2. Should versatility be prioritized? (Versions that do not reference XARD indicator values)

  Advantages
    May be compatible with each version of XARD.
    Possible to change parameters.

  Disadvantages
    Does not work faithfully with XARD signals.
    XARD's Semafor arrows seem to be different from regular Semafor arrows.


It would be helpful to hear your opinions.

Re: XARD - Simple Trend Following Trading System

15389
funchi wrote: Sat Jun 01, 2024 2:00 pm I am now wondering which of two ways to release it.

1. continue with the current version and add functionality? (Version that references XARD indicator values)

  Advantages
    Works faithfully to XARD signals.

  Disadvantages
    Requires tools for each version.
    Parameters of the XARD indicator cannot be changed. Limited number of parameters that can be changed.

2. Should versatility be prioritized? (Versions that do not reference XARD indicator values)

  Advantages
    May be compatible with each version of XARD.
    Possible to change parameters.

  Disadvantages
    Does not work faithfully with XARD signals.
    XARD's Semafor arrows seem to be different from regular Semafor arrows.


It would be helpful to hear your opinions.
Hi Funchi,

I would be more interested in version number 2 that can be adapted to the different Xard systems, to be autonomous and closer to market changes and various customisations. All it would take is a little user manual, or even just a post dedicated to teaching us how to set the indicator.

Thank you for this very useful tool, both for beginners and for lazy people like me, it is very useful.
These users thanked the author lukgoku for the post (total 2):
funchi, Mundu19
The best things in life are free!

Re: XARD - Simple Trend Following Trading System

15390
funchi wrote: Sat Jun 01, 2024 2:00 pm I am now wondering which of two ways to release it.

1. continue with the current version and add functionality? (Version that references XARD indicator values)

  Advantages
    Works faithfully to XARD signals.

  Disadvantages
    Requires tools for each version.
    Parameters of the XARD indicator cannot be changed. Limited number of parameters that can be changed.

2. Should versatility be prioritized? (Versions that do not reference XARD indicator values)

  Advantages
    May be compatible with each version of XARD.
    Possible to change parameters.

  Disadvantages
    Does not work faithfully with XARD signals.
    XARD's Semafor arrows seem to be different from regular Semafor arrows.


It would be helpful to hear your opinions.
Version 2 seems the best to me also, as it is compatible with each Xard vesion, and allows customisation.
These users thanked the author LittleCaro for the post:
funchi