Expert Advisor for MetaTrader4 (MQL4 Programmer needed)

MQL5 エキスパート

指定

Expert coder needed. I want the programming to be very clean, and detailed in explanations in order to be easy edited, I will check the script you send, new versions coming soon.

EA show the indicators on the chart, Moving Average line must be white and last from background in order to be visible.

EA should  be made for MT5 because you can backtest it even if you have multiple pairs.

Transform all indicators from MT4 to MT5 and send them to developer.

Indicators needed: Five Pattern, Moving Average, MAincolor, CandlestickBW, Flat Trend

CandlestickBW indicator colors the candlesticks according to B. Williams:

Uptrend and growing candles - aqua;

Uptrend and falling candles - blue;

no trend and growing candles - green;

no trend and falling candles - red;

Downtrend and growing candles - purple;

Downtrend and falling candles - magenta


1. When indicators show the same direction with other indicators open or close trades. When five paterns show only Point E or one of mutilation or evolution multiply opened trade by 3 in that direction. 

 

2. To open a trades.

Wait 1 candles of aqua color to buy or 1 magenta color to sell and flat trends indicator must have for buy=Dark green or Light green, and for sell yellow or red. After one trade is opened in a direction it disabled, use double a trade, and then triple a trade. 

Condition1=Must be first trade in that direction

Condition2=Last 3,2 candle must be other color than aqua for buy or magenta for sell

Condition3=High or low of third candle must have a distance of maximum 30 pips of last candle(Use parameter Candle difference=30)

 

Take the distance of second candle from high to low and if last candle is lower or highter of high vs low of prevision candle with 50%(Use parameter Candle Augmentation1=50), and Flat Trends must be Dark green for buy and Red for sell.

Example=You have a candle of 10 pips and last candle is lower or highter with 5 then you can open a trade(If last candle is bigger than second candle for buy add pips when it goes highter and remove pips when is lower that prevision candle)

Condition1=Last candle must be green to buy and red to sell

Condition2=Must be first trade in that direction

 

Double an existing trade to open a trade you need at least 2 candles of color teal or magenta and an grown of last candle last must be with 50% bigger than second(prevision one) (Use parameter Candle Augmentation2=50). For buy add pips when it goes highter and remove pips when is lower that prevision candle

Condition1= In last 5 candles you need to have minimum and maximum 2 candles of color aqua for buy, or magenta for sell.

Condition2=You need to have opened at minumum and maximum one trade opened

Example=You have a candle of 10 pips and last candle is lower or highter with 5 then you can open a trade(If last candle is bigger than second candle for buy add pips when it goes highter and remove pips when is lower that prevision candle)


Triple an existing trade to open a trade you need at least 3 candles of color teal or magenta and an grown of last candle last must be with 50% bigger than second(prevision one) (Use parameter Candle Augmentation3=50) OR last with 100%(Use parameter Candle Augmentation4=100) bigger than third candle. For buy add pips when it goes highter and remove pips when is lower that prevision candle.

Condition1=In last 5 candles you need to have minimum and maximum 3 candles of color aqua for buy, or magenta for sell.

Condition2=You need to have opened at minumum and maximum 2 trades opened

Example=You have a candle of 10 pips and last candle is lower or highter with 5 then you can open a trade(If last candle is bigger than second candle for buy add pips when it goes highter and remove pips when is lower that prevision candle)

Example= third candle=10 pips, second candle=5 Highter or lower, Last candle=10 Highter or lower than second + third candle) with 10 pips both conditions are respected, but you need minimum one of them.

 

To  close trades.

When you have one aqua candle close all sell, and when is magenta close all buy. Flat trend must be color light green, dark green to close sell and yellow, red to close all buy.

When you have one green candle and last candle is going when buying is going below the prevision candle close all trades if high to low distance of last candle is below the high to low distance of second candle by 50% (Use parameter Candle Augmentation5=50). To close all buy you need one red candle.

Condition1=Flat trends must be red to close buys, and dark green to close sells

Example=Prevision candle High 15 low 10, last is 16 low 3 Close that trade when buying because is have 50% + (-1 pip)

 

CASH FLOW

Cash flow have the role to select the most volatile pair and add lots. To make it you need to take the Zigzag from panel and sum all tops + bottoms then use this.

