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

MQL4 Experts

Spécifications

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.

Dossiers :

PNG
765.PNG
46.8 Kb

Répondu

1
Développeur 1
Évaluation
(182)
Projets
342
42%
Arbitrage
118
12% / 73%
En retard
104
30%
Gratuit
2
Développeur 2
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
3
Développeur 3
Évaluation
(62)
Projets
140
46%
Arbitrage
19
42% / 16%
En retard
32
23%
Gratuit
Commandes similaires
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hi, I want to make an automated system to take my place in making trading positions and closing it. But I want to ask , can you program it to draw a trend line in a specific chart and several moving averages should be in specific order, and when the price is near the trend line by few pips, we shift to 15 minutes chart and noticing a resistance or support action , then we take the trade ? can we do that
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} li.li1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} ol.ol1 {list-style-type: decimal} I have an EA that open trades when my entry conditions are met. It usually executes one trade per day. I'd like to add an option
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also

Informations sur le projet

Budget
30 - 75 USD
Pour le développeur
27 - 67.5 USD
Délais
de 1 à 7 jour(s)