Page 1600 of 1980

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 3:53 pm
by funchi
Trailing stop script for v65m.


- Soft Trailing stop
Closes "XU v65m-XARD UNIVERSE" with candle color.
Select from 3 patterns.
If "Flat candle color" is selected, the position is closed at the break of 13ema.
If "Opposite candle color" is selected, the position is closed at the break of the 55 EMA.
If "Not used" is selected, no trailing stop is made.


- Hard Stop loss
Select from 2 patterns.
If "55ema" is selected, StopLoss is set to the 55ema and trailing stop is made.
If "Not used" is selected, no hard Stop loss is set. No trail will be made.

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 4:19 pm
by Neroloft
beautiful back to back hybrid :In Love: setup

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 5:32 pm
by DaveTrader
Updated mt5 version
added Index Entry thanks to user Billinhit

updated Chaos Semafor(visual) edit: was watching 288 semafor when I put this together. Would recommend updating your 288 setting to 576...if you haven't already

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 6:02 pm
by DaveTrader
Deleted

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 6:28 pm
by Cagliostro
DaveTrader wrote: Tue Jul 02, 2024 5:32 pm Updated mt5 version
added Index Entry thanks to user Billinhit

updated Chaos Semafor(visual)Updated stepMA Xard.png

MT5 XU-stepMA - b -.zipstepMA Xard.tpl
This is very beautiful. Thanks!

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 6:34 pm
by Curioso

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 7:23 pm
by Neroloft
heads up for possible scalp setup

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 7:54 pm
by Neroloft
Neroloft wrote: Tue Jul 02, 2024 7:23 pm heads up for possible scalp setup
secured some profits, now trailing stop for final tp.

note: the histograms on the sub windows, is excellent in giving a heads up for possible reversal or end of a run.
(what do you think guys?)

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 8:15 pm
by Samoth
Has anyone ever had this error message here?

When I attach any trade manager EA to the chart, the chart always freezes for 5-6 seconds, mostly when I move the chart.

After the freeze is over I get this message here:

Re: XARD - Simple Trend Following Trading System

Posted: Tue Jul 02, 2024 8:55 pm
by funchi
Samoth wrote: Tue Jul 02, 2024 8:15 pm Has anyone ever had this error message here?

When I attach any trade manager EA to the chart, the chart always freezes for 5-6 seconds, mostly when I move the chart.

After the freeze is over I get this message here:
In the source code "XU v65m-XARD UNIVERSE.mq4", change the area around "EventSetMillisecondTimer(300);" and "EventKillTimer( );" as in the attached image.

The modified version is also attached.