Page 1263 of 1513

Re: XARD - Simple Trend Following Trading System

Posted: Thu Jan 05, 2023 7:33 pm
by waal69
Is this entry (white line) right, please?

Re: XARD - Simple Trend Following Trading System

Posted: Thu Jan 05, 2023 9:53 pm
by waal69
waal69 wrote: Thu Jan 05, 2023 7:33 pm Is this entry (white line) right, please?
Image
Lost this one.

Re: XARD - Simple Trend Following Trading System

Posted: Thu Jan 05, 2023 10:08 pm
by XXXX
waal69 wrote: Thu Jan 05, 2023 9:53 pm Lost this one.
Image
There is a problem with the Index Entry indicator with some Brokers, Xard is working on it. What Broker are you using?

It should look like this, I would wait for a fix before using it.

Re: XARD - Simple Trend Following Trading System

Posted: Thu Jan 05, 2023 10:52 pm
by filippo.pascarella
Hello Xard777, I have read all the pages of the thread and now I follow the updates that are published day by day. After trying other systems with limited success for about a month I have been following this one with diligence and enthusiasm. For now, I only apply it to Forex and I must say that, following it to the letter, it is set up very well and therefore I want to thank you for that. If I can I would like to point out a few things that I don't understand:
The CURRENCY+GOLD indicator is gone and the one from the previous version doesn't work (it was useful for me to have a look at it).
I've seen from the source programs that SESSIONS AND INDEX ENTRY take the parameters of indexes and some GBP pairs. Would it be possible, for both, to extend them to other currency pairs or should we add line by line what interests us? I don't know if the question is well posed but in any case thank you again.

Re: XARD - Simple Trend Following Trading System

Posted: Thu Jan 05, 2023 10:59 pm
by waal69
FourXXXX wrote: Thu Jan 05, 2023 10:08 pm There is a problem with the Index Entry indicator with some Brokers, Xard is working on it. What Broker are you using?

It should look like this, I would wait for a fix before using it.

Image
I am using RoboForex. Your Daily Open line is in a different position from mine. How I wish everybody was using one broker.
Thanks a million for the info about IndexEntry. I will wait.

Re: XARD - Simple Trend Following Trading System

Posted: Fri Jan 06, 2023 1:29 am
by FAIZANXG
Followed the instructions BANG BANG first trade.
STOP was at the white DOT level.

Re: XARD - Simple Trend Following Trading System

Posted: Fri Jan 06, 2023 1:48 am
by waal69
FAIZANXG wrote: Fri Jan 06, 2023 1:29 am Followed the instructions BANG BANG first trade.
STOP was at the white DOT level.
Image
I don't get it. Could you or someone else elaborate, please? Thanks

Re: XARD - Simple Trend Following Trading System

Posted: Fri Jan 06, 2023 3:17 am
by BabLeBaobab
waal69 wrote: Thu Jan 05, 2023 10:59 pm I am using RoboForex. Your Daily Open line is in a different position from mine. How I wish everybody was using one broker.
Thanks a million for the info about IndexEntry. I will wait.
Hello, you can modify the gmt in the open line set up. Refer to you broker hour ;)

Re: XARD - Simple Trend Following Trading System

Posted: Fri Jan 06, 2023 4:12 am
by Sarj
Hello Xard, Can you please fix the Xard Index. Thank you for all you've given :thumbup:

XARD: In the Xard Index Line code you have to add the different brokers sysmbol used for WS30

int init(){

if(SymbolPair=="")SymbolPair=Symbol();

if(StringSubstr(Symbol(),0,4)=="WS30") {angle_up=360; angle_dn=360;}
if(StringSubstr(Symbol(),0,4)=="US30") {angle_up=360; angle_dn=360;}
if(StringSubstr(Symbol(),0,2)=="DJ") {angle_up=360; angle_dn=360;}
if(StringSubstr(Symbol(),0,4)=="DE30") {angle_up=360; angle_dn=360;}
if(StringSubstr(Symbol(),0,5)=="US30m") {angle_up=360; angle_dn=360;}


add new line
if(StringSubstr(Symbol(),0,4)=="Insert new symbol") {angle_up=360; angle_dn=360;}
then compile and it should work

Re: XARD - Simple Trend Following Trading System

Posted: Fri Jan 06, 2023 7:50 am
by 1337br
FourXXXX wrote: Thu Jan 05, 2023 10:08 pm There is a problem with the Index Entry indicator with some Brokers, Xard is working on it. What Broker are you using?

It should look like this, I would wait for a fix before using it.

Image
this version show how to enter? xard entry line?

where i want download this version, thanks

XXXX: try looking back 2 pages!