|
ca7f284332
|
Handle cases where the current bar's close is exactly equal to the linear regression
|
2024-02-07 12:08:49 -08:00 |
|
|
27a94141a2
|
Remove the need for enabling tick replay on the data series in order for the indicator to work
|
2024-01-23 12:02:17 -08:00 |
|
|
3c339ecb56
|
Add the ability to configure price range high / low levels
|
2024-01-13 06:16:18 -08:00 |
|
|
5a052ebb1b
|
Render price range levels in OnRender() instead of using Draw.Line()
|
2024-01-12 13:06:20 -08:00 |
|
|
52925af126
|
Add Captain Backtest Model strategy, courtesy of @tradeforopp
|
2024-01-11 13:50:36 -08:00 |
|
|
da65f9a38f
|
Add indicator for coloring bars on chart according to whether price is above / below fast and slow moving averages
|
2024-01-07 06:05:41 -08:00 |
|
|
cd20c466dd
|
Add indicator for detecting pivots occurring at candles with above average volume
|
2024-01-06 06:26:19 -08:00 |
|
|
5671615967
|
Add brush serialization to linear regression indicator
|
2023-12-27 11:14:05 -08:00 |
|
|
9149fad567
|
Add indicator for coloring bars according to trend as defined as closing above / below swing highs / lows
|
2023-12-27 11:11:52 -08:00 |
|
|
558321e2c5
|
Resolve issue where current daily close was drawn prior to actual close, disable daily closes by default in order to make the indicator more visually appealing, and begin drawing the levels from the actual open / close times
|
2023-12-11 06:27:57 -08:00 |
|
|
b66b98dd40
|
Add linear regression indicator that colors bars according to whether closes are above / below the linear regression calculated over a configurable number of bars
|
2023-11-17 07:42:22 -08:00 |
|
|
b0504a1b8e
|
Add Silver Bullet indicator
|
2023-11-15 11:07:43 -08:00 |
|
|
812f19e6b6
|
Add strategy based on the SuperSmoother indicator
|
2023-11-15 06:33:23 -08:00 |
|
|
b0eb691e72
|
Add basic moving average crossover strategy
|
2023-11-15 06:28:52 -08:00 |
|
|
f0580212fa
|
Add Moving Average indicator
|
2023-11-14 12:16:45 -08:00 |
|
|
e998b34d0d
|
Add indicator for displaying a customizable label on the chart
|
2023-11-14 09:17:03 -08:00 |
|
|
7a8df23acd
|
Re-organize configuration properties
|
2023-11-13 05:58:56 -08:00 |
|
|
c4b4868a7f
|
Default to calculating indicator values OnPriceChange
|
2023-11-13 05:18:03 -08:00 |
|
|
dec652e906
|
Make the RSI value array length dyanmic according to the number of time frames being monitored
|
2023-11-12 07:18:54 -08:00 |
|
|
f35b0bac63
|
Add padding and y-offset configuration properties
|
2023-11-12 07:12:45 -08:00 |
|
|
f27075712b
|
Update maximum cell width and height to be dynamic according to text size
|
2023-11-12 06:01:11 -08:00 |
|
|
e9b5002acb
|
Add text color configurations
|
2023-11-11 06:19:14 -08:00 |
|
|
295fc85a2a
|
Add WIP RSI Dashboard indicator, credit to @BestForexMethod
|
2023-11-10 09:01:30 -08:00 |
|
|
45311e06c0
|
Add indicator for displaying the tape (a.k.a. time and sales) on the chart rather than in a separate window
|
2023-11-06 05:51:39 -08:00 |
|
|
2b3af88eb8
|
Add Know Sure Thing (KST) indicator
|
2023-11-05 06:40:53 -08:00 |
|
|
5038889e97
|
Add Fair Value Gap (FVG) indicator
|
2023-11-04 06:02:22 -07:00 |
|
|
cc9a741aa7
|
Add Anchored VWAP drawing tool
|
2023-11-03 09:20:45 -07:00 |
|
|
63fb84c192
|
Fix formatting issues by converting tabs to spaces
|
2023-11-03 06:01:14 -07:00 |
|
|
0034a25dcb
|
Add indicator for displaying LVNs (Low Volume Nodes)
|
2023-11-03 05:59:34 -07:00 |
|
|
e6161e4814
|
Add %B indicator for measuring price in relation to the upper and lower Bollinger Bands
|
2023-11-01 08:46:27 -07:00 |
|
|
a2fda29ded
|
Add WIP 3CR indicator
|
2023-10-18 10:27:58 -07:00 |
|
|
8c7214e7d4
|
Add WIP TRIN indicator
|
2023-10-17 10:37:46 -07:00 |
|
|
33f5713152
|
Add Volume Profile indicator
|
2023-10-16 12:19:02 -07:00 |
|
|
0245104323
|
Add modified Donchian Channel indicator
|
2023-10-13 09:27:41 -07:00 |
|
|
e52ae0ebaa
|
Add VIX Ratio (e.g., VIX / VIX3M) indicator
|
2023-10-12 10:25:17 -07:00 |
|
|
5886032e88
|
Don't suspend the indicator while inactive
|
2023-10-05 05:48:32 -07:00 |
|
|
f39cf6aae9
|
Add Virgin (Volume) Point of Control indicator
|
2023-10-04 13:50:17 -07:00 |
|
|
c6738f3153
|
Add Order Flow Oscillator indicator
|
2023-09-27 09:00:40 -07:00 |
|
|
e998beab5a
|
Add SuperSmoother indicator, credit to John F. Ehlers
|
2023-09-22 09:31:48 -07:00 |
|
|
391e5b4eaa
|
Add Daily Levels indicator
|
2023-09-06 12:36:57 -07:00 |
|
|
393551a66b
|
Add RSI Histogram indicator, credit to @BestForexMethod on Twitter
|
2023-04-18 06:26:34 -07:00 |
|
|
d30f6405bb
|
Add custom start time, optional labels, and so much else
|
2023-04-11 06:48:46 -07:00 |
|
|
ae09bdeb3b
|
Minor visual tweaks and rendering improvements
|
2023-04-11 06:46:41 -07:00 |
|
|
a7a10dd909
|
Add customizable labels and perform drawing in OnRender()
|
2023-03-17 10:53:34 -07:00 |
|
|
89042c2e5b
|
Add Opening Range Breakout strategy
|
2023-03-09 13:00:02 -08:00 |
|
|
4a0344b756
|
Add Highs and Lows indicator
|
2023-03-08 08:48:13 -08:00 |
|
|
e6b54e392b
|
Add support for opening ranges defined in terms of volume conducted
|
2023-03-07 05:33:10 -08:00 |
|
|
a4cfe65a4e
|
Resolve issue where OR levels were not updated correctly if using non-time based bars and regular trading hours
|
2023-03-06 06:34:37 -08:00 |
|
|
5b6c31ecfc
|
Resolve issue with opening ranges defined in timeframes smaller than the primary data series
|
2023-03-01 15:15:54 -08:00 |
|
|
8dacfe1606
|
Add OR mid line and resolve issues around non-time based charts and daylight savings time
|
2023-03-01 08:19:02 -08:00 |
|