Fractals Hedge Master

Spécifications

I need a very simple EA which:

1-      Should work on three indicators (Moving Average, Parabolic SAR, MACD and Fractals). The option to turn on/ off for these indicators should be available for the trader as per his strategy. Of course, if the trader wants to turn on one/ two/ three indicators, further options to determine the type/ values (I.e Parameter) should be asked by the EA.

2-      The system works on top/ bottom (Fractals) and signal produced by the indicator either it be SMA, EMA, PSAR, MACD or combination of any two or three. A signal produced by an indicator means when it changes its stance (from buy to sell or vice versa).

3-      When Fractals=on; MA=on; PSAR=off; MACD=off. Buy when a lower fractal appears and the price is already above MA or price just crosses at second candle after a lower fractal. (Of course a fractal is considered final after formation of two candles after it). The vice versa is true for placing sell orders.

4-      When Fractals=on; MA=off; PSAR=on; MACD=off. Buy when a lower fractal appears and the price is already above PSAR or PSAR just appears at second candle after a lower fractal. The vice versa is true for placing sell orders.

5-      When Fractals=on; MA=off; PSAR=off; MACD=on. Buy when a lower fractal appears and the MACD is already showing upward bars or buy signal or MACD just gives buy signal at second candle after a lower fractal. The vice versa is true for placing sell orders.

6-      When Fractals=on; MA=on; PSAR=on; MACD=off. Buy when a lower fractal appears and the MA and PSAR are already showing buy signal. The vice versa is true for placing sell orders. The same mechanism should work for other combination of indicators.

7-      When the indicator/ combination of indicators produces an opposite signal, the running trade shouldn’t be closed, instead, an opposite side trade of equal running lot should be placed to compensate the running trades in opening directions. Of course, another trade should also be placed as explained above. For example, if the price is above MA and 5 buy trades (each of lot size 1) are running and an upper fractal is formed and price suddenly crosses MA downwards, the EA should immediately place 1 sell order of lot size 5 to hedge the buy trades. However, this change of signal should only be determined by one Master indicator and that would be determined by the trader in EA settings and will be one of the (MA/ Fractals/ PSAR or MACD). On the other hand, it should also place a selling order (since a sell signal has also been generated by fractal and MA in this case) of lot size x should be placed. The lot sizes for these new trades are explained below.

8-      The field ‘Stop loss’ should be of two types:

i-                   Fixed

ii-                 Top bottom

i-                   The fixed stop loss is just fixed number of pips away from the opening price of the trade as mentioned by the trader.

ii-                 ‘Top bottom’ stop loss is the stop loss ‘x’ number of pips above or below the latest top/ bottom. The number of pips ‘x’ will be mentioned by the trader. For example, If the trader inputs ‘5’ for a buy stop, the stop loss of this trade will be 5 pips below the last bottom. S/L type ‘Fixed’ and stop loss distance=0 means no stop loss for the trades.

 

9-      The ‘take profit’ should be of three types

i-                   Fixed

ii-                 Top bottom

iii-                Trailing

i-                   The fixed take profit is just fixed number of pips away from the opening price of the trade as mentioned by the trader.

ii-                 ‘Top bottom’ take profit is ‘x’ number of pips above or below the latest top/ bottom. The number of pips ‘x’ will be mentioned by the trader. For example, If the trader inputs ‘5’ for a buy stop, the take profit of this trade will be 5 pips above the last top. If the trader inputs ‘-5’ for a buy stop, the take profit of this trade will be 5 pips before the last bottom Hence, the take profit of buy orders will be x pips above/ below the latest top and the take profit of sell orders will be x pips below the latest bottom. Please note that unlike stop loss, top bottom take profit can have a negative value as it will imply the price hit x pips before the latest top/ bottom.

iii-                ‘Trailing’ take profit is simply trailing and should work like a common trailing take profit with number of pips inputted by the trader in EA settings.

 

10-   There should be a field named as ‘Lot Type’ with the option to choose as ‘fixed’ and ‘Variable’. If the traders selects ‘Fixed’, the next field named as ‘Fixed Lot Size’ should take input of standard lot size from the trader and place each trade of that lot size. In case the Lot type is selected as ‘Variable’, then EA should refer to the next field named as ‘Maximum loss- Capital’ in the EA where the trader will write an amount of capital to be risked in the trade and hence the EA should calculate the lot size accordingly. For example, opening price of a long trade in US30Cash is 33930 after the formation of bottom at 33900. This is difference of 33930 – 33900 = 30 pips. Suppose, we have written an amount of 100$ in the maximum loss field. Hence the lot size should be calculated as 100/30 = 3.33$/ pip. If the trader selects ‘0’ in this field, the EA should look on the next field ‘Maximum Loss Percentage’.

 

11-   Another field named as ‘Maximum Loss Percentage’, as depicted from the name is simply the percentage of the capital which should be risked per trade. For example, If the trader writes 1 here and my capital is 10,000$, the maximum loss should automatically be considered 1% x 10,000 = 100$ and the lot size should be calculated accordingly. The max value of this field should be 10. If I select ‘0’ then the above field ‘maximum loss-Capital’ should be considered in this case.

 

 

12-   There should be a filed named as ‘Max Running Lot’. Max Running Lot is used to limit Maximum opened Lot Size of all running orders in a unit lot (Standard/ Mini/ Micro)  (total sum of all lots of running orders). For Example, if I select 1, the EA should keep placing orders until sum of lot sizes of all running orders reaches upto 1 standard lot max. This control is introduced to limit massive running lot sizes and infinite number of orders during large trends.

