Re: XARD - Simple Trend Following Trading System

7872
Update XARDWORLD v7

You can change colors and sizes to suit in this version (just remember to save your template on any changes that you make)
Enjoy!
Xard777

Carlsberg don't do charts...
XARD: If Carlsberg made charts... Probably the best charts in the world

Re: XARD - Simple Trend Following Trading System

7873
Hello XARD,

Thanks for sharing your fabulous system !

Can you also share that spiral indicator, it looks great ?
XARD: It is manually applied, check a few pages back for details.

Thanks !
xard777 wrote: Sat Jul 10, 2021 11:01 pm Update XARDWORLD v7

You can change colors and sizes to suit in this version (just remember to save your template on any changes that you make)
Enjoy!
Xard777

Carlsberg don't do charts...


Re: XARD - Simple Trend Following Trading System

7877
xard777 wrote: Sat Jul 10, 2021 11:01 pm Update XARDWORLD v7
You can change colors and sizes to suit in this version (just remember to save your template on any changes that you make)
Xard777
Carlsberg don't do charts...
Thanks - you are ever so generous.
The orange ZigZag-colour can't be changed (not that I mind, really - just feedback).
It's all good on M15 (looks really like excellent work) but too many dots on H1 (M15 compressed) - "unclutter your life" comes to mind...

XARD: Thanks :thumbup: for the feedback
Attachments

Re: XARD - Simple Trend Following Trading System

7879
Hi Xard , this is my first post but I have been following your systems from even before your Forex TSD day's and have always had a Xard folder through all my computer hardware upgrades over the years and it is tucked away in my shinny new Mint 20.2 software upgrade now.
Having seen your Carlsberg quote, I felt like I had to post that this is your finest system, and if you do decide to leave us after this please post the odd trade and tips from time to time and any bugs that you see ( Eg. you have sorted the 30 min semafor problem from the last update in Xardworld 7)
I hate to ask this of you, but as I really like the panel and panel 2 layout, as my broker uses US30 (only index I trade) the digits are a decimal point out (Friday HiLo 64 instead of 642) and the open pips are like 3.4 instead of 34. Have you ever thought of adding a weekly P/L percentage to panel 2, that for me would be the icing on the cake to the perfect system.
Thanks again for all the years you have been trying to help us.

XARD: US30 is already in the Panel indy and I just added it to the Panel2 indy for you.

Panel settings...
if(SymPair=="") SymPair=Symbol(); myPoint=SetPoint();
if(StringFind (Symbol(),"JPY",0) != -1) {DecNos=2; pipsize=10;}
else if(StringSubstr(Symbol(),0,8)=="USDOLLAR") {DecNos=3; pipsize=1;}
else if(StringSubstr(Symbol(),0,7)=="CHINA50") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,6)=="BTCUSD") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,6)=="ETHUSD") {DecNos=2; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="BCHUSD") {DecNos=2; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="LTCUSD") {DecNos=3; pipsize=1;}
else if(StringSubstr(Symbol(),0,6)=="XRPUSD") {DecNos=4; pipsize=1;}
else if(StringSubstr(Symbol(),0,5)=="US500") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="SPX500") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,5)=="SP500") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="UKOUSD") {DecNos=3; pipsize=1;}
else if(StringSubstr(Symbol(),0,6)=="USOUSD") {DecNos=3; pipsize=1;}
else if(StringSubstr(Symbol(),0,7)=="USOil-F") {DecNos=3; pipsize=1;}
else if(StringSubstr(Symbol(),0,4)=="HK50") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="JP225") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,7)=="FTSE100") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,7)=="STOXX50") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="XAGUSD") {DecNos=3; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="XAUUSD") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="NDX100") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,6)=="US2000") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="USDMXN") {DecNos=3; pipsize=100;}
else if(StringSubstr(Symbol(),0,6)=="ASX200") {DecNos=1; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="DAX30") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="GER30") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="#US30") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="ESP35") {DecNos=1; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="CAC40") {DecNos=1; pipsize=100;}
else if(StringSubstr(Symbol(),0,4)=="US30") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,2)=="DJ") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,4)=="DE30") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="UK100") {DecNos=1; pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="USTEC") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,3)=="WTI") {DecNos=3; pipsize=1;}
else if(StringSubstr(Symbol(),0,5)=="JP225") {DecNos=0; pipsize=100;}
else if(StringSubstr(Symbol(),0,4)=="GOLD") {DecNos=1; pipsize=10;}
else if(StringSubstr(Symbol(),0,4)=="WS30") {DecNos=0; pipsize=100;} else {DecNos=4; pipsize=10;}

Panel2 settings...
if(StringFind (Symbol(),"JPY",0) != -1) {pipsize=10;}
else if(StringSubstr(Symbol(),0,8)=="USDOLLAR") {pipsize=1;}
else if(StringSubstr(Symbol(),0,4)=="WS30") {pipsize=100;}
else if(StringSubstr(Symbol(),0,4)=="US30") {pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="US500") {pipsize=10;}
else if(StringSubstr(Symbol(),0,4)=="HK50") {pipsize=100;}
else if(StringSubstr(Symbol(),0,6)=="US2000") {pipsize=10;}
else if(StringSubstr(Symbol(),0,6)=="NDX100") {pipsize=100;}
else if(StringSubstr(Symbol(),0,5)=="DAX30") {pipsize=100;}
else if(StringSubstr(Symbol(),0,7)=="CHINA50") {pipsize=100;} else {pipsize=10;}

Here is the amended Panel2 indy...

Re: XARD - Simple Trend Following Trading System

7880
Thanks for the very quick reply. Will see if it works when market opens, but I know that the panel heading was reading US30 ,so must be a broker digit variance ( I am with IG ) ,would a user option be possible in the indicators, as it would help others that must have the same issues between brokers. It would really tidy the charts up, as I cannot see how this latest system could ever be improved.


Who is online

Users browsing this forum: Paddygir, SijjiN, thomdel, Trendiction [Bot], waylon and 97 guests