Page 383 of 1980

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 7:18 pm
by Blin
Hello everyone
Does anyone have the template of 15 min lines because i only have 1hr?Thank you
Im trying to use it on indices but i cant find it

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 7:45 pm
by acabtrust
Ricorapier wrote: Thu Sep 10, 2020 6:29 pm Beautiful move on USDCHF.
Time to Break Even now!
Yeah I got a good chunk out of that move

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 7:58 pm
by DVanAssen
Blin wrote: Thu Sep 10, 2020 7:18 pm Hello everyone
Does anyone have the template of 15 min lines because i only have 1hr?Thank you
Im trying to use it on indices but i cant find it
Buddy u use the same template all the time. So u will select 5 minute time frame to see a 15 minute line

In the XU-MA V3 FILE from line 76 (TREND LINE) ono. is what u need to change to adapt to your needs. But as per code this what u need

if(Period()==PERIOD_M1) {TRENDper=36*5;} // ON A 1 MINUTE CHART U WILL SEE 5 MIN LINES 1x5
if(Period()==PERIOD_M5) {TRENDper=36*3;} // ON A 5 MINUTE CHART U WILL SEE 15 MIN LINES 5x3
if(Period()==PERIOD_M15){TRENDper=36*4;} // ON A 15 MINUTE CHART U WILL SEE 60 MIN LINES 15x4
if(Period()==PERIOD_M30){TRENDper=36*2;} // ON A 30 MINUTE CHART U WILL SEE 60 MIN LINES 30x2
if(Period()==PERIOD_H1) {TRENDper=36*4;} // ON A 60 MINUTE CHART U WILL SEE 240 MIN LINES 60x4

Line 88 on is for signal line and must reflect same values as above.

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:00 pm
by sashadeol
Is this a BUY example and should we buy?

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:01 pm
by sashadeol
Is this also a good BUY example and is it ok to buy?

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:01 pm
by sashadeol
Is this a good BUY & is it ok to BUY?

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:23 pm
by Ricorapier
Blin wrote: Thu Sep 10, 2020 7:18 pm Hello everyone
Does anyone have the template of 15 min lines because i only have 1hr?Thank you
Im trying to use it on indices but i cant find it
Everything is in the Zip file.

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:26 pm
by acabtrust
good opportunity to buy in euraud, it hurts that today there is news of the euro and it is better not to take unnecessary risks

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:42 pm
by Ricorapier
sashadeol wrote: Thu Sep 10, 2020 8:01 pm Is this a good BUY & is it ok to BUY?
GBPNZD-1.png
No entry signal out of those setups, friend.

Re: XARD - Simple Trend Following Trading System

Posted: Thu Sep 10, 2020 8:57 pm
by RomanUkraine
sashadeol wrote: Thu Sep 10, 2020 8:00 pm Is this a BUY example and should we buy?
GBPCAD-1.png
There are two options.
The first - go to the higher TF H-1, and assess what the situation is there.
Second - wait for the rollback down and the emergence of a new "round point", which will confirm the trend for the buy.