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%
2
開発者 2
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
3
開発者 3
評価
(62)
プロジェクト
140
46%
仲裁
19
42% / 16%
期限切れ
32
23%
類似した注文
Preciso de um EA, que faça o fecho automático de operações abertas no final da sessão e nas notícias de alto impacto. Um EA simples com apenas 1 função. Fecho das operações abertas
Enter buy trade at close of candle when bar closes above the 3 emas. Emas are 34 ema, 64 ema and 128 ema. For a buy trade the 34 ema must be above the other two emas. The 64 ema should be in the middle. The 128 ema should be below the other two emas. For a buy trade the Awesome Oscillator should be above the middle line and colored green. Exit a buy trade when price touches 64 ema. Sell trade same conditions as buy
I want to make AI based on Attached Picture Swing High low. If you have experience can share demo first. Stop loss, take profit, trailing , break even ,DD etc. also amiable
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Thanks in advance."
I need someone who can code a new EA from scratch and also know how to integrate AI into the EA and use AI and market sentiments along with news to then open positions. I have the description of the job ready. Need someone serious, with experience and who will help optimize the current strategy with their expertise. Thanks
I’m looking for an experienced MQL5 developer to create a custom Break of Structure (BoS) Indicator for MetaTrader 5. This indicator should automatically detect and mark key market structure breakpoints in real-time, offering traders clear visual signals when the market experiences a structural shift. The indicator should include the following features: Automatic detection of Break of Structure (BoS) and Change of
I need someone who can make an expert advisor for me using the high and low of certain sessions or time frames. All orders should be market orders It's based on high and lows (LONGS) When a session low is created I wait until the 14 ema crosses above the 20 ema for comfirmation of going long, and I enter when price touches on the 14 ema. My SL automatically is placed on the session low. (SHORTS) When a session high
Pls I need help I don’t have much but pls accept my little payment for the work thanks 🙏 mt5 file Once it opens buy and move positively to buy let it use auto trailing to follow the trend that’s if I choose to use trailing option and before the trailing starts it must reach the actual profit target example if I set profit target to 500 then once profit is at 500 let trailing immediately protect it and any 1 pip
I need a tested and profitable EA. I don’t want backtested EA but real live tested. At least, 5~10 % per month. Name your price!!! I also have a backtested EA that can’t make profit at the end of the month
Hello my developer colleagues, am also a developer like you but i just hear about this mql site and i will like to sell, develop and build bots for buyer. But i don't know how to become a seller here please i need help in helping me to create a seller account on mql and i will be very glad if you can help me out and i will appreciate you

プロジェクト情報

予算
30 - 75 USD
開発者用
27 - 67.5 USD
締め切り
最低 1 最高 7 日