moshferatu
  • Joined on 2023-09-01
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-19 20:19:43 +00:00
c1b76befe4 Initial commit of Chandelier Exit indicator
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-18 19:18:11 +00:00
9067205156 Add Cumulative RSI Bot, credit to Larry Connors and his book Short Term Trading Strategies That Work
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-17 18:10:11 +00:00
d15166af5b Hide max patterns property from indicator settings as it is only meant to be used during strategy backtesting
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-17 15:19:30 +00:00
85ca05edd8 Add the ability to limit the number of pivots to process during backtesting
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-17 15:19:03 +00:00
acbf718aa8 Ignore pivot series during serialization in order to resolve issues when saving / reloading charts
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-16 18:08:57 +00:00
593b02afa9 Initial commit of Triple Moving Average bot
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-15 18:46:58 +00:00
16bcbd63da Initial commit of Pivot Bot
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-14 14:20:51 +00:00
c090342bc7 Remove NinjaScriptProperty attributes in order to clean up indicator constructor
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-14 14:20:24 +00:00
e73d3b8205 Remove unused imports and unnecessary comment
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-13 12:39:50 +00:00
a25747bbb3 Add comment explaining the usage of the max patterns property
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-13 12:36:43 +00:00
ddb7d11ce5 Remove max patterns property from indicator configuration as it is only meant to be used in strategies
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-13 12:31:49 +00:00
69453746a1 Add property for configuring the maximum number of patterns to process in order to support backtests spanning multiple years / decades
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-13 12:31:00 +00:00
99c71f59f2 Update bar indices in order to support both historical and real-time processing of patterns
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-13 12:29:19 +00:00
f0ab540422 Remove unnecessary imports and comments
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-12 21:27:15 +00:00
b78c16409c Actually commit code for 3CR bot (oops!)
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-12 21:23:12 +00:00
0523d06e12 Initial commit of 3CR bot
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-11 19:06:48 +00:00
9135112ebc Removing all properties besides the opening range period and type from the indicator constructor
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-11 02:17:20 +00:00
a77f3f9288 Initial commit of RSI divergence strategy README
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-09 20:57:16 +00:00
32b673c1ad Equally size all positions taken by the RSI divergence bot
moshferatu pushed to main at moshferatu/ninjatrader 2024-07-09 03:33:09 +00:00
2866f956ac Add ATR Trailing Stop indicator