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.