A Simple Martingale EA ( Buy And Sell at same time ) with RSI and Some Special Function.

MQL4 专家

指定

Hi EveryOne,

 I want a simple martingale EA with some special fuctions.

(1)   A Simple Martingale EA ( Buy And Sell at same time ) with RSI Function. ( Important and Necessary )
(1.1) Exact Pipstep Function. ( Important and Necessary ) 
(1.2) Take Profit Base on Fix Pips From Market Pull Back and Average PipStep of all orders. ( Important and Necessary )
(1.3) Place Double Orders of same Lot Exponent With exact PipStep difference. ( Important and Necessary )
...........................................................................................................................
             <<<<<<<<<<<(Orders Functions)>>>>>>>>>>>>>>

(2) Place Market Order On Both Side ( Buy And Sell at same time ) or place 1 Market Order and 3 Pending Orders in same Direction each Side and 
     manage them with Lot Exponent.
(2.1) If Market is Moving Sideways example Uptrend Close Buy Order with TakeProfit and place it again after take profit and Continue placing 
      sell orders with an Exact PipStep difference and LotExponent Ratio.
...........................................................................................................................
             <<<<<<<<<<<<( Exact PipStep Function )>>>>>>>>>>>

(3) Place order on Exact PipStep Difference ( instantly without waiting for closing candle ) Example every 40 Small Pips (Important Function). 

                                        Picture Attached

............................................................................................................................
             <<<<<<<<<<<<<(Lot Exponent Fuction)>>>>>>>>>>>

(4) Works With LotExponent and Fixed Lot Function. Choice for True False for Each Option.
............................................................................................................................             
             <<<<<<<<<<<<<( Money ManageMent Function )>>>>>>>>>>>

(5) Money Management Function Base on Account Equity for Very First Order Only. Example For Every 50000 use 0.01 starting Lot.
    But you can add better fuction too with this according your Knowledge and Experience -:) .
............................................................................................................................
             <<<<<<<<<<<< ( Special Fuction About LotExponent and Exact PipStep ) >>>>>>>>>>>>

(6) Special Function 1 >>
                      Place Double Orders of Lot Exponent With exact PipStep difference. Example >> Lot Exponent is 2.0 , So 
    Place first order 0.01 and after again 0.01 with 40 small pips difference, then 0.02 and again after 40 pips 0.02,
    Then 0.04 and after 40 Pipstep Again 0.04 so On....!!! First Order is with 3 Same Order Etc 0.01 > 0.01 > 0.01 so in double 
    it will be total 6 orders with 0.01 then follow lot exponent with also double orders but with exact pipstep difference.
    (First 6 Orders 0.01 with exact 40 small pipstep   ) 

  (i)  Start placing order from 1.25000 with Exact PipStep >>
    1.25000      =  0.01    
    1.25040      =  0.01
    1.25080      =  0.01
    1.25120      =  0.01
    1.25160      =  0.01    
    1.25200      =  0.01
 (ii) Lot Exponent Orders ( For Example Lot Exponent is 2.0 )
    1.25240      =  0.02
    1.25280      =  0.02
    1.25320      =  0.04
    1.25360      =  0.04
    1.25400      =  0.08
    1.25440      =  0.08

    so on continue lot Exponent ratio.

                                                                        Picture Attached

...............................................................................................................................        
             <<<<<<<<<< ( Special Function 2 About Take Profit Calculation )                 

(7) Special function 2 >> 
                         (1)  Take Profit Base on Fix Pips From Market Pull Back.
                   (i) SideWays (Sell) Orders TakeProfit
                       Take Profit is with market Pull Back Pips For Example If Market Moves SideWays uptrend then Take Profit is 200 
    Small Pips from Last open order.If Last order open price is 1.25440 then take Profit is 1.25240 ( 1.25440-0.00200=1.25240) 
    and close all Sell orders instantly when hitting TakeProfit. This is SideWays (Sell) Orders TakeProfit .  


                                                                                       Picture Attached    

                  (ii) Trend Order ( Buy ) TakeProfit
    For Trend Order TakeProfit Same After 200 small Pips. Buy order 1.25000 then close it on 1.25200 After 200 Pips and place again buy order.
    Take Profit Pips will be same for Both Buy orders and Sell Orders Example = 200 pips. ( ChangeAble )

                         (2)  Take Profit Base on Average Pips step of all Orders ( Commonly Used in all EA )
                 If Set 30 Pips then take 30 pips for first order and if second order add then average both order with 30 pips.
                 Average Take Profit for 30 pips for all buy orders as well as sell orders . Example >>
                 Buy orders = 0.01 at 1.25500 0.01 at 1.25400 0.01 at 1.25300 === PipStep 100 = Take Profit 30 
                 So Average Take Profit for all order is at 1.25405 for clear all trades . 

