codingthee / Publications
Forum
MT5 MarketWatch ; Daily Change using CustomSymbols
void OnStart () { string sym = Symbol (); bool cus = true ; bool is = SymbolExist (sym, cus); double last_high = SymbolInfoDouble (sym, SYMBOL_ASK ); Print (sym + " : update " + last_high); double hi = last_high + 100 ; double low = last_high - 200 ; if (is) { bool ok