Started with Ichimoku Kinko Hyo by Mizuki32. Converted to study and added alerting and cloud confirmation.
發布通知
Cleaning up comments
發布通知
Added RSI for Entry and TP. Separate TP alerts for exiting long and short positions.
發布通知
Added option to wait for X sequential bars past RSI Threshold
發布通知
Updating defaults to use only the Cloud (RSI off by default)
發布通知
Fixed bug where disabling longs or shorts disabled all alerts. Removed sequential RSI TP option. Grouped inputs.
發布通知
Added Stoch RSI to match the Backtester
發布通知
This update cleans up the code and corrects many bugs. It is recommended you update your indicator (and the matching backtesting strategy that was also updated)
MAJOR BUGFIXES: 1. Corrected logic for tenkan and kijun cross to use crossover and crossunder fuctions. This prevents possible misfiring of alerts 2. Corrected RSI and Long/Short logic so RSI TP fires correctly. 3. Correct the Chikou Span Plotting (it was plotting in the wrong direction of the current price). 4. Corrected offsets. Previous indicator that logic was sourced from incorrect offset everything by +1
ENHANCEMENTS: 1. RSI TP plots are now more visible and have text
發布通知
Fixing logic for entry so it doesn't fire again until it has exited its long or short
發布通知
Updated color of the chikou span so it's easier to see.