Note: Average TakeProfit and Pullback TakeProfit Both Should work at a same time.
      First Manage Average TakeProfit and in case of sideways Market If Average TakeProfit Pips Excced PullBack Profit then PullBack Profit 
      Should Work and Continue Till TakeProfit Reached.  
................................................................................................................................
(8)            <<<<<<<<<<<<< ( Stoploss and Trailing Stop Function ) >>>>>>>>>>>>>>>>>>>>>>
        
         (1) Use a Stoploss Function With Averaging PipsSteps of All Orders
         (2) Use a Average Trailing Stop With Trailing Start And Trailing Stop Function. 
             Active when average trades takeProfit reached to a specific Small Pips in Profit.          
................................................................................................................................
             <<<<<<<<<<< { Profit and Loss in Currency Amount ( It may be Dollar or Cent )} >>>>>>>>>>

(9) Fixed Profit and Loss in  Amount For Example
    Loss in Amount = -2000 so when this amount reached then closed only that symbol trades. ( Both Buy and sell ) and start trading again
    Profit in Amount = 2000 so when this amount reached then closed only that symbol trades. ( Both Buy and sell ) and start trading again
    True or False Function Required Separetly.
.................................................................................................................................
                  <<<<<<<< ( Works with All Currency Pairs )

(10) EA should Works with more than one Pairs at a time without any Error and without magic number changing mannualy . (i) GbpUsd (ii) EurUsd (iii) UsdJpy Etc.
.................................................................................................................................
                  <<<<<<<<< ( Auto Manage 4 Digit and 5 Digit Brokers ) >>>>>>>>>

(11) EA should works and manage automatically 4 Digit and 5 Digit Brokers ( Default Setting as Five Digit Brokers )
.................................................................................................................................
                  <<<<<<<<< ( Special Function 3 About RSI Features ) >>>>>>>>>>

(12) Special Function 3 >>> RSI Function <<<
     (i) RSI TRUE or FALSE
    (ii) RSI Period = 14
   (iii) Applied Price = close-0 >> open-1 >> high-2 >> low-3 >> MedianPrice-4 >> Typical Price-5 >> Weightedclose-6 >> etc 
    (iv) RSI Time Frame ( Example M1 , M15 , M30 , H1 , H4 , D1 , W1 , M1 )
 (iv)(i) If we Set M30 RSI TimeFrame and Our Chart TimeFrame is M1 then it should follow its M30 RSI Period Not according Chart Time Frame.
     (v) Buy Level = 30 , If RSI Below this Level Start Trading Buy Orders Only and Continue it with LotExpopnent in case of sides ways till it Hits TakeProfit
    (vi) Sell Level = 70 , If RSI Above this Level Start trading Sell Orders Only and Continue it with LotExpopnent in case of side ways till it Hits TakeProfit
  Note = In RSI Trading Only One Side Trading will work. (i) Below Buy Level Only Buy Orders Place (ii) Above Sell Level Only Sell Orders Place.

..................................................................................................................................
(13)                 <<<<<<<<<<<( Display on Chart )>>>>>>>>>>>>>
                       All Necessary Input Should be on Chart Display Such as 
Expert Name as Title 
Account Name = Balance = Equity = Free Margin = Margin = Buy Trades Minus+Profit Floating = Sell Trades Minus+Profit Floating = Drawdown Floating = 
Buy Trades Total+ Total orders Lot = Sell Trades Total+Total Trades Lots etc. You can manage these all according your knowledge .

..................................................................................................................................

                    All necessary input Require in setting
..........................................................................
       RSI                    = True , False
       RSI Period             = 14
       Applied Price          = close-0 >> open-1 >> high-2 >> low-3 >> MedianPrice-4 >> Typical Price-5 >> Weightedclose-6 >>       
       RSI Time Frame         = M1 , M15 , M30 , H1 , H4 , D1 , W1 , M1 
       Buy Level              = 30
       Sell Level             = 70
..........................................................................
       Slippage               = 3
       Lot Decimal            = 2
..........................................................................
       Lot                    = 0.01       
       Lot Exponent           = 2.0
..........................................................................
       Fixed Lot              = True , False
       Fixed Lot              = 0.01     ( For all Trades )
