The proposal of this script is to show the possible trading points of BUY and SELL based on the 15-minute chart of the Nasdaq Future Index. The start point of the strategy was schedule for 2021/01/01 and until the time of this publication (2021/01/31), for 1 index contract the results presented area a Gross Profit of 2.97% with a Net Profit of 1.35%. █ FEATURES...
This is a simple buy and hold calculator. You have an initial date and once that dated it passed it will sell the product that was bought initially. This strategy buys and sell 100% of the initial volume.
I simulated the EoRfA indicator with the gold price For details about the indicator, visit my profile on tradingview For Simulation, with default settings, we order if Eorfa > 1 and change(eorfa) < 0 sell if Eorfa < -1 and change(eorfa) > 0 buy And we got - 2.49 % profit - 74 % profittable order from all But only this value can not guarantee good...
The strategy combines a contrarian approach (buying the dips) with a trend-following logic (only when the price is above the MA200) The strategy seeks to find the best times when buying the dips on the asset should result to be more profitable. The price above a long-term moving average indicates momentum that increases the possibility of profiting from buying...
The objective is only to evaluate different configurations of the indicator "Follow Line MTF Any MM Average". The strategy does not have position management, it's very basic, this indicator should be used to see trend, range zones, evaluate the best areas to enter the market, use higher time frames to confirm a direction can be useful. I do not recommend using...
The objective is only to evaluate different configurations, I do not recommend using only this indicator to trade, because you can lose all your money if you do not know what you are doing. I hope you find it useful. Successes
It is a long only strategy. 1. Buy when price breaks out of the upper band. 2. Exit has two options. Option 1 allows you to exit using lower band. Option 2 allows you to exit using basis line. 3. Slippage and commissions are not considered in the return calculation.
Strategy for pyramidization and coverage. (Indicator PyramiCover) Recommended time frame 60 min.
It is a long only strategy. 1. Buy when price breaks out of the upper band. 2. Exit has two options. Option 1 allows you to exit using lower band. Option 2 allows you to exit using moving average. 3. Option 1 preferred over option 2 if the instrument is highly volatile. 4. Slippage and commissions are not considered in the return calculation.
I add a basic strategy for the "Quadratic traffic light" indicator, it can help to find a good configuration. Regards.
Hi, I hope you're well! At the request of my friend @jansrbtc I'm going to publish a simple emas crossing strategy. We will do long or short at the cross of the two ema. Good strategy for when an asset is in trend. Warm: In choppy periods this indicator can be very affected by large drawdowns. Enjoy!
This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org © 03.freeman This strategy is based only on T3 moving average, but uses sma 200 as filter for enter long or short. The default settings considers a daily timeframe. The strategy is very simple: long if T3 increase, short if T3 decrease. Note that if you set volume factor...
This strategy is just for training, its purpose is just learning code in pine script. Don't make buy or sell decision with this strategy. Turkish/Turkce Bu strateji sadece pine script'te kodlamanın nasıl yapildigini ogrenmek icindir. Bu stratejiye dayanarak, kesinlikle al-sat islemleri yapmayin. How it works? When RSI and Stoch are in oversold area and if...
Gives an signals when 2 Ema's cross. You can - change EMA values - change the signal start year
Support Resistance Buy Sell Strategy
This strategy is based on my script "AVERAGE MULTI_SMA" The strategy is based on the created media, giving BUY signal when the price closes above the average and the average is rising. For the SELL signal the price closes below the average with the average falling. For those who are interested in how the "AVERAGE MULTI_SMA" script works, I ask you to analyze...
Simple Renko strategy, very profitable. Thanks to vacalo69 for the idea. Rules when the strategy opens order at market as follows: - Buy when previous brick (-1) was bearish and previous brick (-2) was bearish too and actual brick close is bullish - Sell when previous brick (-1) was bullish and previous brick (-2) was bullish too and actual brick close is...
//Strategy based on the idea that stop loss and take profit are often placed at full price levels or round numbers, whcih acts as resistance and supports levels //Buy Rules: //Actual price (close) is above round number. //Round number level was not touched in previous ten bars (arbitrary value). //Place a buy and follow the order with a trail step because price...