I need help with putting my idea of a strategy down in code. I dont need optimization help but rather just help with getting a functioning code that I can continue to work on myself. I have the supertrend indicator already to send to you. However a part of the job will be to code something custom to allow for a 10 second timeframe. When that is in place the second part of the job will be to code the EA itself and the rules for that is listed below.
The criteria I want to use are:
For Long positions all the following criteria must be met:
-Supertrend indicator must be green on the 15 min timeframe. supertrend is basically a rather custom indicator that plots a band under or over the candlesticks with the distance 3 multiplied by the average true range with a period of 10. As soon as a candle closes on the other side of the supertrend, the band switches to the other side of the candles (and switches colour) and it starts to trail the price until it closes on the other side again.
-supertrend must be green on the 1 min timeframe
-when the above is met. I want to go long when a candle closes at or under the bollingerband with a deviation of 2 on the 10 second timeframe (period 20 on the bollingerband)
-The position is hold until either of these 3 exit criterias are met:
1. If the position goes the right way it looks for bottoms in the rsi indicator on the 10 second timeframe with a rather short period of 5 on the rsi. every time a bottom is set in the rsi5 that has a value of under 25, the corresponding level in the price graph during that bottom should be used as the exit level if that level breaks. I want some small margin here lets say 2-3 pips. I have screenshots to explain this further.
2. A full stop out occurs. the stop should be placed 3 times the atr on the 1 min chart away from the entry.
3. If the supertrend switches to red on the 1 min timeframe the bot should look for exit. However I dont want it to exit right away but instead use the bollingerbands on the 10 sec tf again. So if it closes at or under the bollingerband (2) it should make the exit.
The exact same rules apply for short positions but in reverse. The bot should consequently stay away from taking positions when the supertrend on 15 min and 1 min tf doesnt agree. I think that is all the rules that are needed :)
類似した注文
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Good morning, I have a Gap Fill strategy and a 10 min opening range break strategy that trade on RTH ES Futures data I have been working on that seem to have some bugs while live trading. They have both been coded by ChatGPT so I would like someone that know how to properly code a strategy to go over each to proof and debug them. Would you be able to do this and could you possibly add some context or features that