Recent content by gfabidder

  1. G

    So close! Can anyone help

    Thanks, I had to update the code like so because it didn't recognize the "m" or "D" I assumed those represented Day and month Show me code below: inputs: TradeDay ( 7) , TradeDir ( 1 ) ; If DayOfMonth(date) = LastDayOfMonth(month(date)) then Plot1(Value1) ; If DayOfMonth(date) = TradeDay...
  2. G

    So close! Can anyone help

    Hey people, I'm trying to test a simple strategy, but not getting the output I want. I was able to get my "show me" to kind of work (Plotting lastdayofmonth is correctly, but not plotting 10th day is not working if 10th day is on weekend), Here is what I have for the Show me: inputs...
Top