Page 1700 of 1980
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 3:18 am
by 88FX88
rogeryrogery wrote: Fri Aug 30, 2024 3:12 am
Hello,
I was waiting all day for entry on 1MIN XAUUSD but didn't get any.
A trader is like a hunter, he waits, waits, waits and then the shot. Sometimes you don't get it, and sometimes you do and you have the bird in your hand

Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 3:28 am
by Asur
rogeryrogery wrote: Fri Aug 30, 2024 3:12 am
Hello,
I was waiting all day for entry on 1MIN XAUUSD but didn't get any.
Hello,
There was an entry point on m5.
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 3:32 am
by Lenovo
.
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 4:07 am
by Greg
Hello everyone

as a new person on the forum, first of all I would like to thank the entire community on this forum. I hope that as I develop I will also be able to help new people.
Since I like to see a larger range of the chart I reduce it, but setting the wick to 2 distorts my candles

unfortunately I cannot change the value in the settings like in previous versions. Is there anything I can do about it?
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 4:27 am
by forexman
Satisfactory day. Cheers mates

Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 4:31 am
by knglerxst
Greg wrote: Fri Aug 30, 2024 4:07 am
Hello everyone

as a new person on the forum, first of all I would like to thank the entire community on this forum. I hope that as I develop I will also be able to help new people.
Since I like to see a larger range of the chart I reduce it, but setting the wick to 2 distorts my candles

unfortunately I cannot change the value in the settings like in previous versions. Is there anything I can do about it?
Zrzut ekranu 2024-08-29 194420.png
What arrow is that?
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 5:07 am
by Gabms
Hello, everyone.
I have a problem with the Clock indicator. I get the error “incorrect start position 0 for ArraySort function”. I have a feeling that it occurs with Exness broker, because I didn't see it when previously I used the template with MT4 connected to a FTMO demo account. Maybe it is just a feeling.
The attached image shows the error in the Experts tab. I was looking in this discussion if this error would have reported by anyone, but I didnt find anything.
Could it be related to my screen resolution (4K 125% scale) ? or my GMT zone ?
Please, can you help me?
Thanks in advance. Regards.
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 5:18 am
by DaveTrader
Greg wrote: Fri Aug 30, 2024 4:07 am
Hello everyone

as a new person on the forum, first of all I would like to thank the entire community on this forum. I hope that as I develop I will also be able to help new people.
Since I like to see a larger range of the chart I reduce it, but setting the wick to 2 distorts my candles

unfortunately I cannot change the value in the settings like in previous versions. Is there anything I can do about it?
Zrzut ekranu 2024-08-29 194420.png
Hi Greg,
This version has some customizable features. You can add the Xard panels to it, change colors etc.
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 5:56 am
by Samoth
Gabms wrote: Fri Aug 30, 2024 5:07 am
I have a problem with the Clock indicator. I get the error “incorrect start position 0 for ArraySort function”. I have a feeling that it occurs with Exness broker, because I didn't see it when previously I used the template with MT4 connected to a FTMO demo account. Maybe it is just a feeling.
The attached image shows the error in the Experts tab. I was looking in this discussion if this error would have reported by anyone, but I didnt find anything.
Could it be related to my screen resolution (4K 125% scale) ? or my GMT zone ?
Please, can you help me?
Thanks in advance. Regards.
Checked it with ChatGPT, I think this error is probably related to your broker, but not 100 % sure:
It's possible that the error is not directly related to the indicator itself but rather to the data being provided by your broker. Here are a few ways your broker might be causing the issue:
If your broker is not providing data or is providing incomplete data at certain times, the array that stores the times might be empty or incomplete. This could cause the ArraySort function to fail because there are no data points to sort.
If there are connection problems between your MetaTrader 4 platform and the broker’s server, the data that the indicator uses might arrive late or not at all. This could also lead to an empty array, which would cause the sorting to fail.
Re: XARD - Simple Trend Following Trading System
Posted: Fri Aug 30, 2024 6:14 am
by Gabms
Samoth wrote: Fri Aug 30, 2024 5:56 am
Checked it with ChatGPT, I think this error is probably related to your broker, but not 100 % sure:
It's possible that the error is not directly related to the indicator itself but rather to the data being provided by your broker. Here are a few ways your broker might be causing the issue:
If your broker is not providing data or is providing incomplete data at certain times, the array that stores the times might be empty or incomplete. This could cause the ArraySort function to fail because there are no data points to sort.
If there are connection problems between your MetaTrader 4 platform and the broker’s server, the data that the indicator uses might arrive late or not at all. This could also lead to an empty array, which would cause the sorting to fail.
Thanks Samoth.
I'll check it.