Silver Trend Trader v3 JTPO - page 2

 

Guys why i have the words unexpected symbol on the chart ?

 

you have all, of the problems which I do not have

 

after closing position(Stop or take profite).Expert open new Position

 

Dirk

With IterbankFX you have diffrent names of pairs. You can see that:

normal account - GBPUSD, EURUSD,.....

mini account - GBPUSDm, EURUSDm,......

so, if u want to use this EA with mini account you have to change part of code with name of pairs in EA

modify EA by changing pairs from:

int func_Symbol2Val(string symbol) {

if(symbol=="AUDUSD") { return(01);

} else if(symbol=="CHFJPY") { return(10);

} else if(symbol=="EURAUD") { return(10);

} else if(symbol=="EURCAD") { return(11);

} else if(symbol=="EURCHF") { return(12);

} else if(symbol=="EURGBP") { return(13);

} else if(symbol=="EURJPY") { return(14);

} else if(symbol=="EURUSD") { return(15);

} else if(symbol=="GBPCHF") { return(20);

} else if(symbol=="GBPJPY") { return(21);

} else if(symbol=="GBPUSD") { return(22);

} else if(symbol=="USDCAD") { return(40);

} else if(symbol=="USDCHF") { return(41);

} else if(symbol=="USDJPY") { return(42);

to:

int func_Symbol2Val(string symbol) {

if(symbol=="AUDUSDm") { return(01);

} else if(symbol=="CHFJPYm") { return(10);

} else if(symbol=="EURAUDm") { return(10);

} else if(symbol=="EURCADm") { return(11);

} else if(symbol=="EURCHFm") { return(12);

} else if(symbol=="EURGBPm") { return(13);

} else if(symbol=="EURJPYm") { return(14);

} else if(symbol=="EURUSDm") { return(15);

} else if(symbol=="GBPCHFm") { return(20);

} else if(symbol=="GBPJPYm") { return(21);

} else if(symbol=="GBPUSDm") { return(22);

} else if(symbol=="USDCADm") { return(40);

} else if(symbol=="USDCHFm") { return(41);

} else if(symbol=="USDJPYm") { return(42);

Best Regards

 

Aviar , thanks so' much , now is clear ,you resolved my problems.

Thanks for your time

Dirk

 

HI

If somebody have the same problem like me?

I'm very often have message:

SilverTrendTrader_v3_JTPO GBPUSD,M1: Error modifying BUY order [STv3_GBPUSD_PERIOD_M1]: (130) invalid stops STv3_GBPUSD_PERIOD_M1

Is it possible to fix it?

Best regards

Aviar

 

Hi Aviar

Im no expert but it might be that you get that error because the Stops etc that the expert is trying to place are too close to the market price. Probably down to running it on a 1min chart

Andy

 

Silver Trend Trader

Bruno: Thats great results you achieved from this EA. Did you use the 1min charts only to get these results ??

Did you ever disect the trades to find out what the DD was, and if the TP was to big or small ??

 

Hello,

I had to leave assembled adjustments higher, but the indeed with a diagram of M1.

There A were very good results then afterwards of very large losses I stopped testing this EA.

Now, I am sure that this EA could be advantageous if somebody could see why it does not function any more after one certain time.

I want to say to pass from very advantageous to negative.

 

Silver Trend Trader

Bruno: Did you try playing with the parameters or time frames at all to get better results ??

Reason: