Page 166 of 1512

Re: XARD - Simple Trend Following Trading System

Posted: Sun Mar 08, 2020 2:48 am
by traderduke
emrahgk wrote: Sun Mar 08, 2020 2:37 am

Hi xard
!!!-MT4 X-XARDFX-ZZ-g-v3 is freezing. when will you share the new setup.
thanks for your work
Xard
Would putting MAX Bars on the MAv... indicator help to lessen the load??

Re: XARD - Simple Trend Following Trading System

Posted: Sun Mar 08, 2020 3:01 am
by tiaulu
emrahgk wrote: Sun Mar 08, 2020 2:37 am

Hi xard
!!!-MT4 X-XARDFX-ZZ-g-v3 is freezing. when will you share the new setup.
thanks for your work
where is the indicator !!-MT4 X-XARDFX-ZZ-g-v3 ? Can anyone re-upload ? Thank you

Re: XARD - Simple Trend Following Trading System

Posted: Sun Mar 08, 2020 3:02 am
by Daim2574
Austin3 wrote: Sat Mar 07, 2020 1:14 pm

Those that trade 15M and other higher timeframes should be acommoeded.

XARD: 15M and other higher timeframes are accommodated for.
Could you please share which oscillator indicator you ate using at the bottom?... does it repaint/recalculate?... thanks

Re: XARD - Simple Trend Following Trading System

Posted: Sun Mar 08, 2020 3:05 am
by emrahgk
traderduke wrote: Sun Mar 08, 2020 2:48 am

Xard
Would putting MAX Bars on the MAv... indicator help to lessen the load??
can you explain a little more

Re: XARD - Simple Trend Following Trading System

Posted: Sun Mar 08, 2020 3:28 am
by Senior Rob
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.

Re: XARD - Simple Trend Following Trading System

Posted: Sun Mar 08, 2020 3:41 am
by Daim2574
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

Posted: Mon Mar 09, 2020 1:41 am
by tiaulu
where is the indicator !!-MT4 X-XARDFX-ZZ-g-v3 ? Can anyone re-upload ? Thank you

Re: XARD - Simple Trend Following Trading System

Posted: Mon Mar 09, 2020 1:54 am
by errol
There you go

Re: XARD - Simple Trend Following Trading System

Posted: Mon Mar 09, 2020 2:15 am
by traderduke
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.

Re: XARD - Simple Trend Following Trading System

Posted: Mon Mar 09, 2020 7:11 pm
by RplusT
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