Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
LAND SECURITIES GROUP PLC ORD 10 2/3P, BURFORD CAPITAL LIMITED ORD NPV (DI), SMITH & NEPHEW PLC ORD USD0.20, BIDSTACK GROUP PLC ORD 0.5P, LLOYDS BANKING GROUP PLC ORD 10P, BARCLAYS PLC ORD 25P
FTSE 100, DAX Index, Euro Stoxx 50, S&P 500, Nasdaq Composite, Nikkei 225
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
Pyramiding the entries in a trading strategy may be risky but at the same time very profitable with a proper risk management approach. This strategy seeks to spot early signs of uptrends and increase the position's size while the right conditions persist. Each trade comes with its stop-loss and take-profit to enforce a proportional risk/reward profile. The...
This is an old and incomplete script that is being pulled up and dusted off as per request. The sole purpose of this script was to provide code snippets allowing one to easily convert their own script/strategy to include incremental order sizes. More control over your pyramiding orders. **It may repaint, and was not intended for trading but more as an attempt...
The purpose of this strategy is to make the signals from my scripts available for verification by backtests. Different signal and filter combinations can be created and specific manual parameter optimization can be carried out. In detail, this strategy includes: 23 entry signals two entry filters with each 9 filters two exit filters with each 9 filters take...
This indicator show higher high + higher low and lower high + lower low -> based on RSI modification. HOW I USE On a longsetup I set a buyorder on the high, if the RSI swings show red the first time. My stoploss I choose on the lowest price from the red swing before. After every ending bar without tradeentry I move the buyorder step by step on the last high...
The price always returns to the average !!! An important separation of the price with respect to an average, indicates a depth and generally generates a reversion or correction in the trend. Depth detection is a simple and very powerful technique, it is widely used for scalping and pyramid operations, this indicator detects depth in 7 time frames, everything is...
Indicator for pyramidization and coverage. Recommended time frame 60 min. Alerts added.
Strategy for pyramidization and coverage. (Indicator PyramiCover) Recommended time frame 60 min.
This script simulates what goes behind scenes in a Strategy and it serves to know in Study mode how many positions are running at the same time.
This code is fofr you to change it and transform a strategy into a study and avoid pyramiding just by editting this lines longcondition= buy_entry and buy_zone shortcondition= sell_entry and sell_zone like this longcondition= 'YOUR CONDITION HERE' shortcondition= 'YOUR CONDITION HERE' and using your own conditions This particular strategy is only as...