A simple buy and hold strategy. A short or a long position can be chosen. The start date will determine the date where your position will start and end date is the date it will end. This works well as a baseline to your other existing strategies since buy and hold is just the simplest strategy available.
This is the strategy version of the original 'Simple Buy/Sell Indicator' by @Shizaru . The original indicator description explains the logic behind the strategy: "The original script was posted on ProRealCode by user Doctrading. This little and simple code allows you to draw an indicator, which show you when buy or sell conditions are met. For "buy" conditions,...
Improved Simple Strategy based on RSI, using overbought or oversold levels. Backtest: ETHPERP (FTX) - 30m Set STOP LOSS and GET PROFIT as a percentage (2% and 10% by default). If strategy.position_size != 0 algorithm convert percentages into points and set stop loss and take profit limit orders.
The IFR2 strategy is based on the RSI indicator. If the two period RSI is less than the overbought level (25 is the default, but you can configure it to be lower), a long position is placed at the close of the candle. If you are doing it live, you'd have to enter the market ~ 10 minutes before it closes, check the RSI, and buy if it is lower than your overbought...
The reversal closing price (RCP) is a candlestick pattern which follows two simples rules: the low price of current candle needs to be lower than the low price of the last 2 candles the closing price of current candle needes to be higher than the closing price of the last candle This generates a signal for a long position. For a short position, the...
A simple intraday strategy based on Renko values.
Pretty good performance of simple BB on XRPBTC 1minute chart. No SL or PT used. And remember: Past performance does not guarantee future results.
Simple strategy script I've had for a while but looks like I never published. Although it is one of my most simple it seems to have the best profitability. It is pretty rough though. the Stoch RSI has only a little weight to the trade trigger. I'll refine it more over time or you can by all means. Basically the Stoch RSI current K line has to be OVER 40 to...
the AI= value of close of candle < value of close of candle previous by 1 = sell close > close1 = buy closeorder on SL closeorder on AutoProfit closeorder on signal reverse (if openorder not in profit)
A simple strategy that use MACD and STOCHASTIC to give buy/sell signal. Use fractals to put stop loss
Here is my simple Moving Average crossover strategy for EURUSD 1H