Skip to content
View in the app

A better way to browse. Learn more.

Tom Next - Trading Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Kleinerbroker

*_skilled
  • Joined

  • Last visited

File Comments posted by Kleinerbroker

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

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.