X + Y + Z = All Cash Flow ( Sum of hights and lows on Zigzag of every pair= X or Y or Z

(For one pair high+lows sum X Number of Pairs) : All Cash Flow

 

MONEY MANAGEMENT( Calculates the probability of winning)

How to calculate the distance Mutilation/Evolution

Example Mutilation 30 Distance from Point E to Mutilation Point : Evolution 10 Distance from Point E to Evolution Point = Mutilation 3, Evolution 1/3

Condition1=Multiplication/Evolution must have a difference betwheen them of max 2 times bigger one to another.

 

How to calculate Point E to current price and Mutilation/Evolution.

Current price to Mutilation/Evolution (X) Mutilation/Evolution to point E (X) Current price to point E=Mutilation/Evolution to Point E

 

How to calculate Mutilation, Evolution.

Distance Mutilation/Evolution (X) Point E to current price and Mutilation/Evolution

 

How to extract Mutilation/Evolution 

Mutilation 30  (:) Evolution 10 = Mutilation 30, which is Evolution 1/3

Use the strategy that have bigger value example Mutilation or Evolution when are both above or below the candle

Use Evolution to the direction where it places

Use Mutilation to the direction where it places

Pattern Finder v3

When the indicator reaches a bullish or bearish signal use this indicator to open trades only on that direction with a tolerance of 20 pips above and 20 below the signal.. add 20 pips to parameters like Pattern Tolerance=20.

 How to calculate money management.

Pattern finder result(bears(below the price) or bulls) (X)  Point E Mutilation/Evolution (X) Mutilation/Evolution Win percent (X) (100 - Error Percent) (:) 200= Money Management Percent

How to calculate Money Management on money.

(Cash flow one pair X Money Management percent Mutation/Evolution) : 100=Money lots

 

3. Momentum is used to open a trade or to close it

Take last 10 market change of the price and (X) everytime price changes in favorable direction, when it goes in the opposite direction (:) the number.

Example buy 2 X 4 : 2 X 8 : 1=32

Example sell 2 : 4 X 2 : 8 X 1=1/8

Substract buy : sell and if the result number is bigger than 10 ignore Moving Average for buy.

Substract sell : buy and if the result number is bigger than 10 ignore Moving Average for sell.

Substract buy : sell and if the result number is bigger than 1 allow buying below the Moving Average line, And if is smaller than 1 allow selling above the Moving Average line.

 

4. When Maincolor is red allow closing buys, green sells but ignore Maincolor if:

Current price is near a support or resistance line(resistance and support tolerance =30 pips

Current price is near mutilation/ evolution (mutilation/evolution tolerance =20 pips

Point E is near current price (point E tolerance =20 pips

Near a point other than point E (Other points tolerance =30 pips

 

5. Moving average have the role to delay opening trades until buy goes below the line and sell above the line.

 

6. Create a simple Stoploss will activate to the highest and lowest point of near peak. Note: stop-loss has one direction in loss and can be disabled in parameters. Last readed peak can be max 30 candles old and max 10% pips in negative from difference of high and low of last peak of the market. 


7. Risk Now and Risk Expected, when it becomes high(30 or more) it needs to be written on panel that “Risk is too high, decrease lot rates below 30” Risk text must stay one second then disapear one second, then popup again one second. Risk colors are blue 0-20, yellow 20-30, red 30 or more, when a pair does not exists on broker it should not count as a active pair because it modifies risk result. 

((Total High - Low last 2 points other than point E : 2) + . . . + All Pairs + ... ) : Total Number of Active Pairs= Medium High - Low

(((((Total High low last 2 points other than point E, X Stoploss / 100) X Number or Pairs) X Value of a Pip) X Account Risk Parameter) X 2) : Equify account X 100 number= Expected Risk Result

(((Total High - Low X Stoploss / 100) X Total Value of a Pip in Opened Trades) X Account Risk Parameter) : Equify account X 100 number= Now Risk Result

8. When candle prediction have the high higher than low open buys and don't close sells. 

9. When trinity impulse is 0 dont allow to close or open any trades. When is below 0 allow only sell or above only buy.

10. When last signal of Pattern Recognision is bearish or bullish open trades only on that direction for last candles.


PARAMETERS

Timeframe=15 min

LOT=Fixed and percentual

Delta Force volatility=200

Simple Trailing Stop=50 pips

Stoploss old=30 candles

Stoploss=10% in negative

Account Risk=1

Market change of price=10 last 10 changes

Moving Average price change difference=10 10 times bigger difference Buy VS Sell

Candle difference=30

Candle Augmentation1=50

Candle Augmentation2=50

Candle Augmentation3=50

Candle Augmentation4=100

Candle Augmentation5=50

Pattern Tolerance=20 Pips

Resistance and support tolerance=30 pips above and below

Mutilation Evolution tolerance=20 pips

Point E tolerance=20 pips

Other points tolerance=30 pips

 

CONFIGURATION

-/- All parameters of indicators

PAIRS

EUR/USD, GBP USD, NZD/USD, AUD/USD, USD/JPY, USD/CHF, USD/CAD, EUR/JPY, EUR/CAD, EUR/CHF, EUR/GBP, EUR/NZD, EUR/AUD, AUD/NZD, NZD/JPY, CAD/JPY, AUD/JPY, CHF/JPY, GBP/CAD, , GBP/AUD, CAD/CHF, GBPJPY, AUDCHF, GBPNZD, NZDCHF, GBPCAD, GBPNZD, And others

応答済み

1
開発者 1
評価
(195)
プロジェクト
395
28%
仲裁
155
20% / 52%
期限切れ
112
28%
2
開発者 2
評価
(564)
プロジェクト
933
47%
仲裁
302
59% / 25%
期限切れ
125
13%
取り込み中
3
開発者 3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
4
開発者 4
評価
(59)
プロジェクト
182
55%
仲裁
31
45% / 16%
期限切れ
103
57%
5
開発者 5
評価
(3)
プロジェクト
2
0%
仲裁
7
0% / 86%
期限切れ
0
6
開発者 6
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
7
開発者 7
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
8
開発者 8
評価
(251)
プロジェクト
400
54%
仲裁
9
67% / 22%
期限切れ
36
9%
類似した注文
in this document i have explained the EA requirements in details and given some pictures of needed options . please Grid EA expert apply to my job . and do not come with no experience. https://docs.google.com/document/d/1Y_Vbv87Ep5BQavRxgDlsWT7GH5VjSgVDnm6C1wtVtj0/edit?usp=sharing i can pay 30 USD now but later on if EA get successful . i'll gift with tip of 50 USD after successful month
All information is detailed in the attached EA diagram. I need a risk management EA build that calculated % amounts based on a snapshot of the starting balance each day, the initial balance and the floating balance. I then need to close positions based on this targets and also disable/enable algo trading. Quite basic ideas. Please see the attached image for all/more details and please let me know what you think/your
Halo These ACS&Csdash indicators work in the same way but provide signals of different currency pairs. And Either of these two ACS indicators should be selected any one and set to trade. It provides signals of multiple currency pairs in the interface So the EA should work like that to trade multiple currency pairs on one chart. CsDash should analyze whether it is a strong signal to show on the dash board and make a
Hello, Please I need help to connect a script to crypto Triangular Arbitrage to binance api to buy sell sell and buy buy sell step A Step B Step C minimum profit 0,3 and minimum 100 usdt , bnb in value 100 usdt and eth in value 100 usdt .Thanks
RSI 9 level 90/10 EA Indicators are 1. PSAR with step 0.01 max 0.02 2. Zigzag 3. SwR 1. At the close of candle at 0630 Pacific Standard Time. draw up and down of candles at 0625 and 0630 including the wick (allow in input) 2. Allow a breakout of either trend on up for buy and down for sell 3. Before buy. Ensure PSAR is in the buy position of candles above the PSAR line dot (Allow entry in input for setting) 4. TP1 on
I need a gold scalper EA which can trade in real environment. EA should open trades based on candlesticks close. Must have TP, Open SL, and should have DD control settings. If you can do just let me know. I may meed a test to make sure it opens real trades
Good morning. I would like to create HFT bot to trade on Prop Firm without breaking the rules. It should scalp. EA should have SL, TP, BE and even Trail Loss inputs. The EA should also have daily loss and profits target so when met the EA stops for the day
EA improvements 60+ USD
Hi, I want to improve an existing EA Ability to modify the main time frame and indicators settings. I will give you clear specifications and I will send you the source code. Best regards
Basil 50+ USD
thanks alot Very nice concept , but if I want to write a price action indicator with multiple prices (high,low,close,open)which calculates indicator value based on i.e difference of high and low there is a problem of having only one array of data (m_source_data in CIndicator class),is there a way to work around this or do you suggest to modify the CIndicator class and make the m_source_data an array of (mqlRates or
I want to deal in triangular forex arbitrage trading. I want an automated trading robot for the same. It is also expected that the developer advises me about the setting up the operations. I live in India, so he/she must know the ethical way to do it, be it international broker account or whatever. I just need to start this sooner but in the efficient way. The developer is expected to have some experience and should

プロジェクト情報

予算
30 - 200 USD
VAT(付加価値税) (19%): 5.7 - 38 USD
合計: 35.7 - 238 USD
開発者用
27 - 180 USD
締め切り
最低 1 最高 7 日