Jump to content
Tom Next - Daytrading Community

User Feedback

Recommended Comments

Kleinerbroker

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...