Carax EA

MQL4 エキスパート

仕事が完了した

実行時間4 日
依頼者からのフィードバック
The best developer i have worked with. Very smart guy, he understands what you need in few minutes! Always available and very precise. Great programmer believe me people!!

指定

i need a basket EA which monitors (and trades, of course) the prices of pairs; no chart needed to watch, only numbers.


The EA has to pick the ASK price of the selected pairs, multiply them, and compare the result with the BID price of the main pair choosed. Simple!



Here’s an example:

main pair EURAUD

sub pairs EURGBP,CHFJPY


EURAUD BID 1.08781


EURGBP ASK 0.87439

NZDUSD ASK 0.72655

the result of multiplication is 0.63529


So,

(EURAUD)1.08781-(result)0.63529 = 0.38281*100000 = 45252 points


The calculation is always MAIN - SUB!


This calculation must be on EVERY TICK! That could mean over 500 calculation a minute!


If the difference between main and subs is over X points or under Y points (points are discretionary in settings inputs) you can choose what to do: buy both main and subs; sell both main and subs; sell main and buy subs and viceversa.



The menu will be:


fixed lots: true/false

fixed lotsize: If above is true, the EA will use this fixed lot size (0.01…..0.1….10 and so on)

percent lotmulti: If above is false, the EA will trade in the percent given (1 meaning 1% of balance, same for equity with no running positions)

******KEEP ATTENTION: lot size, fixed or percent, is relative to each subs pair. If i set a fixed lot size to 0.1 and i select 10 subs, then each orders will have 0.1, in total 1 std lot. The lot size of main pair is automatically set to 0.1*n° of pairs (10 in example). So the main pair will trade with 1 std lot, while each sub with 0.1. The same calculation for the percent lots.


main pair: no need this voice. Is the pair where i attach the EA, which automatically set that cross as main. Obviously the timeframe is useless.

sub pairs: a comma-separated list of symbols to include in basket calculation (example: AUDUSD,NZDUSD,USDCAD,EURAUD,EURNZD,EURCAD,GBPAUD,GBPNZD,GBPCAD). Allowed multiple voices.

coeff sub_pairs: Directional Weights of basket instruments seperated by commas (+1 , +1 , -1 , -1 , -1 , -1 , -1 , -1 , -1). If a subpair is EURUSD with its coeff +1 and i choose sell/buy (see below) it will buy EURUSD. But, If EURUSD has -1 it will buy USDEUR (means sell USDEUR). So if the EURUSD ask value is 1.10123, the multiplication will be 1/1.10123*other ask pairs



entry _diff: (in points: 1 or 2 or 10…100…) if non zero, the EA will open the positions in the direction of the below voice WHEN A POSITIVE/NEGATIVE GAP BETWEEN MAIN AND SUBS, GREATER OR EQUAL THAN THE VALUE, IS MET. FOR EXAMPLE 10 MEANS BOTH +10 AND -10! If zero it won’t trade when a positive/negative difference occur. So it never trades

direction positive_main: is a choosing menu buy or sell for positive diff on main cross. If is on buy, then the negative automatically would be sell. 

direction positive_subs: is a choosing menu buy or sell for positive diff on each sub cross. If is on buy, then the negative automatically would be sell.  (always keep an eye on coeff sub_pairs voice)



max sum spread: Blocks new orders if the current sum of basket spreads on the SUB symbols is wider than the specified number of points. A value of zero disables this check on the spread. 



magic: magic for whole basket



Position Minimal Time: in seconds for some brokers scalping restrictions. If non zero the EA leaves the positions opened at least for the seconds input. Zero turns off the setting



max SL_points: ignored if below voice is non zero. If non-zero, a fixed number of pips to use for the stop-loss on all basket (not applied to any singular trade, but for the whole basket)

max SL_money: ignored if below voice is non zero. If non-zero, a fixed number of money to use for the stop-loss on all basket (not applied to any singular trade, but for the whole basket.)



basket money: (1° exit method: considering the commissions if any…the EA must watch for this and is very easy since MT4 gives the total profit itself. Zero disables this function);

percentage of balance: (2° exit method: i intend balance as the money before opening position, and not the equity! When there are no opened position the equity=balance. Zero disables this function)

basket difference: (3° exit method: in points. If non zero then the EA exits the positions when the difference is equal or less of this value. Zero disables this function


All exit ways can coexist together. The EA will stop once the first occurs.

Once any of selected exit method is reached, and the Position Minimal Time (if non zero) is already expired, then the EA can close. Position Minimal Time is stronger than any exits method. 




Lastly, when i attach the EA to the main pair chart, then it should give me the informations on the screen such as:

-main pair, with its BID value and the direction of trade chosen

-sub pairs chosen with their ASK values and each direction of trade chosen

-current real time diff MAIN - SUBS

-current real time SUBS sum of spread


応答済み

1
開発者 1
評価
(135)
プロジェクト
192
42%
仲裁
17
29% / 59%
期限切れ
28
15%
2
開発者 2
評価
(130)
プロジェクト
210
40%
仲裁
90
20% / 43%
期限切れ
85
40%
3
開発者 3
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
4
開発者 4
評価
(590)
プロジェクト
789
71%
仲裁
9
33% / 33%
期限切れ
22
3%
5
開発者 5
評価
(258)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
6
開発者 6
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
7
開発者 7
評価
(28)
プロジェクト
47
23%
仲裁
13
31% / 15%
期限切れ
12
26%
類似した注文
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
Pinescript code 60 - 100 USD
i need to convert this pinescript to ea mql4 exactly as original, consider my budget, i have also other project so if you are avalable and have enough time consider to take also other pinescript project
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 an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
Martingle EA 30+ USD
Create martingle grid EA with my own logic. Add Moving Avarage Filter. 2 engine with same logic. Sl TP by $ amount. Profit loss Dashboard Virtual all trade close Button
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. When sending

プロジェクト情報

予算
50 - 200 USD
開発者用
45 - 180 USD
締め切り
最低 1 最高 5 日