指定

EA to set a grid of positions and trail profitable one as per below specifications...

EA to work as Moon turning around Earth, considering that price always turn around a specific point, so this EA must do the same...



Features :                                   
                                   
 * - All those specifications must be in hidden mode from broker but displayed for me in a smart customizable panel…                                   
 * - Fully automated EA but monitored by the trader displaying panel and sending notifications to METAQUOTE PROFILE… (set in input parameters)                                  
 * - EA must run around the clock till money management fufillments are reached as per below; VIRTUAL HOSTING necessary…
 * - EA must be able to trade CURRENCY PAIRS as well as PRECIOUS METAL and OIL (UKBRENT or CRUDE OIL)...
 * - EA must have a NO LOSS FEATURE automatically set as previous order in grid entry price;
(no further modification allowed but it shall be displayed in price and currency account in EA panel)...
 * - EA must only run on account specified in input paramets to avoid unwanted DRAWDOWN in other trading accounts…                                   
i.e. ALLOW TRADING in those accouts (max 10 or delete one authorization if more than this value if less than this value, leave those columns empty):                             
 - Number : 327309 : LiteForex-Classic.com                                   
 - Number : 12032326 : IronFx-Real2                                   
 * - In input parameters, the money management will be set as % of profit/growth as per available margin to be reached for stopping EA…                                   
 * - EA must open a market order specified above (MARKET ORDER #00) and a number of PENDING ORDERS specified in input parameters (i.e. PENDING ORDER #01 to #10)                                   
(1) - ' * - Adjustable TP/SL only for the first market order (#00) considered as beginning of all further EA cycles orders…                                   
 * - Allow trader to manage himself the first of all market order opened (mother of all traders) and recognise it by ticket number…                                   
 * - This first of all market order opened (mother trade) and recognised by ticket number must be closed only it turns in profit or all following orders profit cover 1 or 2 times loss of this one regardless of swap…                                   
 * - Once this first of all market order opened  and recognised by ticket number reaches above specifications and get closed it must be replaced by another with better parameters                                   
 * - And the cycle continue till all requirements are reached (see above as profit percentage specified according to free margin )                                   
i.e. FREE MARGIN is 5.000$ and growth percent is set as 200%, when profit generated by all cycles reaches 5.000$ x 200% = 10.000$ then EA breaths and stop trading since another action is required…                                   
 * - Following pending or becoming market orders must be managed as per EA specifications…                                   
 * - Trailing Starts @ Previous trade entry price                                   
 * - SELL, BUY, SELLSTOP, BUYSTOP must be allowed or not as per EA inputs parameters…                                   
 * - LOT SIZE must be set in inputs parameters…                                   
 * - Trailing Step must be set in input parameters (1 point/pip or more)
 * - No loss will be automatically set as previous order entry price...
 * - Distance between pending orders must be set in input parameters as coefficient of currency spread no points, pips nor price :                                    
i.e. spread is 22 for EURUSD then distance must be set as 22 x Coef 10 or more…                                   
 * - No slippage price allowed once trailing started…                                   
 * - Once Trailing Stop is triggered, no reversal allowed. If market reverses, close that position at price trailing started or current price before market reverses.                                   
 * - Once Trailing Stop is triggered, delete all pending orders…                                   
 * - Once Trailed position closed in profit, open another position starting at the first opening price of the closed position with same parameters and set another grid of orders.                                   
i.e PENDING ORDER #01 opened @1,18600 and closed by trailing @1,18300, open another position @1,18600 and start trailing as specified above… Then reset the grid as per previous specifications…                                   
 * - This action must be repeated till growth percent is reached as specified in inputs…                                   
 * - Customizable Panel display and trading directly through this panel                                   
 * - Comment Order must appear to recognize orders managed by EA…                                   
i.e Comment : " CHAILI_ORBITER_2.0 (Name of the EA)                                   
 * - EA must calculate and display current DRAWDOWN for all the orders (MARKET and PENDING) in percentage and currency account…                                   
 * - EA must calculate and display necessary deposit to hold all orders opened (MARKET and PENDING) and keep them safe considering worst market situation (i.e. high and low withing last two years)                                   
 * - Display ignored trade ticket  caracteristics in the EA panel…                                   
 * - Display SPREAD and SWAP in the EA panel…                                   
 * - Display Total LOT SIZE in the EA panel (separating market and pending ones)…                                   
 * - Display Medium PRICE in the EA panel (separating market and pending ones)…                                   
 * - Display Medium average holding time for opened and close positions…                                   
 * - Display Maximum possible total lot size in EA panel (regarding to x% of free margin and relative drawdown for current and pending orders)…                                   
 * - Create an Excel log file (No other format file but only EXCEL ones) in folder especially created for EA in MQL4 DATA FOLDER in order to monitor EA actions and performances...                                    

ファイル:

JPG
EURUSDH1.jpg
104.9 Kb
JPG
USDCHFH1.jpg
76.4 Kb

応答済み

1
開発者 1
評価
(323)
プロジェクト
471
42%
仲裁
77
12% / 64%
期限切れ
76
16%
2
開発者 2
評価
(362)
プロジェクト
506
40%
仲裁
147
18% / 72%
期限切れ
99
20%
取り込み中
3
開発者 3
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
4
開発者 4
評価
(130)
プロジェクト
210
40%
仲裁
90
20% / 43%
期限切れ
85
40%
5
開発者 5
評価
(266)
プロジェクト
540
50%
仲裁
55
40% / 36%
期限切れ
224
41%
6
開発者 6
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
類似した注文
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены

プロジェクト情報

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