Re: XARD - Simple Trend Following Trading System

1655
Daim2574 wrote: Sat Mar 07, 2020 4:24 pm
As a sneak peek , could you please share what oscillator you are using on the bottom and its settings?.... thanks for all your wonderful work
Probably some form of Stochastic - maybe a double smoothed stochastic but why worry, XARD, with his very generous nature, will let us have it all in good time. Just as in trading, we have to wait and be patient.
Attachments
These users thanked the author Senior Rob for the post (total 2):
Daim2574, fadhayemustafa
Cheers,

""There is nothing to fear but fear itself"" - Franklin D. Roosevelt

Rob


Re: XARD - Simple Trend Following Trading System

1656
Senior Rob wrote: Sun Mar 08, 2020 3:28 am

Probably some form of Stochastic - maybe a double smoothed stochastic but why worry, XARD, with his very generous nature, will let us have it all in good time. Just as in trading, we have to wait and be patient.
It is just so accurate especially when considering zero crossing... I just wanted to play with it till he would kindly share the new release soon... just ran out of patience ;)

Re: XARD - Simple Trend Following Trading System

1659
emrahgk wrote: Sun Mar 08, 2020 3:05 am

can you explain a little more
Here is an example of the view and the code;
Coding;
extern int maxBars = 400;

int start() {
int limit;
int counted_bars=IndicatorCounted();
if(counted_bars<0) return(-1);
if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
if ( limit > maxBars )
{
limit = maxBars;
}

MRtools would be a better source of MAXBARS coding . I'm sure he would be glad to assist.
These users thanked the author traderduke for the post:
xard777

Re: XARD - Simple Trend Following Trading System

1660
Out of the blue intervention: " Circuit breakers triggered limits on a harrowing plunge in U.S. stock futures.".......says Bloomberg. Great! Especially for those who got stuck with orders. There is nothing to stop the DOW from dropping furhter. Just another obstacle in trading. Exchanges can supspend trading any time. And brokers keep quiet, unless you ask them.


https://www.bloomberg.com/news/articles ... curbs-at-5
These users thanked the author RplusT for the post (total 3):
traderokey, Jimmy, moey_dw


Who is online

Users browsing this forum: Google [Bot], knglerxst, Trendiction [Bot], WhatsApp [Bot] and 65 guests