CODER IS TO CODE THE FOLLOWING INTO THE INDICATOR , CODER WILL CORRECT AND CHANGE ONLY LINES 171 TO 8 AND RELATED CODES TO LINES 260 TO 346
CODER WILL PROVIDE MQL4 FILES AND CODE FOR - AND PLUS READINGS.ONLY PLUS READINGS ARE SHOW ON SPEC, BUT JOB IS FOR BOTH
result += _rule7(symbol, period, point, shift);//RSI 7 M30 CROSS RSI14//ADD THREE RULES
result += _rule7A(symbol, period, point, shift);//RSI 7/14 M30 CROSS RSI28//ADD THREE RULES
result += _rule7B(symbol, period, point, shift);//RSI 7/14/28 M30 RSI56//ADD THREE RULES
result += _rule7C(symbol, period, point, shift);//RSI 7/14/28/50 M30 CROSS RSI150//ADD THREE RULES
result += _rule8(symbol, period, point, shift);//STOCH CROSS M30
result += _rule9(symbol, period, point, shift);//STOCH CROSS H1
result += _rule10(symbol, period, point, shift);//STOCH CROSS H4
//result += _rule11(symbol, period, point, shift);// M30 2 candles close conditions at current TF
// result += _rule12(symbol, period, point, shift);//BID ABOVE LWMA20
//result += _rule13(symbol, period, point, shift);//2 candles close conditions at current TF
RSI is a popular indicator.I find it easier to work with the stochastics , because of the cross of fast and slow.
RSI cross is a combination of 5 rsi settings 150,50, 28,14 and 7.Could someone put all 5 on one indicator?Is it possible to include lwma 20 on the indicator. Buy with rsi cross of 7 over 14 &28 ,50 and 150 + lwma20 .This would eliminate a lot of false signals.
Indicator will read total upto maximum 100+ (opposite for minus short)
Ris7 (m30)cross up = +10
ris14 (m30)cross up=+10
ris28 (m30)cross up = +10
rsi50 (m30)cross up = +10
rsi 150 (m30) cross up = +10
2 candles close positive H1 =+ 10// Hi(!) CLOSE > OPEN, HI(2) CLOSE > OPEN
Bid above lwma20 (m30) = +20
2 candles lows (m30) close above lwma 20 = +20
and coded so any time frame will read (H4)
double _sto = iStochastic(symbol, PERIOD_H4, 28, 6, 10, MODE_SMA, 0, MODE_MAIN, _shift+1);
stochastics cross (m30 ) + H1+H4 ALSO REQUIRED
coder HAVE TO DO RULE 7 FOR RSI AND RULE 8 FOR STOCHASTICS
It must be tested

Commandes similaires
# HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f}")
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
Hello. I am looking to buy an profitable MT5 EA that can generate monhtly profits of at least 5%-10%. It is important that the EA has a smooth equity curve - meaning that it doesn't end months in a loss and that it is able to sustain long periods of profitable days/months. The EA can be a grid, scalping or any other strategy. Preferably to trade GOLD or US500 You should be able to send an .ex5 file for testing on a
slave only informations for massters need other requirments so that would send correct data. the prototype already created 2. Slave EA: Essential Settings The Slave EA must include the following mandatory inputs for management: Magic Number: Customizable Magic Number for the Slave EA. Entry Lot Input: Manual input for the lot size of Slave positions (e.g., 0.1). Master Magic Filter: Input to specify which Magic
If you have good Market structure indicators with buffer no repaint internal structure and external structure etc good market structure if you have then i already have ea you have to input into the indicator soy current ea opens position based on the market structure
I am looking for an experienced futures trader with a proven track record of passing Topstep Trading Combines/Evaluations . Scope of Work Trade my Topstep evaluation account in line with all Topstep rules. Use a disciplined strategy focused on consistency and risk management. Reach the profit target without violating daily or maximum drawdown limits. Provide brief updates on progress and performance. Requirements
*Need an MQL5 EA for MT5 to trade gold and forex automatically. Must include Stop Loss, Take Profit, and basic risk management. Budget is $30 to $50. Looking for clean, stable code that works on VPS.*
I need an experienced MQL5 developer to create a fully automated Expert Advisor (EA) for MetaTrader 5. The EA should: * Follow my trading strategy exactly. * Open Buy and Sell trades automatically. * Have adjustable Lot Size. * Include Stop Loss and Take Profit. * Include Break-even and Trailing Stop. * Allow trading only during selected hours. * Use Magic Number to manage trades. * Prevent duplicate trades. * Work
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
Hello Developers, I am looking for an experienced MQL5 developer to complete the development of a custom MetaTrader 5 Expert Advisor (EA) based on my proprietary trading strategy. I already have a partially developed EA that includes the required custom indicators and part of the trading logic. The project can either be completed by modifying the existing EA or, if more appropriate, by rebuilding it from scratch