Jump to content
Tom Next - Daytrading Community

EA-Kitchen Grundgerüst 1.0



User Feedback

Recommended Comments

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...