About This File Dies ist das EA-Grundgerüst für die EA-Kitchen. Das Grundgerüst verwendet die TradeBox What's New in Version 1.0 See changelog Released March 11, 2012 Startversion 1.0 0.3 March 11, 2012
Kleinerbroker 439 Posted April 9, 2012 Report Hallo Mythos , ein tolles Tool für das ich sehr danken möchte . An andere KB´s : Im Import der Tradebox kann man bei den beiden Befehlen int tbSendOrder(string symbol,int cmd,double volume,double price,int slippage,double stoploss,double takeprofit, string comment,int magic, datetime expiration); int tbModifyOrder(int ticket,double price,double stoploss,double takeprofit, datetime expiration); die Zahl der max "retries" vor allem aber die Pfeilfarbe für die Anzeige im Chart einstellen .Das sieht dann so aus : int tbSendOrder(string symbol,int cmd,double volume,double price,int slippage,double stoploss,double takeprofit, string comment,int magic, datetime expiration,int max_retries= -1,color arrow_color= CLR_NONE) ; int tbModifyOrder(int ticket,double price,double stoploss,double takeprofit, datetime expiration,int max_retries= -1,color arrow_color= CLR_NONE); Hoffe hilft KB Quote
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.