Search results

  1. C

    EasyLanguage Script for Position Sizing

    This is the current breakout code I'm using. inputs: BreakOutTicksRqd( 5 ), NumBarsToSetRng( 3 ), DollarTgtPerUnit( 0.5 ), DollarStopPerUnit( 0.5 ), MaxEntriesPerDay( 1 ), TradeQuanity (0), RiskAmount (0), DrawTrendLines( true ); variables...
  2. C

    EasyLanguage Script for Position Sizing

    I've been working on a day trading breakout system, using different time-frames. What I would like to do is risk the same amount of money per trade, even if the range is different. This would mean if a stock is trading has a low of day at $100, and a high of $110, I would want to buy it at...
Back
Top