I am looking for someone to code me a mtf rsi EA or utility that will continue to open a position whenever the TP is hit and stop the process when the RSI enters the opposite zone.
How it will work..First I will already have the EA or utility running on a chart before I open a position so let's say I open a BUY EURUSD with a TP of 10 pips and a SL of 20 pips when The TP is hit the EA opens another position automatically with a TP of xx pips and lot size of xxx( which I will explain later)as long as the RSI remain above 30.(initially the the EA will only open trades when the RSI is above 70) when the TP is hit it will continue to do so until the RSI drops below 30 then the sequence is done. Only the first position open by the robot that the RSI will still be above or below 70 after that it does not matter as long as the RSI is still above 30 to continue to buy) or below 70 and continue to sell) I cannot find a better way to explain this. I am using 70/30 as RSI levels as an example. The opposite is for sell condition, to continue to open sell position when the TP is hit until the RSI goes back above 70. Initially it will open the trades when the RSI is below 30 and a TP was hit in the first position
Secondly, incase I forgot the put the EA on a chart before I open any position, as soon as the EA is dropped on a chart, it will start working and waiting for when a TP is hit and the RSI is still above 70 or below 30 . The EA does does not open a trade unless a trade was previously opened by another EA or manually.
SETTINGS...RSI
USE CURRENT TF.. TRUE/FALSE.
USEM1 TRUE/FALSE
USE M5 TRUE/FALSE
USE M15 TRUE/FALSE
ETC .. ALL THE THE TIME FRAMES AVAILABLE ON MT4
Current time frame will use the values of the chart the EA was placed on. if EA is placed on a 30mins chart, it will use the rsi values of of ob/os for exits and entries of a 30mins chart NOTE: if more than one RSI TF is selected all must be in OB or OS territory for the EA to do it's job as compared to just using one RSI
Maximim Spread to open xx . If the spread is greater than this value then the EA will not open trade. I will manually input so leave blank as the default
USE TP True/FALSE default is TRUE
TP. 6
USE SL TRUE/FALSE default is FALSE.......Typically I will have an EA set a SL for any trades opened by another EA
SL 30
Use default lot size TRUE/FALSE( if set to false it will use the lot size of the last position that was closed which was opened manually or by another EA)
Default lot size is 0.25( can be changed manually)
RSI BUY level xxx default is 70
RSI SELL level xxx default is 30
RSI value xx default is 2
USE RSI based on current candle 1
use RSI based on closed candle 0
Default is 1
TRADES TO MANAGE
Manage all trades. EA will manage all trades opened manually or by other EA 1.... this is the Default set to TRUE
Manage only trades opened by manually T/F
Manage only trades opened by other EA automatically .T/F
for the last 2 the default is false
Magic #... so I can use different strategies
There are many MTF RSI available online I just have this on my computer so can adjust and make them work to my specification. I have sent 2 pictures explaining how the EA should work. Please read before bidding
Benzer siparişler
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
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
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
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