Page 1615 of 1980

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 3:52 pm
by funchi
Samoth wrote: Wed Jun 26, 2024 9:28 pm Has anyone ever built an EA for the Xard system?
With all the rules like 2nd dot, below/above daily open, stop loss above/below the last dot or semaphore, take profit when candle turns gray, the system is perfect for this.

EA for "XU v65m-XARD UNIVERSE_w_funchiArrow".


Strategy tester results are not attached.
The verification period is a short one month, but the results are so-so.
Please try it out.
When validating, the model is accurate with "opening price only".
My computer (my father's computer is used by me) has low specs, so who can tell me the best parameter settings?


Notes on operation
A "Hard Stop loss" parameter has been added to the EA.
If this is set, the results may not be the same as for "XU v65m-XARD UNIVERSE_w_funchiArrow".
Changing the EA settings (restarting the EA) while in a position will close the position.
Error checking is not carried out on orders. (Will eventually be supported)
Fixed lot. (Supported in any case)


Tip.
When you create a template with "tester.tpl" as the template name, the strategy tester will run with that template.
This makes it easier to visualise trading.

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 4:05 pm
by Frankw
funchi wrote: Tue Jul 09, 2024 9:58 am Strategy tester and real charts show the same results.
The verification has been completed.

This post is a version with changed alert conditions.
The previous version was an Xard alert, whereas the version in this post alerts on arrow signals.

This version has a view to creating an EA.
I have attached the source code in the hope that the arrow signal will be displayed under better conditions.
I would appreciate improvements from programmers.
(It's a dirty program, but thank you for your help.)

I will start creating EAs.

The changes, additions and deletions can be found by searching for "funchi".
The style of the source code has not been changed to make it easier to see the differences from the original.
Please excuse my ignorance. Why can't the white arrow be displayed on my computer? Is it because the default settings need to be turned on?

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 4:27 pm
by funchi
Frankw wrote: Tue Jul 09, 2024 4:05 pm Please excuse my ignorance. Why can't the white arrow be displayed on my computer? Is it because the default settings need to be turned on?
Have you read this post?
post1295545741.html#p1295545741

The text may be incomprehensible as it has been translated from Japanese to English.
If you do not understand, please post again.

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 5:03 pm
by Mundu19
Thanks. The EA is working well.

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 5:11 pm
by Mundu19
I am looking for an older version of Xard's TRADEFX that had the formula of FUND/1850*1. The recent versions like XU v44-TRADEFX uses a different formula. I have the scripts for it but I lost that particular EA. Can someone help who may know what am talking about?

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 8:47 pm
by Neroloft
Mundu19 wrote: Tue Jul 09, 2024 5:03 pm Thanks. The EA is working well.
great! can you please attach it to myfxbook :thumbup:

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 09, 2024 9:26 pm
by Cagliostro
funchi wrote: Tue Jul 09, 2024 3:52 pm EA for "XU v65m-XARD UNIVERSE_w_funchiArrow".


Strategy tester results are not attached.
The verification period is a short one month, but the results are so-so.
Please try it out.
When validating, the model is accurate with "opening price only".
My computer (my father's computer is used by me) has low specs, so who can tell me the best parameter settings?


Notes on operation
A "Hard Stop loss" parameter has been added to the EA.
If this is set, the results may not be the same as for "XU v65m-XARD UNIVERSE_w_funchiArrow".
Changing the EA settings (restarting the EA) while in a position will close the position.
Error checking is not carried out on orders. (Will eventually be supported)
Fixed lot. (Supported in any case)


Tip.
When you create a template with "tester.tpl" as the template name, the strategy tester will run with that template.
This makes it easier to visualise trading.
Dear Funchi San - thanks a million for the arrow indicator and the EA, they work well.

I did some backtesting, six months since the start of 2024 with 15 and 5M timeframes. Results are so so, 25% win rate average. If you take a look at the screenshot you can see an example of two trades.

1) the first did not respect the green big arrow signaling a possible start of bullish trend and went short. There was also a small green dot on the left before the trade started. When you can take a look at the code, please check if the big arrow bias is respected.

2) second trade was good, but we should have some extra options to close trades. For example:
  • Close trade when an opposite dot / arrow is confirmed (x candles are closed after it)
  • Close trade of fixed pips
  • Close trade on RR
ありがとうございました

+C+

Re: XARD - Simple Trend Following Trading System

Posted: Wed Jul 10, 2024 5:47 am
by Samoth
Sometimes I have the feeling that the broker is cheating you... IC Markets

Re: XARD - Simple Trend Following Trading System

Posted: Wed Jul 10, 2024 6:06 am
by marwilli
Samoth wrote: Wed Jul 10, 2024 5:47 am Sometimes I have the feeling that the broker is cheating you... IC Markets

Screenshot 2024-07-09 214035.png


Screenshot 2024-07-09 214209.png
because of this, you can use a trade manager with virtual sl and tp

Re: XARD - Simple Trend Following Trading System

Posted: Wed Jul 10, 2024 8:04 am
by funchi
Cagliostro wrote: Tue Jul 09, 2024 9:26 pm 1) the first did not respect the green big arrow signaling a possible start of bullish trend and went short. There was also a small green dot on the left before the trade started. When you can take a look at the code, please check if the big arrow bias is respected.
This has been tested since 1 January, correct?
The tester (indicator) is not able to take into account the situation before that.

If you test from 29 December, the situation will change.
There may still be problems.