An Expert Adviser to execute trades base on preset conditions.

仕事が完了した

実行時間5 日

指定

FOR 5 digits MT4 Plateform 

Risk Management :         Account Currency : USD

                                     1. Risk Capital, RC =  of Account Balance   ( %  MUST be an INPUT !!)

                                      2. Determine Margin Requirement for 1 standard Lot = MR  (= 100000/400 * Exchange Rate )

                                      3. Assume  Initial Lot Size , ILS = 0.01  

                                      4. Calculate Maximum DrawDown,  MD = 59.5 *ILS * ATR(14)

                                      5. Calculate Maximum Margin Requirement , MMR = 20 * ILS * ATR(14)

                                      6. Calculate Ratio = RC / (MD + MMR),      If Ratio >= 1.00 THEN set LS = ILS   ==> OPEN Buy Order

                                                                                                If Ratio  < 1.00  THEN increase ILS by 0.01 until Ratio >= 1.00 ==> OPEN Buy Order


1.  Working on  M15, M30 ans H1 Time frame using HEIKEN ASHI CHART

2.  For BUY trades only

3. Place BUY order after  a WHITE bar is fully formed after a RED bar on the  Heiken Ashi Chart.

4.  Conditions for ENTRY :    ATR (14) >=6 for M15, , 10 for M30 and 15 for H1 time frame. ( Min ATR(14) should be set as INPUT variables ) 

5.  After BUY Entry,  Modify Order to set TP = Entry Price + 3 * ATR(14)  and Stop Loss = Entry Price - 3 * ATR(14)- Spread

6.  NEXT,  Open Pending Order ( SELL STOP) at Price = Entry Price -  ATR(14),  and 

                                Take Profit = Entry Price - 3 * ATR(14)   and Stop Loss =  Entry Price + 3 * ATR(14) + Spread                           

                                  Lot Size  = 1.6 * LS  

7.   IF (6) above is HIT, then Open Pending Order ( BUY STOP) at Initial Entry price with Take Profit & Stop Loss same as (5) above

       BUT with Lot Size = 1.2 * LS.

8.   IF (7) above is HIT, then Open Pending Order (SELL STOP) same as (6) above BUT with Lot Size =1.9 * LS

9.   IF (8) above is HIT, then Repeat (7) above BUT with Lot Size = 2.6 * LS

10. IF (9 ) above is HIT,then Repeat (8) above BUT with Lot Size = 4.0 * LS   

11. IF (10 ) above is HIT,then Repeat (7) above BUT with Lot Size = 4.5 * LS

12. IF (11 ) above is HIT,then Repeat (8) above BUT with Lot Size = 7.0 * LS

13. IF (12 ) above is HIT,then Repeat (7) above BUT with Lot Size = 10.2 * LS

14. IF (13 ) above is HIT,then Repeat (8) above BUT with Lot Size = 15.0 * LS 

15. IF (14 ) above is HIT,then Repeat (7) above BUT with Lot Size = 20 * LS.

16. IF (15 ) above is HIT,then Repeat (8) above BUT with Lot Size = 30 * LS                     

17.  EXIT RULES :  If price reaches { Entry Price + 1.5 * ATR(14)}  BEFORE  the 1ST Pending Order is HIT  then move STOP Loss to Break Even,

                            and  Take 50% Profit,  Remove TP  and let price move until a RED Candle is formed,  then exit the  trade.

18.   Close All Open trades including Pending Order after either Take Profit Target hit or Trade Exit as (17) above.( Note : Close all Orders is                   needed here !)

19.  Look for New trade after all existing trades are closed.

   NOTE : After trade is opened, it should be able to be manually intervened.


  INPUT VARIABLES : 1.  Minimum ATR(14) for M15, M30 & H1  time frame.

                               2.  % Risk of Capital


                       ---- END ---  

応答済み

1
開発者 1
評価
(48)
プロジェクト
73
37%
仲裁
22
9% / 41%
期限切れ
14
19%
仕事中
2
開発者 2
評価
(1235)
プロジェクト
2820
80%
仲裁
156
22% / 43%
期限切れ
488
17%
3
開発者 3
評価
(229)
プロジェクト
339
49%
仲裁
21
5% / 33%
期限切れ
24
7%
4
開発者 4
評価
(4)
プロジェクト
5
0%
仲裁
3
0% / 67%
期限切れ
2
40%
5
開発者 5
評価
(3)
プロジェクト
8
13%
仲裁
10
10% / 70%
期限切れ
2
25%
6
開発者 6
評価
(30)
プロジェクト
93
49%
仲裁
18
56% / 17%
期限切れ
38
41%
類似した注文
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

プロジェクト情報

予算
50+ USD
開発者用
45 USD
締め切り
最低 1 最高 3 日