Create an EA based on my personal Indicator (which needs modifying too to become compatible with EA)

MQL5 Indicatori Esperti C++ Forex

Specifiche

I have a personal Indicator called "Indicator48". I have also created another indicator called "CloseLine" that draws the candlestick bar's CLOSE prices.

What I want is an Expert Adviser (Strategy) to:

1. When "Indicator48" crosses over the "CloseLine", Exit short position and Enter long position.
2. When "Indicator48" crosses under "CloseLine", Exit long position and Enter Short position
and Repeat...




I will need a code to do the above (2 points) for each of the 5 cases below: (5 codes total ; or 1 code that has all the below features that I can control through editing of the code)

1. Can trade more than once a bar (each time the lines cross and uncross within a bar)

2. Trade after lines cross but at the close of that bar

3. Trade only once a bar: when the first trade happens in that bar (when lines cross), that will be the only trade that happens in that bar. In the next bar, also only one trade happens (either closes previous position if lines uncrossed, or remain in that position if lines did not uncross) - but the idea is only the first trade happens in the bar, and then the next trade will happen in the bar after if indicator changed directions.

4. Trade multiple times per bar, but with a specified time between trade and trade (for example 1minute between each trade)

5. Trade multiple times per bar, but with a specified number of ticks/transactions between each trade (for example, wait 10 ticks/transactions between each trade happening)

Extra notes:

a. for code number 4, I want to experiment with different time periods (10s, 50s, 2minutes...), so please clearly indicate with a comment where I should change the time period values.

b. for code number 5, I also want to experiment with different specified number of ticks/transactions, so please clearly indicate with a comment where in the code I can change the number of transactions before a new trade happens.

c. also lastly, i might experiment with different indicators that I have, so please show clearly in the code which part, which is the indicator I should be changing, to test out my different indicators. 

d. as for Indicator48, I have written code in MQL5, but it is not functioning well when I try to paint the line... so I will need developer to edit the Indicator48 so that it paints the line and is compatible with the EA to be done.


File:

Con risposta

1
Sviluppatore 1
Valutazioni
(647)
Progetti
1295
67%
Arbitraggio
84
26% / 49%
In ritardo
338
26%
Gratuito
2
Sviluppatore 2
Valutazioni
(68)
Progetti
111
26%
Arbitraggio
17
6% / 71%
In ritardo
15
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(94)
Progetti
148
59%
Arbitraggio
16
38% / 13%
In ritardo
25
17%
Gratuito
4
Sviluppatore 4
Valutazioni
(563)
Progetti
932
47%
Arbitraggio
302
59% / 25%
In ritardo
124
13%
Occupato
5
Sviluppatore 5
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
6
Sviluppatore 6
Valutazioni
(33)
Progetti
35
40%
Arbitraggio
11
9% / 91%
In ritardo
4
11%
Gratuito
7
Sviluppatore 7
Valutazioni
(71)
Progetti
254
53%
Arbitraggio
16
50% / 38%
In ritardo
83
33%
Gratuito
8
Sviluppatore 8
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
9
Sviluppatore 9
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
Ordini simili
Ready made welcome Software where i can add and delete licenses for an EA. The EA will need the license as a parameter, which should only be applicable to a particular account number, only then with a valid license it will be possible to trade. The license system will check if the license is valid. it should work on both mt4 and 5 The Licensing should also accept all my upcoming EAs and INDICATORS It should be
Here are the paragraphs for the robot's settings to trade on various instruments: *US30 (Dow Jones)* - Symbol: US30 - Timeframe: H1 (1-hour chart) - Lot size: 0.1 - Take profit: 200 points - Stop loss: 150 points *Gold (XAUUSD)* - Symbol: XAUUSD - Timeframe: H4 (4-hour chart) - Lot size: 0.1 - Take profit: 1000 points - Stop loss: 800 points *Nas 100 (US Tech 100)* - Symbol: NQ100 - Timeframe: H1 (1-hour chart) - Lot
Hft live account 30 - 200 USD
i need a high frequency trading (hft) expert advisor, that can be used to trade on demo and live accounts icmarket and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send, to foster a faster transaction. like the ones that pass prop firm and demo but adjustment where it work on live with low latency
Develop an MQL5 Expert Advisor (EA) that implements a robust Inner Circle Trader (ICT) strategy. The EA should be capable of identifying market structure shifts, order blocks, fair value gaps (FVGs), and executing trades based on these concepts. Additionally, it should include multi-timeframe analysis, advanced risk management, time-based filters, and real-time performance monitoring. ### 1. Market Structure and
Lihle's trades 30+ USD
``` //+------------------------------------------------------------------+ //| Hello World Expert Advisor | //| | //| This is a basic EA that buys and sells based on a simple | //| moving average crossover strategy. | //+------------------------------------------------------------------+ #property version "0.01" #property strict input int FastMA
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
CPI ROBOKING 30+ USD
*Strategy: CPI-Based Trading* *Instruments:* XAUUSD (Gold), UsTech100 (Nasdaq 100), USDJPY *CPI Release:* 1. *Higher-than-expected CPI:* - XAUUSD: SELL (Gold prices may drop due to potential rate hike) - UsTech100: SELL (Tech stocks may drop due to potential rate hike) - USDJPY: BUY (USD may strengthen due to potential rate hike) 2. *Meets or lower-than-expected CPI:* - XAUUSD: BUY (Gold prices may rise due
I'm looking for a quote from a developer who can compile this source code as DLL file so that it works on Forex Tester 5 They are all open source trading view indicators. Forextester 5 have advised that custom indicators in C++ or Delphi programme language are compatible with them
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs

Informazioni sul progetto

Budget
70 - 100 USD
Per lo sviluppatore
63 - 90 USD
Scadenze
da 1 a 2 giorno(i)