Forum

CryptEncode HMAC questions

let CryptoJS = require( "crypto-js" ); let request = require( 'request' ); let msg = "The quick brown fox jumps over the lazy dog" ; let secret = "01234567890123456789012345678901" ; let hash = CryptoJS.HmacSHA256(msg, secret) console.log(hash.toString()) let hashInBase64 =

Standard Indicator flashes on chart

The standard ADX indicator is flashing on every tick . Is there anything code related I can change to improve this example indicator? I haven't started to debug this indicator and before I do so I wanted to ask the community if anyone has ever experienced any indicators acting in this behavior. In

CustomSymbols Historical Data erased with error in HistoryCache HistoryBase

I create a CustomSymbol with CustomSymbolCreate, download data and update the chart with the CustomRatesUpdate function into the MQLRates array. This all works fine. After that I update the chart with live data. This works fine too. The error I get is HistoryCache container header read error [0]