Fix the trading logic on my EA and Make some small additions.

Auftrag beendet

Ausführungszeit 16 Tage

Spezifikation

I have an MT5 EA that needs a few lines of code fixed in the ManageOpen and a few minor additions. Here is what needs fixed and added and the way it should trade.

Starc Bands EA (MT5)
Uses the custom STARC_BANDS indicator (MT5).
Will provide you with a copy of my Starc Bands EA and the the custom Starc_Bands Indicator.


Uses 3 Starc Bands Indicators.
Starc Bands 0 First Condition that must be met.
Starc Bands 1. Trade Opening Condition.
Starc Bands 2. Trade Closing Condition (If not closed by tp/sl)

Main emphasis is for EA to trade on Tick/Price.

ERRORS:
1. Opening Orders aren't placed in the correct direction/place. (NEEDS JUST A FEW LINES OF CODE CORRECTED/ADDED IN ManageOpen)
       Incorrect opening direction causes Close by Indicator to be incorrect. (VERIFY CLOSE BY INDICATOR IS CORRECT)

2. EA Currently has input option to trade by tick. But it trades by Open/Close. (FIX and VERIFY can trade by tick/price or open/close)

Options for Opening Trade:
1. Option for Trades to be made on Tick/Price, or Open/Close (NEEDS TO BE FIXED AND VERIFIED.)
2. ADD an Input option for trading by Fixed Lot, %Balance, % Margin,, etc. (NEEDS ADDED)
3. ADD an Input option for TP/SL to be in Points, $$, or % of open price (NEEDS ADDED Note: EA is used for Crypto)
4. ADD an Input option for Opening Trade to be either Market or Pending Limit Order. (NEEDS ADDED)
5. ADD an Input option for Time Limit for placed Pending Limit Order (OFF, ON, and X minutes) (NEEDS ADDED)
6. ADD an Input option for "X" Tick Delay (OFF, ON, X amount of ticks). When ON checks for price and existing orders and trades every “X” ticks Always Turns OFF after CONDITION 1 from Trading Rules is hit (See Below) If input option is ON, then turns back ON AFTER Trade is closed. (NEEDS ADDED.)



Trading Rules:

1. One Trade Opened by this EA at a Time and places orders on TIck/Price, or Open/Close


CONDITION for OPENING a BUY/LONG:

