Convert #4X Bheurekso Pattern Indicator to EA

Specifiche


This EA’s building block is the Bheurekso Pattern (which uses price action) indicators.

Figure of Bheurekso Pattern on a Computer

Sample 1. Downtrend


Sample 2. Uptrend

Entry Rules

Sell

SELL when any of the following price action set ups form on the chart:

·         Bearish Engulfing

·         Bear Cross

·         Dark Cloud

·         Shooting Star

·         Bear Harami

·         Evening star

Buy Signals

BUY when any of the following price action set ups forms on the chart:

·         Bullish Engulfing

·         Bull Cross

·         Bull Harami

·         Bullish piercing

EXIT

·         NOTE: Close the trade(s) on opposite signal as defined above (Bheurekso Patterns).

For example, exit BUY trade(s) if any of the SELL signals mentioned above form on the chart and vise-versa.

·         Add new/more trades every time a new signal of the same NATURE/DIRECTION materializes.

·         Keep holding Old Trades when a new signal of same NATURE/DIRECTION materializes.

NB: Same Nature refers to a BUY or SELL direction/signal. For example, if a BUY was entered when a bull cross formed, continue holding the buy trade(s) and if bullish piercing or any buy signal forms on the chart add new trade(s) as per new signal of the same direction ,the EA must close all trade(s) when any opposite SELL signal forms/appears ,and vise-versa.

·         Enter a new trade(s) while holding OLD ONES of the same nature if a NEW SIGNAL of same nature materializes/appears.

No. of Trades Feature

·         Include a feature which allows the user to specify the number of trades he or she wishes to place per signal (enables the user to open multiple positions for the same pair at the same time, when a signal materializes). For instance, if he/she specifies 2, the EA will open 2 positions when a signal materializes. The default should be 1.

Enter on first/second candlestick feature

--The bot should have an option to enter trade(s) when signal appears or on first or second candlestick after signal appears/forms.


Other Specifications

  • The bot should work on ANY given chart ,even on multiple charts timeframes of the same asset/pair. (e.g. 1M usd/jpy ,5M usd/jpy ,15M usd/jpy ,1H usd/jpy all at the same time)
  • The bot should allow the user to specify the lot size when dragged to a chart or open the minimal lot size for that asset. 
  • Allow the bot to take a lot size as small as 0.001 because the Deriv products I trade have these small sizes.
  • Allow the indicator (Bheurekso Pattern) to be used as a resource. (I have sent both the indicator and its source code). I would love it incorporated in the EA such that if the EA is loaded on the chart, the indicator also appears on the chart.



File:

MQ5
TZGX6HSA.mq5
17.5 Kb
EX5
ZAUV6FIG.ex5
64.2 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(61)
Progetti
61
51%
Arbitraggio
1
0% / 100%
In ritardo
1
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(10)
Progetti
13
31%
Arbitraggio
2
50% / 0%
In ritardo
1
8%
In elaborazione
3
Sviluppatore 3
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(10)
Progetti
10
0%
Arbitraggio
1
0% / 0%
In ritardo
1
10%
Gratuito
Pubblicati: 1 codice
5
Sviluppatore 5
Valutazioni
(16)
Progetti
35
23%
Arbitraggio
4
0% / 50%
In ritardo
2
6%
In elaborazione
6
Sviluppatore 6
Valutazioni
(60)
Progetti
87
29%
Arbitraggio
24
13% / 58%
In ritardo
7
8%
In elaborazione
7
Sviluppatore 7
Valutazioni
(152)
Progetti
228
80%
Arbitraggio
22
27% / 50%
In ritardo
11
5%
Gratuito
Pubblicati: 24 articoli, 1882 codici
8
Sviluppatore 8
Valutazioni
(70)
Progetti
91
25%
Arbitraggio
26
19% / 54%
In ritardo
25
27%
Gratuito
9
Sviluppatore 9
Valutazioni
(296)
Progetti
475
40%
Arbitraggio
105
40% / 24%
In ritardo
80
17%
Occupato
Pubblicati: 2 codici
10
Sviluppatore 10
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Pubblicati: 9 codici
Ordini simili
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
The basic idea of CRO is to simulate coral colonies that develop and compete for space on a reef, ultimately forming an optimal structure. Each coral in the reef represents a potential solution to the optimization problem under consideration. The reef is modeled as a two-dimensional N×M grid. Each grid cell can either be occupied by a coral or left empty. A coral is a coded solution to an optimization problem. For
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
MODIFY AN EA TO OPEN MULTIPLE TRADES AT SAME TIME WITH DIFFERENT PRE-SET-TP LEVELS AND DIFFERENT ENTRY TECHNIQUES. (personal job) 30+ USD1 application Hie, either way is ok, i will open job in a moment, with only a few requirements ,which i have observed now 1--To completely remove martingale 2-its confusing how SL FROM and SL TYPE differ, also the fact 2 types of SL s can be selected at the same time , so its
In need of an automated bot that strongly detect support and resistance zones where price has a high probability of reacting ,rejecting or reversing. The zones should be built on combibation of of : (a)swing high and swing low.(b)repeated price reaction c)rejection strength (d)break and retest behaviour (e) consolidation origin before implusive move (f) strong displacement candles
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Ninjatrdaer Script 500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest

Informazioni sul progetto

Budget
40 - 50 USD
Scadenze
da 1 a 3 giorno(i)