13-   The last field named as ‘Close orders’ will be of two types.

i-                   Close all orders

ii-                 Nil

i-                   If the trader selects ‘Close all orders’, EA should close all running and pending orders and halt further trading until this field is selected as ‘Nil’.

ii-                 ‘Nil’ means that this field should not work.

14-   The last three fields named as ‘Profit stopper’, ‘Loss stopper’ are used to protect/ avoids profits/ losses of running trades and work simple. I.e; if the trader mentions 200 in the ‘Profit Stopper’ the EA should close all running trades (instead of whether they are in profit or loss) when the total of running trades reaches 200dollars (or the account currency). Similarly, if the trader inputs -200 in ‘Loss Stopper’, EA should close all running trades if the total loss of all running trades becomes -200 or lower. When these fields are zero, it shouldn’t work.

 

Dossiers :

ZIP
archive.zip
17.4 Kb

Répondu

1
Développeur 1
Évaluation
(37)
Projets
50
16%
Arbitrage
1
0% / 0%
En retard
6
12%
Chargé
2
Développeur 2
Évaluation
(2)
Projets
3
0%
Arbitrage
0
En retard
0
Gratuit
3
Développeur 3
Évaluation
(3)
Projets
4
25%
Arbitrage
1
0% / 0%
En retard
0
Occupé
4
Développeur 4
Évaluation
(34)
Projets
42
33%
Arbitrage
4
0% / 25%
En retard
8
19%
Travail
5
Développeur 5
Évaluation
(52)
Projets
155
69%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
6
Développeur 6
Évaluation
(11)
Projets
12
42%
Arbitrage
1
0% / 100%
En retard
0
Chargé
7
Développeur 7
Évaluation
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
8
Développeur 8
Évaluation
(40)
Projets
86
13%
Arbitrage
29
31% / 48%
En retard
35
41%
Chargé
9
Développeur 9
Évaluation
(566)
Projets
639
41%
Arbitrage
21
57% / 29%
En retard
45
7%
Chargé
10
Développeur 10
Évaluation
(261)
Projets
535
50%
Arbitrage
54
41% / 37%
En retard
224
42%
Travail
Commandes similaires
Forex Advanced Risk Management : With the new Fixed Lot and Risk Percentage modes, tailor your trading to align with your risk tolerance. The system now allows you to define your risk down to minute detail, ensuring that each trade is in harmony with your financial strategy. Dynamic Trend Configuration : Version 2.0 comes with a refined algorithm selection that seamlessly adapts to market trends. Whether you choose a
I have Trading View pinescript indicator that I would like converting to an MT4 indicator, and i want it to be working in MT4 exactly the way it works in tradingview must work on any timeframe and without bugs, if you have the knowledge of the platform programming language and can make the conversion possible please kindly bid for the job. Sorry, forgot to add I need an alert added to the indicator when price reaches
Smith Ai 30+ USD
I want to a developer to build my simple strategy into a Ea ... indicator are bollinger band with default setting variables index dynamic average 9.12 and moving averages 50 with parabolic stars 0.003 ..0.2Here is how the strategy works when vdma crossing 50 ma down ...and price is below middle bollinger band Expert open a SELL ORDER ....if though the psar is below price ....ea open another. Sell position of price
EA 30+ USD
I have an EA bot CODE intend to be use on the MT5 platform, and all I need is a debug expert with full knowledge of what they are doing. The Skillset i need from you as a debugger are: 1. Trading Robot/Robot Debugging 2. Strategy Optimization 3. News Filter PS: I AM WILLING TO PAY $30 AS THAT IS WHAT I HAVE. IF YOU ARE NOT OKAY WITH THE PAY, PLEASE DON'T EVEN BOTHER DECLARING INTEREST I will send you the codes and
Hi, I am looking for a scalping bot, that will have below criteria: 1. Take a position in the direction of the market with 1 STANDARD LOT. 2. Wait for 125 seconds after entering the position. 3. Exit the position when the position shows $10 profit. 4. Scan multiple leading currencies for such setups. 5. More than 5 positions should not be open at a time. 6. Exit the position if the floating loss exceeds $100. 7
Hello I am looking for a developer to help me do modification on my custom ninjatrader 8 strategy and also backtest it in other to work perfectly your expertise is highly needed for this project Kindly reach out to me and let get started on the project Thanks
I want to build a well performance mt4 indicator or trading view indicator for my strategy, please you must make sure you are a professional in building mt4 indicator or trading view indicator with serveral years of experience, so if you are kindly react to this and let talk more on how you will get my indicator working
EA development 30+ USD
HELLO there, am looking for some one that have serveral years of experience in developing a well performance EA, that can use both mt4, mt5 platform for development, please you most be an expert in the coding of EA , THANK YOU
All rights published by the owner. Its about experience and expert advisors may not be 100% accurate but they will assist you placing or execute trades when you are busy for you not to miss entries. Its a component of mixed confluence of strategies as it fit in my trading style
Hi guys I eould like to know if it‘s possible to draw highs and lows with a horizontal line in the line chart? It should be an indicator with buffers that I can integrate it into an EA. If it‘s possible please explain how you would detect those highs and lows. Thanks in advance

Informations sur le projet

Budget
50 - 90 USD
Pour le développeur
45 - 81 USD
Délais
de 1 à 7 jour(s)