Page 1445 of 1980

Re: XARD - Simple Trend Following Trading System

Posted: Thu Nov 16, 2023 8:25 am
by RollerAndTrading
RollerAndTrading wrote: Thu Nov 16, 2023 3:20 am Hey Mr. Xard, how are you doing?

In the new version, when i try make changes on Chart configuration like image below, MT4 accept the change, but when i change time frame, all configurations go back to default of template, is possible fix to stay with personalizad configuration?

Regards

Image
It´is the Panel 1 Who change this settings, don´t worry
XARD: Downside to my setup as I hardwire it into the system as default.

Re: XARD - Simple Trend Following Trading System

Posted: Fri Nov 17, 2023 8:04 am
by chris006
Made a new statistics indicator, named it 'Previous Day Range Percent', a companion to version 71 and 78 ADR indi.

chris006 wrote: Thu Nov 16, 2023 2:26 am Hi Xard,

I think now I understand,

version 66 and prior follow the logic that you have posted here: viewtopic.php?p=1295440370#p1295440370
this is indeed the ADR (Average Daily Range)

versions 71 and 78 show the previous day range and the indicator calculates a + / - percentage of that range.
well ;) , the indicator in versions 71 and 78 should not be named ADR, but PDR (Previous Day Range)

Is there a reason that you have made this change?
Do you consider versions 71 + 78 method more efficient in relation to the method used in versions 66 and prior?

Re: XARD - Simple Trend Following Trading System

Posted: Fri Nov 17, 2023 7:12 pm
by promixer
Another day another trade :D Simple!

Re: XARD - Simple Trend Following Trading System

Posted: Fri Nov 17, 2023 8:12 pm
by VespaTrader
May I ask what are your entry criterias ? Thanks :Fire:

promixer wrote: Fri Nov 17, 2023 7:12 pm Another day another trade :D Simple!
Image

Re: XARD - Simple Trend Following Trading System

Posted: Fri Nov 17, 2023 8:30 pm
by promixer
Simple ones: Daily open and VWAP in same direction and HTF bias :D Thats it :P

Re: XARD - Simple Trend Following Trading System

Posted: Sat Nov 18, 2023 1:04 am
by xard777
Directional Trading is the way to go...
In the screenshot below you can see that I use the 1hr TF as my Intra-Day BIAS and 5min TF for entry/exit points along the way.
Xard777

PS Before you ask. Yes, I will post this setup over the weekend.

PPS Once you know how the Direction Play works, you can then trade multiple 5min charts.

Re: XARD - Simple Trend Following Trading System

Posted: Sat Nov 18, 2023 5:50 am
by promixer
2/2 today. Was longer ride, but be patient we know where HTF goes :D

Re: XARD - Simple Trend Following Trading System

Posted: Sat Nov 18, 2023 10:09 am
by RYSIO
xard777 wrote: Sat Nov 18, 2023 1:04 am Directional Trading is the way to go...
In the screenshot below you can see that I use the 1hr TF as my Intra-Day BIAS and 5min TF for entry/exit points along the way.
Xard777

PS Before you ask. Yes, I will post this setup over the weekend.

PPS Once you know how the Direction Play works, you can then trade multiple 5min charts.
Image

Image
Hi xard777
On The screenshot :/15min,30min,1hr Semafors all set off 1hr TF ,5min Semafors set to 5min/
Could you explain the settings for 5min tf? What Numbers?

XARD:
if(Period()>=PERIOD_H1) {DotPer1=9* 1; DotPer2=36* 1; DotPer3=144* 1; DotPer4=144* 1; DotPer5=576* 1; dist=144* 1;}
if(Period()==PERIOD_M30){DotPer1=9* 2; DotPer2=36* 2; DotPer3=144* 2; DotPer4=144* 2; DotPer5=576* 2; dist=144* 2;}
if(Period()==PERIOD_M15){DotPer1=9* 4; DotPer2=36* 4; DotPer3=144* 4; DotPer4=144* 4; DotPer5=576* 4; dist=144* 4;}
if(Period()==PERIOD_M5) {DotPer1=9* 1; DotPer2=36* 1; DotPer3=144* 1; DotPer4=144* 1; DotPer5=576* 1; dist=144*12;}

dist = channel value, hope this helps.

Re: XARD - Simple Trend Following Trading System

Posted: Sun Nov 19, 2023 4:18 am
by RYSIO
RYSIO wrote: Sat Nov 18, 2023 10:09 am Hi xard777
On The screenshot :/15min,30min,1hr Semafors all set off 1hr TF ,5min Semafors set to 5min/
Could you explain the settings for 5min tf? What Numbers?

XARD:
if(Period()>=PERIOD_H1) {DotPer1=9* 1; DotPer2=36* 1; DotPer3=144* 1; DotPer4=144* 1; DotPer5=576* 1; dist=144* 1;}
if(Period()==PERIOD_M30){DotPer1=9* 2; DotPer2=36* 2; DotPer3=144* 2; DotPer4=144* 2; DotPer5=576* 2; dist=144* 2;}
if(Period()==PERIOD_M15){DotPer1=9* 4; DotPer2=36* 4; DotPer3=144* 4; DotPer4=144* 4; DotPer5=576* 4; dist=144* 4;}
if(Period()==PERIOD_M5) {DotPer1=9* 1; DotPer2=36* 1; DotPer3=144* 1; DotPer4=144* 1; DotPer5=576* 1; dist=144*12;}

dist = channel value, hope this helps.
Hi
thank you for the quick answer, it is clear now

Re: XARD - Simple Trend Following Trading System

Posted: Sun Nov 19, 2023 11:15 pm
by xard777
Update - XU-v001-Setup

I think the best scenario is to trade 15min & 1hr TFs as the semafors will sync as we use 4x on the semafors (9 x4=,36 x4=,144x4=,576) and 15min is 4x to 1hr so a 144 semafor on 15min will display as a 36 semafor on 1hr etc which also means that the ZZ lines will sync too on 1hr and 15min giving better turning points where you can look to trade from after price has crossed the trend line.
Xard777

PS Was out with the family, hence the late update...