Source: https://fxcodebase.com/code/viewtopic.php?f=31&t=73605
Forum: 31 · Topic 73605 · 1 post(s)
Apprentice · Sat Apr 15, 2023 3:12 am

Based on the source https://www.prorealcode.com/prorealtime … x-4h-v0-1/
Long a = AverageVolumeBuy CROSSES OVER AverageVolumeSell b = AverageVolumeBuy > AverageVolumeBuy[1] c = MACDVolume > AverageVolumeSell
Short d = AverageVolumeSell CROSSES OVER AverageVolumeBuy e = AverageVolumeSell > AverageVolumeSell[1] f= MACDVolume > AverageVolumeBuy
Accelerate Volume.lua https://fxcodebase.com/code/viewtopic.php?f=17&t=73604