Open Close Cross Strategy plus Explorer by roses27

By dARgible

Performance Metrics

Description

Mar 2, 2021Open Close Cross Strategy plus ExplorerV 1.0There is a code that can control sensitivity. try to change 'ATR Multiplier' menuThere is a code for prevent 'repaint'. If you want it check 'Forces Non-Repainting' menuthanks to PMax Explorer STRATEGY & SCREENER KivancOzbilgicOpen Close Cross Strategy R5 revised by JustUncleL JustUncleLMar 2, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.011. Explorer code error correction2. Change menu orderMar 4, 2021Release NotesOpen Close Cross Strategy plus Explorer 1.041. remove 'Use Alternate Resolution?' menu2. change 'Multiplier for Alternate Resolution('1' is original = screen resolution)' menu3. change 'Forces to Non-Repainting' [0, '1', 2] 0 : Repainting allowed. - Quick responsiveness. you can respond to a tick. You can get a lot of signals. 1 : If 'Multiplier for Alternate Resolution' is '5' Repainting can occur 5 times or 0 times in one cycle - Quick responsiveness and Relatively safe to use. 2 : Repainting is not allowed but you will wait for one cycle to see result. If 'Screen resolution = 5 min' * 'Multiplier for Alternate Resolution = 5' You should wait 25 min. - Slow responsiveness and you can lose your chance 'in' and 'out'.4. clear up the codingReal-time bar VS History bar The difference between real-time and historical bar calculationsIf you set 'Multiplier for Alternate Resolution' to '5' in historical barThe signal is located at the beginning of the cycle.If you set 'Multiplier for Alternate Resolution' to '5' in real-time barThe signal is located at where the signal came from.It is not Repainting. This is how 'tradingview' deals with data.Mar 4, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.061. Explorer bugs fixed.Mar 5, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.11. add profit% : Profit fluctuations since signal generated until now.2. add Profit change rate : 100 * Profit fluctuations% / min3. change some code to to make it short.Mar 6, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.121. Remove Dealer Code from Screen Output2. more input for Coins and StocksMar 6, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.141. Remove "Change ATR Calculation Method sma(tr)->atr?"2. Add 'bars' at screen output. It can be compared to the information in the strategy test window.'bars' indicates how many 'bars' have passed since the signal occurred.Mar 9, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.161. Correcting repainting defense algorithm error. thanks dARgibleMar 12, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.181. The default value of the stock item is blank.2. The screen label corrected an error that does not show the front digit when the fluctuation width is over 100%.3. I have put in a notification message to facilitate the modification of the source code.Mar 12, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.21. Add Sorting Function "Label Sort by: ", options=["Profit", "CgRate", "None"]2. Label Text Alignment3. Speed upMar 13, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.221. Menu changed2. Label Text Alignment3. Display Sorting Function by under line at Label Profit%, 'CgRate'--------Mar 16, 2021Release NotesOpen Close Cross Strategy plus Explorer 1.241. Label Text Alignment2. Slightly changed historical bar calculations. 3. Slightly changed trend data calculations.Mar 17, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.261. add 'Remove Currency Display' menu Mar 18, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.281. Correct errors in 'String Manipulation'Mar 19, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.301. Tradingview data structure has changed. And 'f_security' function changed2. Change 'Label Position y-axis(ohlc4[1] * %/100)' menu. See tooltips2, Add tooltips. Mar 20, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.311. add 'process_orders_on_close = true' option for a quick decision2. "Forces to Non-Repainting", options=[0,1,2] revivedI don't know if the real-time data from the source[0] is blocked only free users. Free users will be provided with data that has been closed past the timeframe.period..I don't understand the situation of paid users.I'll leave it up to the user's choice.If real-time data is blocked for all users, selecting '1" results in twice the delay of the 'timeframe.period'.3. Before using this strategy. In Strategy Tester windowNet Profit : as high as possibleTotal Closed Trades : as little as possiblePercent Profitable : as high as possibleProfit Factor : as high as possibleAvg Trade : as high as possible. 1.1 percent this is not acceptable.Avg # Bars in Trades : lager than 4 * (Multiplier for Alternate Resolution)~10 Bars such things are not good to acceptable.I saw a video of denigrating the algorithm by setting the 'Avg # Bars in Trades' to 2.Mar 20, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.32Tradingview data structure has NOT changed.My mistake.1. set 'calc_on_every_tick=true'Label data is updated in real time.2. The code went back to the old days.Mar 20, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.341. Corrects errors that do not reflect 'Forces to Non-Repainting' menu changes in backtesting.Mar 21, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.361. Fixed an error with multiple id00s visible.Mar 23, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.381. When using strategy on a mobile phone, with 'calc_on_every_tick=true' the program will stops.Default value is false.2. OCCmax function slightly changedMar 24, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.41. V 1.36, V 1.38 has sorting error. corrected Mar 25, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.421. clear up the codingMar 26, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.4211. Fix errors in long-term resolution calculationsMar 28, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.431. Error corrected ALMA, LSMA 2. If you feel the strategy is slow, modify the code and use it.//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //// If you don't want a [screen label], comment or delete the line below all. //// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Mar 28, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.4310. for Fix Release Note Error1. Error corrected ALMA, LSMA 2. If you feel the strategy is slow, modify the code and use it.//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //// If you don't want a 'screen label', comment or delete the line below all. //// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Mar 28, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.441. Error corrected ALMA, LSMA2. Before applying this strategy to your actual investment, please go through a lot of simulations.3. 'Forces To Non-Repainting' options '0' and '1' must have repainting.4. The information displayed on the label contains at least as many delays as 'Alternate Resolution'.Mar 31, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.461. Add 'Trail stop loss prices %'Apr 11, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.4621. Allow empty space in the 'Remove Currency Display' menu Apr 14, 2021Release NotesOpen Close Cross Strategy plus Explorer V 1.4641. Slightly modified the'OCCmax' function.

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView