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 0.3 See changelog Released March 11, 2012 Erste Version 1.0 0.3 March 11, 2012
Kleinerbroker 502 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
Recommended Comments
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now