TradingToolCrypto
TradingToolCrypto
TradingToolCrypto
Added topic 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)
TradingToolCrypto
TradingToolCrypto
Time and Sales data stops working in latest builds. Anyone have a solution>
https://www.mql5.com/en/forum/335205#comment_21484963
TradingToolCrypto
TradingToolCrypto
Cache Memory doesn't release after using CopyRates or CopyTicks

https://www.mql5.com/en/forum/327384/page3#comment_21193771
TradingToolCrypto
Added topic 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
TradingToolCrypto
Added topic 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