1. CONDITION 1: PRICE goes DOWN and Crosses BELOW (<) the Starc LOWER Band (Settings from Starc Indicator 0: (“ind0” —Trigger A--)
2. IF Condition 1 met then proceed to Condition 2 and do not repeat condition 1 until next trade cycle
3. TICK DELAY IS AUTOMATICALLY TURNED OFF AFTER CONDITION 1 IS MET
4. IF TRADE BY PENDING LIMIT ORDER: Place Pending Limit BUY/LONG Order at Starc LOWER Band (Settings from Starc Indicator 1: “ind1” --Trigger B--)
5. If Time Limit for Pending Limit order is ON, and Pending Limit Order exceeds Time Limit, cancel Pending Limit Order and initiate new trade cycle.
6. IF TRADE BY MARKET ORDER then CONDITION 2.
7. CONDITION 2: AFTER CONDITION 1 IS MET, PRICE then goes UP and HITS/CROSSES ABOVE (>=) the Starc LOWER Band (Settings from Starc Indicator 1: "ind1” --Trigger B—) = TRADE
8. TRADE: Places MARKET BUY/LONG at Condition 2 when PRICE moves UP and HITS/CROSSES (>=)the Starc LOWER Band (Settings from Starc Indicator 1: "ind1” --Trigger B--)


CONDITIONS for OPENING a SELL/SHORT:

1. CONDITION 1: PRICE goes UP and Crosses ABOVE (>) the Starc UPPER Band (Settings from Starc Indicator 0: “ind0” --Trigger A--)
2. IF Condition 1 met then proceed to Condition 2 and do not repeat condition 1 until next trade cycle
3. TICK DELAY IS AUTOMATICALLY TURNED OFF AFTER CONDITION 1 IS MET
4. IF TRADE BY PENDING LIMIT ORDER: Place Pending Limit SELL/SHORT Order at Starc UPPER Band (Settings from Starc Indicator 1: “ind1” —Trigger B--)
5. If Time Limit for Pending Limit order is ON, and Pending Limit Order exceeds Time Limit, cancel Pending Limit Order and initiate new trade cycle.
6. IF TRADE BY MARKET ORDER then Condition 2.
7. CONDITION 2: AFTER CONDITION 1 IS MET, PRICE then goes DOWN and HITS/CROSSES BELOW (<=) the Starc UPPER Band (Settings from Starc Indicator 1: "ind1” --Trigger B--) = TRADE
8. TRADE: Places MARKET SELL/SHORT at Condition 2 when PRICE moves DOWN and HITS/CROSSES (<=) the Starc UPPER Band (Starc Indicator 1: "ind1” --Trigger B--)

OPTIONS for CLOSING a TRADE:

Option 1. Take Profit/Stop Loss in Points (Note: EA is primarily used for Cryptocurrency)
Option 2. Take Profit/Stop Loss in $$ (NEEDS TO BE ADDED)
Option 3. Take Profit/Stop Loss by % of original order price (NEEDS TO BE ADDED)
Option 4. Closes by Starc Indicator 2 (“ind2 “— Close —) if reached before Take Profit/Stop Loss or if TP/SL = 0


CONDITIONS for CLOSING by Starc Indicator:

CONDITIONS for CLOSING a BUY/LONG
1. CONDITION 1: PRICE goes DOWN and Crosses BELOW (<=) the Starc LOWER Band (Settings from Starc Indicator 2: "ind2“—Close--) = CLOSE TRADE
2. CLOSE TRADE: Closes by MARKET ORDER at Condition 1 at Cross when PRICE moves DOWN and HITS/CROSSES (<=) the Starc LOWER Band (Starc Indicator 2: "ind2” —Close—)


CONDITIONS for CLOSING a SELL/SHORT
1. CONDITION 1: PRICE goes UP and Crosses ABOVE (>=) the Starc UPPER Band (Settings from Starc Indicator 2: “ind2“ —Close--)
2. CLOSE TRADE: Closes by MARKET ORDER at Condition 1 at Cross when PRICE moves UP and HITS/CROSSES (>=) the Starc UPPER Band (Starc Indicator 2: "ind2” —Close—)

Bewerbungen

1
Entwickler 1
Bewertung
(14)
Projekte
19
11%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
5
26%
Frei
2
Entwickler 2
Bewertung
(5)
Projekte
9
0%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
3
33%
Frei
3
Entwickler 3
Bewertung
(70)
Projekte
90
26%
Schlichtung
24
21% / 50%
Frist nicht eingehalten
24
27%
Frei
4
Entwickler 4
Bewertung
(219)
Projekte
408
61%
Schlichtung
13
38% / 23%
Frist nicht eingehalten
162
40%
Frei
Veröffentlicht: 40 Artikel, 1 Beispiel
5
Entwickler 5
Bewertung
(87)
Projekte
114
26%
Schlichtung
7
29% / 57%
Frist nicht eingehalten
5
4%
Frei
Ähnliche Aufträge
I need an Expert Advisor (EA) that can trade on Forex pairs, Metals (like XAUUSD), and Crypto coins . Key points: Fixed lot size (configurable). EA should work on multiple asset classes. A simple on-chart control panel to manage EA: Start/Stop trading Enable/Disable strategies Change lot size (buttons +/–) Payout button → closes all profitable trades and adds profit to balance ATR-based option for stop loss /
(I had a few horrible experiences here dealing with time and money wasters, SO YOU MUST KNOW WHAT I'M EXACTLY ASKING FOR OR WE GET NOWHERE!!!)Looking for an EA that has been previously tested and can pass prop firm challenges. You will need to demonstrate the EA to showcase its true nature. Please only apply if you have a system ready. This can be a previous job you already did for someone, or have something in the
Create mt5 mql5 custom indicator, that takes price action criteria such as OHLC candle values, and colors chart candles when a certain chart pattern is present. developer must speak fluent english or russian. developer can use AI, but not rely on it. don't just plug the instructions in AI and let it give you a ready code. I tried it myself, and it does not work that way. You must be a good mql5 programmer yourself
Here's a detailed description of a Breakout & Retest Supply and Demand strategy-based Expert Advisor (EA): Strategy Overview The EA will implement a Breakout & Retest strategy based on Supply and Demand zones. It will identify potential supply and demand areas, wait for a breakout, and then retest the zone before entering a trade. Key Features 1. *Supply and Demand Zone Identification*: The EA will use historical
Hi, i have a project , if thats possible. I dont mind to enter manually the details of the stock split (using seeking alpha data) to keep the cost down and possibly as a second project , to automate it. I already have system that are working well with unadjusted data from stock price split. So i'd like to choose if i want to use a chart with or without stock split data. Is that possible ? Can you explain how would
عزيزي مطوري MQL، لديّ خبير تداول (بوت تداول الذهب) لمنصة ميتاتريدر 4، وهو بحاجة إلى تحسينات وتطويرات احترافية. فيما يلي ملخص للكود الحالي والتحسينات المطلوبة: الميزات الحالية: 1. استراتيجية المؤشرات المتعددة (EMA، RSI، Price Action). 2. إدارة المخاطر مع تحديد حجم التداول بشكل ديناميكي (1-2% مخاطرة لكل صفقة). 3. دمج مرشح الأخبار (تجنب الأحداث ذات التأثير العالي). 4. أوامر معلقة (BuyStop/SellStop) مع تأكيد قوي. 5
Bitforex 50+ USD
I want the bot to trade only BTCUSD, bot starts 9AM to 6PM broker time, use EMA indicators for trading, stop loss is 10-20pips, Take profit is 50-60 pips, lot size 0.02 per position, 2 position at a time and add extra 2 positions if trade is running 20 pips, close trade if there should any change in price movements
I want EA 'Prop Firm limiter' for protecting account not breached. Below is the preset of the EA which I want made by ChatGPT. There is a lot of EA like this in MQL5 Market or elsewhere. You can refer one of these here. Drawdown Limiter Advanced | Buy Trading Utility for MetaTrader 5 Also in some webpages you can refer the source code. Account Protector for MetaTrader You can suggest better idea even though I don't
Hi Need the attached mql4 indicator to be converted 1:1 to mql5, need this done asap No changes to the mql5, need a 100% 1.1 convertion if this is possibly Thanks
Francis frank 30 - 300 USD
I need a Forex trading robot (Expert Advisor) for MT4/MT5 with the following features: Strategy: Buy when fast MA crosses above slow MA, Sell when fast MA crosses below slow MA. Adjustable inputs: Lot size, Stop Loss, Take Profit, Trailing Stop. Works on EUR/USD (but adjustable to other pairs). Should allow me to choose the timeframe (M15, H1, H4). Sends alert/notification when trade is opened or closed. Code should

Projektdetails

Budget
30 - 50 USD
Für die Entwickler
27 - 45 USD
Ausführungsfristen
von 1 bis 3 Tag(e)