Browse Scripts
10 scripts available
SuperTrend-based trailing stop-loss safety command. What else... ;) Usage: if CC_STTSL(50, 1.75) then DoExitPosition('STTSL Triggere...
A custom command implementation of the built-in TrailingArmStopLoss command for educational purposes.
[FEBE] Execute
stableExecute command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
[FEBE] Buy
stableBuy command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
[FEBE] StopLoss
stableStopLoss command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
[FEBE] Sell
stableSell command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
[FEBE] TakeProfit
stableTakeProfit command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscr...
[FEBE] ParseOrderType
stableNecessary command for FEBE which converts order types to numbers and back to enums. More information about FEBE: https://www.haasscripts...
Hey fellas! This CC is based on the example I shared here: https://www.haasscripts.com/t/example-position-sizing-based-on-pre-determined...
Hey fellas! Here is an example code snippet to demonstrate how you can calculate your position size based on acceptable loss amount and ...