Started with the Basic Ichimoku strategy from Mizuki32. Added Take Profit, Stop Loss (for both long and short), and a toggle to wait for confirmation from the cloud.
リリースノート
Added RSI options for Entry and TP.
リリースノート
Added option to take profit after X bar closes past the RSI threshold.
リリースノート
Updating defaults to have no RSI, no TP, no SL
リリースノート
Updated Backtester to have toggle for Stoch RSI and cleaned up RSI logic on strategy exit.
リリースノート
Cleaning up Inputs, Removing Stochastic RSI, removing TP after sequential RSI
リリースノート
Added back Stoch RSI Toggle per user request. Moved date range to top so the data selector is usable.
リリースノート
This update cleans up the code and corrects many bugs. It is recommended you update your strategy and the matching indicator.
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
リリースノート
Updated the color of the chikou span so it's easier to see.