Fractals Breakout EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 13 ore

Specifiche

Entry Rules:

·       Order is opened when PA breaks out of Fractals AIMs box (indicator provided). Parameter required to define how far out of AIMs box the order is triggered. [BreakoutPips]

·       The potential entry is trading away from the 50 ema (eg if price action is below 50 ema then only take short trades). Parameter required to define the EMA settings and to disable this feature (true/false). [EMA]

·       Filter to exclude potential trades when the signal candle crosses the above 50 ema (true/false). [EMAcross]

Note that the closing of trades can happen at any time based on MM features. And should NOT be defined by the above settings

 

Money Management

·       Initial stop loss options set on opposite side of AIMs box that was used to enter order. parameter required to define how many pips SL beyond AIMs box. [StopLoss]

·       A feature to close a portion of the trade [InitialClose]. InitialClose = X% of trade when it has achieved Y pips. Eg. Close 50% of trade when +25 pips are achieved. (true/false to disable feature)

·       When the [InitialClose] has been achieved, set stop loss to breakeven plus spread pips. A parameter to disable (true/false).


- If [InitialClose] feature is disabled, then a Breakeven feature will set SL to Breakeven after X pips movement. The [XtoBreakeven] will be used if not using [InitialClose].

-----

Two options to trail the remainder of the trade [FinalClose].

Option 1 = Simple Trailing

[TrailStart] will move the SL from breakeven to X pips

- [TrailSteps] will define the stepped increments that the SL will move by.

Option 2 = Bars back

- Move the stop loss to just above/below the last x bar. Parameter to define X (eg. if [LastBar] = 1 then the SL will be set below/above previous bar. if [Lastbar] = 2 the SL will be set below/above previous previous bar).

·       The size of opening trade [TradeSize] defined by X% of account based on potential loss from defined SL. (Eg stop loss is set at 1% of account. If account is £1,500 and SL is 60 pips then trade size is (1500 / 100) / 60 = 0.25 per pip)

If [InitialClose] is disabled then The trailing options will be triggered once [XtoBreakeven] has been triggered.


Con risposta

1
Sviluppatore 1
Valutazioni
(595)
Progetti
927
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
In elaborazione
2
Sviluppatore 2
Valutazioni
(121)
Progetti
134
66%
Arbitraggio
36
25% / 56%
In ritardo
22
16%
Gratuito
3
Sviluppatore 3
Valutazioni
(69)
Progetti
76
59%
Arbitraggio
0
In ritardo
12
16%
Gratuito
4
Sviluppatore 4
Valutazioni
(1855)
Progetti
3458
88%
Arbitraggio
73
40% / 15%
In ritardo
265
8%
In elaborazione
5
Sviluppatore 5
Valutazioni
(304)
Progetti
509
47%
Arbitraggio
29
10% / 45%
In ritardo
138
27%
Gratuito
6
Sviluppatore 6
Valutazioni
(258)
Progetti
395
28%
Arbitraggio
69
19% / 49%
In ritardo
120
30%
Gratuito
7
Sviluppatore 7
Valutazioni
(490)
Progetti
1016
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
In elaborazione
8
Sviluppatore 8
Valutazioni
(2428)
Progetti
3057
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
9
Sviluppatore 9
Valutazioni
(90)
Progetti
159
61%
Arbitraggio
40
18% / 63%
In ritardo
70
44%
Gratuito
Ordini simili
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Informazioni sul progetto

Budget