Fancy EMA Crossing Trading EA

MQL4 전문가

명시

Cross Over Robot Signal Algorithm

 Magic Number:

·        User adjustable magic number value.

Exponential Moving Averages:

·        Entry of 4 EMA's.  Example: MA1 = W, MA2 = X, MA3 = Y, MA4 = Z

 Stop Loss Logic:

·        Detection of previous high for shorts or previous low for longs in order to place stop loss X amount beyond that value. If disabled, defaults to a user defined stop loss value.

·        Ability to set stop loss to Break Even at X points in profit and have a Break Even Target of X.  Also the option to enable and disable.  Example: If price is currently 100 points in profit, then move stop loss to break even target of 7 points profit.

·        Trailing stop loss with definable activation point, trailing distance, and trailing intervals.  Also the option to enable and disable.  Example: Activate trailing stop loss once it is 250 points in profit, and trail by 200 points indefinitely every 5 points of price increase in profit.

 Money Management:

·        Lot size based on risk percentage of the account balance if stop loss were to be hit.  Example: If stop loss is 200 points, and percentage of account risk total is $200, then lot size will be 1.00 ($1 per point per lot).

·        Trades to be executed per the above stop loss logic and user defined take profit values.

·        Option to disable, if disabled, defaults to a user defined lot size.

 EMA Signal to Open Trade Logic:

·        At least 3 selectable and definable distance parameters between EMA values with definable historical candle period to compare.  Example: MA3 Min Distance From MA4 3 candle periods ago = 30 points, MA 1 Distance from MA3 3 candle periods ago = 40 points, etc.  If set, all must be true in order to execute the trade.  So for this, user must be able to select which MA's to compare with distance entry, and the user must be able to select how many candle periods to compare, for example if user wants to compare 4 candle periods ago, then simply enter 4 or to disable candle periods simply enter 0.  Option to disable this feature.

·        EMA Crossing, user selectable which two EMA's to cross in order to execute the trade.  Example: If MA1 > MA3, then allow longs, IF MA1 < MA3 then allow shorts.  For the sake of other code logics, MA 1-4 are in order from smallest to greatest.  So if the small MA is on top this will be a long signal, and if the greater MA is on top, this will be a short signal.

·        User able to enter EMA Crossing signal expiration periods.  Example, if user allows for 5 candle periods after the EMA crossing, but the below candle signal logic has not yet been validated in 5 candle periods, then the MA cross over signal will be invalidated until the next cross over which will reset the candle period counter.  Option to disable this feature as well.

·        User defined Max Trade Positions per EMA crossing.

 Candle Signal to Open Trade Logic:

·        Option to open trade after definable X amount of retracement candles, then take the next signal candle.  Example, for a long, if user enters 3 retracement candles, then there needs to be at least 3 or more bear candles before the close of a bull candle appears.  An entry of 0 will mean no retracement candles required and entry can take place on the first bull candle that appears regardless of prior candles.

·        Option to require  if previous candle close price to be below a selectable EMA for longs or above a selectable EMA for shorts.  Basically this trumps the above retracement rule above if the user prefers the retracement candle to touch and bounce off a specified EMA before taking the trade or used in combination with the retracement rule above.  Option to disable this if required.

·        Trades executed upon candle closing if all EMA and Candle signals are true. Closed bull candle for long entries, closed bear candle for short entries.

 Trade Closing Logic:

·        Trades can be closed by hitting the stop loss or defined take profit values.

·        Option to close trades during a specified EMA crossing without waiting for the candle to close. An option can be added to wait for candle close before confirming a close signal. Example: The EA opened a long position that is still going strong.  When MA1 crosses below MA2, close all longs immediately without waiting on candle closing.  Visa versa for shorts.  This setting can have an option to disable as well.

 Comment:

·        User definable comment entry for open trades.


응답함

2
개발자 2
등급
(117)
프로젝트
138
41%
중재
30
7% / 77%
기한 초과
17
12%
무료
4
개발자 4
등급
(365)
프로젝트
412
36%
중재
35
26% / 57%
기한 초과
63
15%
무료
5
개발자 5
등급
(212)
프로젝트
246
45%
중재
42
10% / 57%
기한 초과
5
2%
무료
6
개발자 6
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
7
개발자 7
등급
(94)
프로젝트
148
59%
중재
16
38% / 13%
기한 초과
25
17%
무료
비슷한 주문
I'm seeking assistance in developing a sophisticated trading robot with the following features: Core strategy: Harmonic pattern recognition Supply and demand analysis Fibonacci zigzag for trade optimization Additional components: News filter Dashboard for easy monitoring Customizable settings: Lot size Trailing stop Trading session parameters Maximum number of orders Option to use market or limit orders Resources
1. Add Feature For (SPREAD) Normal trading Hours Spread or User set trading Hours Spread True or false Set to true or False When set to true EA will only create or develop a trade if spread is in this window allowing it to and EA will follow a window in which it can trade based on spread so if spread is to high and outside of this window it will not create a trade It
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing
Hi, I have an indicator from my friend, I want to copy it to MT5 can you do that for me. Here is the link
Hi, I have a working MQ4 EA (With a few warnings but works fine), I need the warnings cleared and converted to MQ5. But I would also like a few improvements first. Firstly: Fix warnings in MT4 code (return value of 'OrderSelect'/'OrderModify' should be checked). Add following features: Magic number modifiable variable (It's currently hard coded) Is it possible to have a stop loss dollar amount instead of lots if
i create a robot which help with order blocks and detection of spikes ....simply it analyses the market for you and if you are using it you wont need much skill to start operating it well you just need to know and understand how it works
I need an experienced programmer to create an automated EA that will open trades based on different candle stick formation strategies and indicators. The EA will first scan the market, find a current market trend and define area of support and resistance. On ranging market the EA doesn’t place trades . (1) EA should use a straddle strategy from either the S/R level, (2) indecision Doji candle from the S/R area, (3)
Order of EA trading only Arrow signals of my indicator in MT4 This EA should trade only the BUY and SELL Arrow signals after 1 added candle AND only if the bricks (blue for blue and red for sell) are in same direction Arrow + a brick Indicator is here attached. Arrow up + 2 Bricks Blue is BUY Arrow down + 2 Bricks Red is SELL Important is to check ONLY CLOSED candels. Sometimes it maybe occur ,that arrow apperase
Je souhaite un Ea advisor, possédants des stratégies combinés tels que : RSI+BB, Stoch+ATR, Fibonacci pattern harmonics, Keiltner+Canal Donchian, EMA+SMMA, support et résistance,zizag Min lots : 0.1 Je rechargerai mon solde une fois qu’un bon robot me sera présenté Je 'ai qu’une centaine d’euro entre mon investissement en votre EA et mon solde métatrader je ne veux pas de calcul de lots en fonction de mon
Hi, I have an indicator from my friend, I want to copy it to MT5 can you do that for me. Here is the link

프로젝트 정보

예산
50 - 100 USD
개발자에게
45 - 90 USD
기한
 14 일