Jump to content
Tom Next - Daytrading Community

Library mit Standardfunktionen (TradeBox) 1.23


About This File

eine kleine Library für den MetaTrader4 genannt TradeBox.

unter anderem mit
- Erweiterungen von OrderSend, OrderModify und OrderClose
- MoneyManagament-Module (im Aufbau)
- Parabolic Trailingstop module
u.v.m. ;)

weitere Infos im Dateiheader

ic.arrow.right.png http://www.tom-next.com/community/topic/32132-mql-library-mit-standardfunktionen" target="_blank">Support-Topic

ChangeLog und TODO-Liste ab sofort im FileHeader.


What's New in Version 1.23   See changelog

Released

  • added SR module
  • fixed compileerror in new mql4

User Feedback

Recommended Comments

Hallo, ein tolles Werkzeug , das mir unglaublich geholfen hat . Ein kleiner Hinweis für Activetrades User mit Interbankenkonto : Hier wird der Stoplevel vom Standard abweichend interpretiert . Um dies zu umgehen, habe ich die Funktion

 

 void tbOverrideStoplevel(double new_level)

 

genutzt , indem ich in meiner INIT() 5 PIP addiert habe :

 

    tbOverrideStoplevel(MarketInfo(Markt,MODE_STOPLEVEL)+5);//                                   |
                                                //                                               |
    if(hilfe)tbSetInformationLevel(-1)         ;// Textausgabe für Toolbox maximal aktivieren    |
       else tbSetInformationLevel (2)          ;// Standardinformationen                         |

 

Anmerkung : In dem Schnipselauschnitt meiner INIT() aktiviere ich die Informationstiefe von Mythos Tradebox abhängig davon, ob ich die (externe) Variable "hilfe" auf True oder False gesetzt habe .

 

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...