This is the first version of a project I am doing to build a trading system around ToppStep trading guidelines. Follow Along [COLOR="RoyalBlue"][B][SIZE="3"]HERE[/SIZE][/B][/COLOR]
Version 1.01
Includes:
- Option for Profit Target
- Option for Static Stop
- Option for a trailing stop using ATR times a Multiple
Entry rules at this point are very simple,
- Enter Long: Close > Open
- Enter Long: Close > previous High
- Enter Long: fast MA > Slow MA
- Enter Short: Close < Open
- Enter Short: Close < previous Low
- Enter Short: fast MA < Slow MA
Exit Rules:- Exit Long: fast MA < Slow MA
- Exit Short: fast MA > Slow MA
06/16/2021 - if you are trying to test the system on non live data you will need to remove: if(State == State.Historical) return;
This line of code stops the system from accessing historic trades.
This is an untested and barebones template. Use at your own risk. THERE MAY BE BUGS in the system and you are encouraged to adapt and change the model as you see fit. I ASSUME NO RESPONSIBILITY AND NO LIABILITY FOR ANY TRADES OR BAD FILLS. USE AT YOUR OWN RISK.
Category The Elite Circle
|
|
|