Source: https://fxcodebase.com/code/viewtopic.php?f=31&t=64989
Forum: 31 · Topic 64989 · 1 post(s)
Apprentice · Sun Aug 13, 2017 6:38 am


Open Long
2.SBP(H1)> SSP(H1) AND SBP(H1)-SSP(H1) > ATR(H1)*MULTIPLIER FOR H1(1.0)
Open Short
2.SSP(H1) > SBP(H1) AND SSP(H1) - SBP(H1) > ATR(H1)*MULTIPLIER FOR H1(1.0)
3.SSP (M15) CROSS OVER SBP (M15)
Buying Selling Pressure Strategy.lua
BSP.lua is available here. viewtopic.php?f=17&t=32052
The Strategy was revised and updated on January 21, 2019.