Development of MT4 EA using Indicator (Fully simply explained spec & buffers in description)

MQL4 エキスパート

指定

MT4 EA is to be made for an indicator I purchased; "PZ Day Trading Indicator".

The strategy is simple, there is only lots of text because its all explained as clear as possible.

I cannot provide the indicator due to licensing, you can download the demo version
on the market to check objects etc, and we will have to work in a produce -> test -> feedback cycle.

Please put a lock on your files so it can't be used after some time e.g few days/week. This would be for your own peace of mind and protection in case the project undergoes major restructuring, your work will be locked.


Here is the signal buffer:

//---- Read values from the signal buffer
int start()
{
// Read signal for this bar
double value = iCustom(Symbol(), Period(), "PZ_DayTrading_LICENSE", 4, 1);
// Do something
if(value == OP_BUY) { /* Your code for bullish signal */ }
if(value == OP_SELL){ /* Your code for bearish signal */ }
if(value == EMPTY_VALUE) { /* Your code if no signal */}
// Exit
return(0);
}

The specification for the features I want would be as follows:

-> Open trade on arrow signal (up = buy, down = sell obviously :) )

-> EA will have dropdown to select trading mode. There is 9 modes, Mode 1 up to Mode 9. The mode means how many trades the EA will open on signal. So if mode 1, only 1 trade on signal, mode 9 is open 9 trades on signal.

-> EA will have dropdown to select SL. SL will be using the indicator provided levels (SL1, SL2, SL3, SL4)

-> The TPs are set automatically using fib levels using the candle values in the box the indicator draws (not including signal bar)
   -> This is all explained in this image, but I am including it here because this is also the requirements spec. https://postimg.cc/k2SXkCh8
   -> These are the fib values to use for tps:
   1.618, 2, 2.272, 2.618, 3, 3.414, 3.618, 4, 4.236
   They represent TP1 up to TP9 respectively.
   -> The fib will be calculated using the CLOSE PRICE of candles in the box the indicator draws, but \\DO NOT INCLUDE SIGNAL BAR//.
      For buy signal, fib is calculated from highest close, to lowest close
  For sell signal, fib is calculated from lowest close to highest close
   -> Each trade the EA opens on signal will have increasingly higher TP level. E.g if EA is trading on mode 5 (signal opens 5 trades), then we use the first 5 tp levels.
   
   -> Sometimes the signal bar can be a spike bar, and this can cause some TP levels to be invalidated.
   To handle this, the EA will not open the trades with invalidated TPs, and just open the rest that are available according to the trading mode.
   
   Check image for example pic: https://postimg.cc/06d5yfvy
   
   e.g if EA is trading on mode 5 (5 trades on signal), then on signal if 2 TP levels get invalidated, then don't open those 2 trades, but the other 3 are ok, so we can open them.
   
   
-> EA should also have feature to not open trades if too many TP are invalidated. We can call this variable x for example to represent number of max TPs that can be invalidated before the whole trade is cancelled.
   
   -> e.g if EA is trading on mode 5 (5 trades on signal), and x is 3, then if 3 or more TPs are invalidated, then don't open any trades for this signal.
   
-> Have setting called "Extra position open TP".
   -> If true, this will just add an extra trade, but this trade will not have a TP set.
   e.g if EA is trading on mode 5 (5 trades on signal), then open 1 extra trade (6 in total), but this extra trade does not have a set tp.
   
-> Have simple trailing stop, explained here

   -> Trailing stop in pips normal (on/off) (after how many pips move SL) (number of pips)
  This is just normal trailing stop, so after some number of pips, move the SL by some other number of pips. Example: every 20 pips, trail SL by 5 pips.

-> Add indicator settings to EA settings so strategy can be changed as needed

If you have any questions, feel free to ask me, I will do my best to explain.

応答済み

1
開発者 1
評価
(24)
プロジェクト
31
68%
仲裁
2
50% / 0%
期限切れ
1
3%
仕事中
2
開発者 2
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
仕事中
3
開発者 3
評価
(124)
プロジェクト
158
42%
仲裁
20
60% / 20%
期限切れ
8
5%
4
開発者 4
評価
(3)
プロジェクト
3
33%
仲裁
0
期限切れ
0
類似した注文
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
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
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
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing

プロジェクト情報

予算
35+ USD

依頼者

(4)
出された注文5
裁定取引数0