Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 12-01-2005, 05:33 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
BrunoFX will become famous soon enough
I am content that Ca works now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #12 (permalink)  
Old 12-01-2005, 06:02 PM
Senior Member
 
Join Date: Oct 2005
Posts: 206
dirk is on a distinguished road
Guys why i have the words unexpected symbol on the chart ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #13 (permalink)  
Old 12-01-2005, 06:14 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
BrunoFX will become famous soon enough
you have all, of the problems which I do not have
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #14 (permalink)  
Old 12-01-2005, 08:32 PM
Member
 
Join Date: Oct 2005
Location: Germany
Posts: 61
schwager is on a distinguished road
after closing position(Stop or take profite).Expert open new Position
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #15 (permalink)  
Old 12-01-2005, 10:54 PM
Junior Member
 
Join Date: Oct 2005
Posts: 20
aviar is on a distinguished road
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

Last edited by aviar; 12-01-2005 at 10:58 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #16 (permalink)  
Old 12-02-2005, 12:38 AM
Senior Member
 
Join Date: Oct 2005
Posts: 206
dirk is on a distinguished road
Aviar , thanks so' much , now is clear ,you resolved my problems.
Thanks for your time
Dirk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #17 (permalink)  
Old 12-20-2005, 04:38 PM
Junior Member
 
Join Date: Oct 2005
Posts: 20
aviar is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #18 (permalink)  
Old 12-21-2005, 11:40 AM
Junior Member
 
Join Date: Nov 2005
Posts: 26
AndyB is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #19 (permalink)  
Old 01-06-2006, 03:52 AM
Member
 
Join Date: Nov 2005
Posts: 68
forexpipmaster is on a distinguished road
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 ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #20 (permalink)  
Old 01-06-2006, 10:23 AM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
BrunoFX will become famous soon enough
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
Silver trend, silver, silver trend ea, trend, shi silver trend, ForexOFFTrend, silvertrend, SilverTrend EA, silvertrendtrader, forex, silver trend trader, silver trend forex, jtpo indicator, silvertrend forex, cache:W-qn33_7rwAJ:www.forex-tsd.com/expert-advisors-metatrader-4/271-silver-trend-trader-v3-jtpo-4., silver trend v3


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Understanding SHI Silver Trend nostrade Indicators - Metatrader 4 4 05-20-2007 06:03 PM
Tactical Trend trader forexpipmaster Metatrader 4 1 11-08-2006 07:24 PM
Help With Silver Warrior on MT3 Eureka Expert Advisors - Metatrader 3 4 05-23-2006 03:16 PM
gold and silver trading mark456321 Indicators - Metatrader 4 5 05-20-2006 09:05 PM
Silver Trade Signal knvsantosh Metatrader 4 3 12-13-2005 09:47 AM


All times are GMT. The time now is 04:39 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.