Sha256: 499c01242963293112f0758913ecd1e4c5d98437c112abe5ce624bd1b2910c95

Contents?: true

Size: 999 Bytes

Versions: 1

Compression:

Stored size: 999 Bytes

Contents

- u              = pos.purse.unit # 50 ## pixels per dollar
- strategy       = pos.strategy
- nearest_strike = pos.stock.last.round
- stock          = pos.stock


.StockCoordinatesW
  .StockCoordinates{ style: "height: #{@position.q * @position.purse.height}px " }

    .grid= render "/iro/stocks/grid_#{pos.strategy.long_or_short}", stock: stock, position: pos

    .Origin{ style: "left: #{ ( nearest_strike - pos.stock.last )* u}px" }
      .label Last: #{pos.stock.last }

      - amnt   = pos.next_gain_loss_amount
      - border = amnt >= 0 ? "#{amnt * u}px solid green" : "#{amnt * -1 * u}px solid red"
      - width  = "#{ ( pos.inner_strike - pos.outer_strike ) * u}px"
      - left   = "#{ ( pos.outer_strike - pos.stock.last ) * u}px"
      .PositionW{ style: "width: #{width}; left: #{left}; " }
        .Position{ style: " border-right: #{border}; " }
        .MaxGain{ style: "width: #{pos.max_gain * u}px" }

        .select= button_to 'select', prepare2_position_path(pos.id)
    .c

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.25 app/views/iro/positions/_prepare_long_debit_call_spread.haml