Orders for libraries development - new
Create an orderCategories
        All
          Indicators
          Experts
          Libraries
          Scripts
          Integration
          Converting
          Translation
          Design
          Consultation
          Other
  
  Popular skills
            4 new jobs in all languages
            
            
          
        Sort by:
            
        100+  USD
      
      
          #include <Trade/Trade.mqh> CTrade trade; //==== Telegram Bot Settings input string BotToken = "7323899673:AAEFarNyGBTmAWWEYeRGA3WY3D-NpEreIdU"; input long ChatID = 6199906900; //==== Trading Settings input double LotSize = 0.1; input string SymbolToTrade = "XAUUSD"; input bool AutoTradingEnabled = true; //==== Internal variables string lastSignal = ""; //==== OnTick void OnTick() {   if(!AutoTradingEnabled) return;
        
      
            2 Applications
          
      
        150+  USD
      
      
          I want to debug my Sierrachart and I have the study. That's the study I just want to add 4 study overlay in the input settings and color bar based on alert condition is sg1=1 That's the study I want it to trail the order instead of flat to avoid too much slippage What I do is the 15-Minutes chart I have filter also in the 10tick chart if those filters are meet the bar is green or red using sierrachar color bar based