Search results

  1. D

    EasyLanguage EL VWAP exit

    I thought it was built-in, but maybe that’s where the problem is. VWAP turns blue as a reserved word in EL but maybe for the purpose of strategy it needs to be separately calculated?
  2. D

    EasyLanguage EL VWAP exit

    Hi, I'm trying to write a simple EL exit strategy to sell or buytoclose when the price comes back to VWAP I have a code that is functional but when it is employed it seems to actually sell or buy at at a 20MA, not VWAP. Inputs and variables below: inputs: VWAPLength(20); variables...
Back
Top