-
A modified version of Pshai’s FEBE
1. Install all of these (they have their own requirements as well )
Required – https://www.haasscripts.com/t/cmd-weighted-slot-spread-price-and-amount/
Required – https://www.haasscripts.com/t/bot-engine-settings-strooth-version-febe-mod/
Required – https://www.haasscripts.com/t/cmd-totext/
Required – https://www.haasscripts.com/t/cmd-backtestsettings-strooth-mod
Required – https://www.haasscripts.com/t/cmdsetperc/
Required – https://www.haasscripts.com/t/cmd-vpm-haasscript-version/2. Install this bot engine itself
3. load the up ve template and play around with some ideas or
VE Template – https://www.haasscripts.com/t/bot-engine-template-ve-strooth-version-febe-mod/
4. Create a new script in se and as in the example below
An Example of how to use the bot engine in Haas Script without the VE Template provided is in the first 4 lines of the bot engine but here it is anyway
local defaults = CC_BotEngine_Settings({}, true, 'S', 10, MinimumTradeAmount(), 0.1, 0.1, 0.1, false, false, LimitOrderType, 600, false, false, 1440, 14, 1, true, LimitOrderType, 600, false, false, 1440, 14, 1, true, 1, LimitOrderType, true, 1, LimitOrderType) local default = CC_BotEngine_Settings(defaults, true, 'L', 10, MinimumTradeAmount(), 0.1, 0.1, 0.1, false, true, LimitOrderType, 600, false, false, 1440, 14, 1, false, LimitOrderType, 600, false, false, 1440, 14, 1, true, 1, LimitOrderType, true, 1, LimitOrderType) CC_BotEngine(default , true, false)