Can anyone test this system on TradeStation for me and let me knwo what the results look like?
[X] Money Management stop 1500
[X] Profit Target 1500
[X] Close all trades at end of day session
input:len(5)
if t=sess1firstbartime then begin
if c >=waverage(c,len) then buy on OpenD(0)stop:
if c <=waverage(c,len) then sell on OpenD(0)stop:
end;
[X] Money Management stop 1500
[X] Profit Target 1500
[X] Close all trades at end of day session
input:len(5)
if t=sess1firstbartime then begin
if c >=waverage(c,len) then buy on OpenD(0)stop:
if c <=waverage(c,len) then sell on OpenD(0)stop:
end;