Commit Graph

337 Commits

Author SHA1 Message Date
78c9332976 Add custom VWAP indicator 2024-06-25 11:32:22 -07:00
c084cf682d Remove NinjaScriptProperty attributes from volume profile indicator 2024-06-24 13:27:53 -07:00
8f3cdd7082 Add Internal Bar Strength (IBS) bot 2024-06-23 05:33:30 -07:00
213475afc1 Add Internal Bar Strength (IBS) indicator 2024-06-22 18:00:37 -07:00
d61d7ea08c Simple trend following bot 2024-06-18 04:36:10 -07:00
28d1ccada8 A simple pairs trading strategy 2024-06-17 04:51:01 -07:00
a03bde4b15 Add trend breakout strategy taken from chapter 3 of Kaufman Constructs Trading Systems 2024-06-16 05:30:30 -07:00
702d7b4a95 Initial commit of Volatility indicator 2024-06-15 05:29:34 -07:00
c3b61fafb1 Resolve issue where patterns were temporarily removed from the chart until the beginning of a new bar and another issue with respect to concurrent modification of the detected patterns 2024-06-14 06:04:26 -07:00
82fec0811b An alternative Keltner Channel indicator to the one provided by NinjaTrader, utilizing ATR multiples 2024-06-12 05:23:12 -07:00
57b994bde0 Initial commit of detrended RSI 2024-06-11 05:21:23 -07:00
0d867ef955 Initial commit of Turtle trading method bot 2024-06-10 07:34:17 -07:00
c8ac80e7ff Add alternate moving average crossover strategy 2024-06-09 06:09:26 -07:00
820f3108cd Expose opening range start and end times to clients 2024-06-08 05:29:26 -07:00
de3397870e Calculate moving average on price change rather than on bar close 2024-06-07 06:11:26 -07:00
c564ee3fe2 Initial commit of Sonic R. Bot 2024-06-06 11:35:40 -07:00
b28f81ea2f Remove region color and opacity from indicator input parameters 2024-06-05 08:16:05 -07:00
72cc25ec22 Initial commit of Volatility Regime indicator 2024-06-04 13:07:27 -07:00
c054db534f Add Rate of Change (RoC) indicator 2024-06-03 12:23:34 -07:00
29131b8786 Place plot configuration just under the standard indicator settings 2024-06-02 05:44:47 -07:00
8e923b7a41 Add strategy that randomly places trades based on the current RSI value 2024-06-01 06:00:31 -07:00
e07bc36071 Add Sonic R Dragon indicator, inspired by sonicdeejay on the Forex Factory forums 2024-05-31 06:02:09 -07:00
e6db90916f Initial commit of Random Bot 2024-05-30 05:42:06 -07:00
dc3ec1838a Initial commit of NinjaTrader launcher replacement with automatic login capabilities 2024-05-28 05:54:58 -07:00
051db20919 Add conditions regarding whether the TMA is above or below zero 2024-05-23 14:25:42 -07:00
5dc8f68554 Initial commit of Traffic Light indicator, inspired by @BestForexMethod 2024-05-21 06:05:52 -07:00
8847139f1e Initial commit of TMA Slope indicator 2024-05-20 08:29:37 -07:00
a62f245ba9 Normalize histogram value based on instrument tick size 2024-05-19 05:31:47 -07:00
3d4df926d9 Initial commit of MACD Histogram indicator 2024-05-18 06:04:55 -07:00
932d1e219b Serialize news indicator brushes 2024-05-17 06:48:08 -07:00
8eb8f40541 Automatically fetch news for the new day after midnight 2024-05-16 19:06:48 -07:00
899bcc0bf7 Convert the time to the time zone of the chart and add formatting 2024-05-15 10:47:30 -07:00
c386ee3c47 Initial commit of News indicator 2024-05-15 10:13:41 -07:00
fdba098f52 Prevent the stop loss from being updated after the trade has been entered 2024-05-14 05:44:35 -07:00
55b6abf526 Add secondary data series required by opening range indicator according to the current bars on the chart 2024-05-13 07:36:58 -07:00
1a17b9bd95 Add another opening range bot 2024-05-11 06:03:52 -07:00
fb506efbb7 Add Hull Moving Average indicator 2024-05-10 05:32:37 -07:00
8fe76d7b70 Add Refresh Rate indicator 2024-05-07 06:48:18 -07:00
549f0201cd Change collapsible regions in the editor to have a black background 2024-05-04 05:52:02 -07:00
ba38692eeb Create completely black custom skin 2024-05-03 06:06:13 -07:00
2340124c84 Add base skin copied from the built-in Dark skin 2024-05-03 05:42:43 -07:00
ee36ee2e74 Refresh opening range indicator properties when checking / unchecking the box to enable extensions 2024-05-02 06:09:37 -07:00
1f276a2203 Add opening range extension levels 2024-05-01 05:40:29 -07:00
55455480f3 Remove unused imports and reorganize remaining ones 2024-04-30 07:44:43 -07:00
97115de78f Remove custom opening range start time 2024-04-30 07:43:08 -07:00
2fc185c920 Add new Opening Range indicator which defaults to a 1 minute data series instead of a 1 second data series when possible 2024-04-29 11:43:33 -07:00
73cfa7d601 Rename opening range indicator to indicate that its an older version of the indicator with custom start time support 2024-04-29 08:28:21 -07:00
8334526d36 Remove unused imports 2024-04-27 06:59:46 -07:00
e8e6c84e58 Add exit condition based on KST value closing above / below moving average and enter trades at relatively extreme values of indicator 2024-04-27 06:58:39 -07:00
1bec3c5011 Remove unused imports and use Input rather than Close in order to support smoothing other indicator values 2024-04-26 08:09:51 -07:00