..........................................................................
       Money Management       = True , False
       Risk Amount Ratio      = 50000 
       Risk                   = 0.01  (for every 50000 use 0.01 Starting Lot for First Trade only)  
..........................................................................
       Exact PipStep          = 40            ( Small Pips )
..........................................................................
       Average TakeProfit     = True , False
       Average TakeProfit     = 30            ( Small Pips )
..........................................................................
       PullBack TakeProfit    = True , False
       PullBack TakeProfit    = 200           ( Small Pips )
..........................................................................
       Average Stoploss       = True , False
       Average StopLoss       = 1500          ( Small Pips )
..........................................................................
       Take Profit In Money   = True , False
       Take Profit In Money   = 2000
..........................................................................
       StopLoss In Money      = True , False
       StopLoss In Money      = -2000
..........................................................................
       Trailing Stop          = True , False
       Trailing Start         = 30             ( Active when average trades takeProfit is in 30 Small Pips in Profit
       Trailing Stop          = 10             ( Save 10 Small Pips while Activeted )
..........................................................................
       Maximum Trades Allowed Each Side = 50      ( should be Changeable to low or more )
..........................................................................
       Magic Number           = 1234
       Expert Comment         = any
........................................................................................................................................

If you need more information about this EA then you are welcome.
This is first time I am using this service. Don't know more about it.

Only Serious and Experienced Programmer will Contact.


[contact info deleted by administration]

The Customer should provide the Requirements Specification for all potential Developers to avoid any additional interaction outside of the Freelance service before concluding an agreement.

Please do not violate the Rules of using the Freelance service. Exchanging the contact data before concluding a Work Agreement is not allowed - https://www.mql5.com/en/job/rules#warning:

Fulfilling Orders outside of the Freelance service

  1. You can use the Freelance service only for its intended purpose - carrying out all necessary works and making payments for published Orders. Searching for customers and developers in the Freelance service in order to perform a work outside of the service is forbidden.
  2. Customers and Applicants cannot exchange contact data in any form before concluding a Work Agreement. Violators are banned from participating in the Freelance.
  3. Carrying out works and payments for Freelance Orders outside of the service is forbidden. Violators lose access to all MQL5.com website services.
  4. The Administration has the right to ban violators from participating in the Freelance service without any explanation after an internal investigation.

附加的文件:

PNG
765.PNG
46.8 Kb

反馈

1
开发者 1
等级
(182)
项目
342
42%
仲裁
118
12% / 73%
逾期
104
30%
空闲
发布者: 4 代码
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(64)
项目
144
46%
仲裁
20
40% / 20%
逾期
32
22%
空闲
相似订单
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I need someone to develop a very simple and basic Expert Advisor for MetaTrader 5. The EA should open and close trades based on a custom trading time schedule. I am a student and I do not have a budget, so I am kindly asking if someone can help me for free or as a beginner-friendly project. The EA does not need to be complicated. I only need basic settings for start time, end time, buy/sell option, lot size, stop
Profitable EA 50 - 5000 USD
I have been tired of losing money in forex for several years, I decided to buy an EA directly from the programmer , I am ready to put the right price for a real winning strategy, no matter which strategy is used. The main thing is that the strategy is profitable Send me a demo, I'll put it on the VPS. The most profitable strategy will be chosen after a week
I really like this platform. I am interested in trading and need funds for it. I enjoy both crypto and forex trading.I"really appreciate this platform. I am keen on trading and am looking for trading funds. I enjoy trading in both cryptocurrency and forex."
Titan Quantum Algo Engine V2 is an advanced MT5 Expert Advisor designed to identify high-probability market opportunities using trend analysis, breakout detection, and intelligent risk management. The EA automatically executes trades, manages stop-loss and take-profit levels, and helps traders maintain disciplined trading with optimized entry and exit strategies
The striker robot 30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
Hello, I need a Python-based MT5 forex trading bot developed. The bot should connect to MetaTrader 5, execute trades based on a predefined strategy, and support standard risk management features such as stop loss, take profit, and position sizing. Requirements: MT5 integration using Python Automated trade execution based on provided strategy rules Configurable risk management settings Support for major forex pairs
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
I need developer who Can perfectly build me a layout of Ninjatrader 8 (NT8) to look and feel the same on SierraCharts? I currently use NT8 but I want to start using SierraCharts because its more robust than NT8, but I don't want to have to worry about programming SierraCharts. How much would this cost? Thank you

项目信息

预算
30 - 75 USD
截止日期
 1  7 天