Page 232 of 1980
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 11:33 am
by alblive
toggle to turn off candles was removed?
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 11:49 am
by vvFish
Hi Xard777,
Can share the source file?
XARD: I have added the background to XARDg-MA
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 4:35 pm
by LittleCaro
XARD,
Please can you share the source file for your ADX HISTO ?
I desperately need it !
Thanks !
XARD: Do you mean ADX-SAR indy?
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 6:04 pm
by paulwen81
Many thanks, Xard. Appreciate for your effort & contributions on this latest version!
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 6:39 pm
by mahnooj
mahnooj wrote: Mon May 11, 2020 7:33 pm
hi Xard, many thanks for the system.....could you tell me how to add those bands around the MA line, unable to find it in the new update...thank you
Hi guys, can anybody kindly explain on how to manually add these bands, i'm missing them
XARD: It is the goldbands, I will post the code shortly
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 9:32 pm
by jgxpro
pipalong wrote: Tue May 12, 2020 1:38 am
My Dow (US30Index) shows 4 decimal places on the panel indi, 24195.5000, is it possible to shorten that to 24195.5 or 24195?
I dont know if its because my broker uses US30Index instead of WS30. In your screen shot you dont have the extra zeros.
Thanks for an amazing system!
One of the reasons you get the .mq4 files (finally, thx Xard!) to relatively easily correct these - I also don't know Metatrader coding, but this isn't hard.
1. Press F4 on your chart
2. Click !!!*******-PANEL indicator (emphasized on the left of 1st screenshot in yellow)
3. Search WS30, replace it with your broker's instrument name (the example shows my broker's nomenclature, also in yellow)
4. Set the number before it to the length of this name (WS30: 4 -> US30Index: 9, in yellow) (you might want to change the pipsize, too, in orange)
5. Save the code!
6. Exit and restart MT4
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 9:49 pm
by vvFish
vvFish wrote: Tue May 12, 2020 11:49 am
Hi Xard777,
Can share the source file?
XARD: I have added the background to XARDg-MA
Tell Xard777,
You can make such a background in the oscillator?
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 10:25 pm
by Sappyjay
Hey,
Does the buy/sell script work on any index or currency with correct Lot Sizes?
TIA
XARD: Yes, I have been using it on WS30 but it should work OK on currencies.
If you are unsure, run a demo account first to test.
Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 11:04 pm
by jgxpro
alblive wrote: Tue May 12, 2020 11:33 am
toggle to turn off candles was removed?
What does this mean? Does it mean that you could check the original colour of the candles? If yes, I would love a toggle like that!

Re: XARD - Simple Trend Following Trading System
Posted: Tue May 12, 2020 11:52 pm
by pipalong
jgxpro wrote: Tue May 12, 2020 9:32 pm
One of the reasons you get the .mq4 files (finally, thx Xard!) to relatively easily correct these - I also don't know Metatrader coding, but this isn't hard.
1. Press F4 on your chart
2. Click !!!*******-PANEL indicator (emphasized on the left of 1st screenshot in yellow)
3. Search WS30, replace it with your broker's instrument name (the example shows my broker's nomenclature, also in yellow)
4. Set the number before it to the length of this name (WS30: 4 -> US30Index: 9, in yellow) (you might want to change the pipsize, too, in orange)
5. Save the code!
6. Exit and restart MT4
Jegyzet 2020-05-12 130931.png
Jegyzet 2020-05-12 133228.png
Thank you for that detailed reply. I had adjusted the name to match my broker but did not know the change the number. Thanks for the help.