Sha256: 10b01dab4a0f95208307629faf87180d716790e950a8cbd37fc98e4a3d12e032
Contents?: true
Size: 1.01 KB
Versions: 25
Compression:
Stored size: 1.01 KB
Contents
- url = strategy.new_record? ? iro_strategies_path : iro_strategy_path(strategy) .iro-strategies--form = form_for strategy, url: url, as: :iro_strategy do |f| .field = f.label :buffer_above_water = f.number_field :buffer_above_water, placeholder: "0.49", step: 0.01 .field = f.label :next_max_delta = f.number_field :next_max_delta, placeholder: "0.25", step: 0.01 .field = f.label :next_min_price = f.number_field :next_min_price, placeholder: "20.0", step: 0.01 .field = f.label :threshold_delta = f.number_field :threshold_delta, placeholder: "0.14", step: 0.01 .field = f.label :threshold_netp = f.number_field :threshold_netp, placeholder: "0.69", step: 0.01 .field = f.label :target_profit = f.number_field :target_profit, placeholder: "0.19", step: 0.01 .field = f.label :current_underlying_strike = f.number_field :current_underlying_strike, placeholder: "16.66", step: 0.01 .actions = f.submit 'Submit'
Version data entries
25 entries across 25 versions & 1 rubygems