-
Creates a group of inputs for Firetron’s GetPriceSpread.
Custom Command Dependencies:
NoneTest Script:
if not Load('done', false) then local p = {listDynamic = CC_InputPriceSpread('Price Spread')} local spreadPrices = CC_GetPriceSpread(p) for i = 1, #spreadPrices do Log('Spread Price: '..spreadPrices[i]) end Save('done', true) end
- This topic was modified 3 years ago by . Reason: Added a tag
- This topic was modified 2 years, 11 months ago by . Reason: Updated test script to use new parameter: listDynamic
- This topic was modified 2 years, 11 months ago by . Reason: Added "exp" option
- This topic was modified 2 years, 11 months ago by . Reason: Added offset input
- This topic was modified 2 years, 11 months ago by . Reason: Added fibPercent spreadType