Australian (ASX) Stock Market Forum

Reply to thread

For once!!


EntryTrigger:=ExtFml( "TradeSim.Rand")<0.05;


EntryPrice:=OPEN;

ExitTrigger:= ExtFml( "TradeSim.Rand")<0.02;


ExitPrice:=OPEN;


5% chance of entering on a given bar.

2% chance of exiting on a given bar.

As per specifications set by Buggalug.


Top