工作已完成

执行时间5 分钟
客户反馈
Really knows what to do! And communicates well in English too.
员工反馈
Thank you for your order! Great customer! Hope for further cooperation!

指定

I want an EA that always trades. Can buy only, sell only, or buy and sell at the same time depending on my selection. It has 5 levels of grid settings. Each grid just contiues onto the next. Not a new grid each time, the settings to continue gridding changes. I have attached an excel file with examples which should be quite self explanatory. 


INPUTS

Initial (first trade)

input double   StartLot = 0.1;        // Starting lot size

input double   TakeProfit = 50;       // Take profit in POINTS  - This TP will be for all open positions irrespective of how many grids - based on ALL open positions AVERAGE COST

input double   Max Spread = 50;    // Max spread in POINTS for opening positions

Select option - BUY / SELL / BUY&SELL at the same time - I would like to either only open BUYS or SELLS or BOTH at the same time


Grids (subsequent trades)

input double   Grid1_Multiplier = 2.0; // Lot multiplier for Grid 1

input double   Grid1_Distance = 20;    // Distance in POINTS to start multiplying for Grid 1

input int      Grid1_MaxTrades = 5;    // Max trades in Grid 1


input double   Grid2_Multiplier = 2.5; // Lot multiplier for Grid 2

input double   Grid2_Distance = 25;    // Distance in POINTS to start multiplying for Grid 2

input int      Grid2_MaxTrades = 5;    // Max trades in Grid 2


input double   Grid3_Multiplier = 3.0; // Lot multiplier for Grid 3

input double   Grid3_Distance = 30;    // Distance in POINTS to start multiplying for Grid 3

input int      Grid3_MaxTrades = 5;    // Max trades in Grid 3


input double   Grid4_Multiplier = 3.5; // Lot multiplier for Grid 4

input double   Grid4_Distance = 35;    // Distance in POINTS to start multiplying for Grid 4

input int      Grid4_MaxTrades = 5;    // Max trades in Grid 4


input double   Grid5_Multiplier = 4.0; // Lot multiplier for Grid 5

input double   Grid5_Distance = 40;    // Distance in POINTS to start multiplying for Grid 5

input int      Grid5_MaxTrades = 5;    // Max trades in Grid 5


附加的文件:

CSV
Example.csv
7.3 Kb

反馈

1
开发者 1
等级
(30)
项目
42
19%
仲裁
7
29% / 43%
逾期
5
12%
空闲
2
开发者 2
等级
(33)
项目
41
17%
仲裁
5
40% / 60%
逾期
5
12%
工作中
3
开发者 3
等级
(261)
项目
318
37%
仲裁
6
50% / 17%
逾期
7
2%
空闲
4
开发者 4
等级
(15)
项目
16
56%
仲裁
0
逾期
1
6%
工作中
5
开发者 5
等级
(564)
项目
933
47%
仲裁
303
59% / 25%
逾期
125
13%
工作中
6
开发者 6
等级
(5)
项目
5
20%
仲裁
4
25% / 25%
逾期
0
工作中
7
开发者 7
等级
(42)
项目
88
14%
仲裁
31
29% / 55%
逾期
36
41%
工作中
8
开发者 8
等级
项目
1
0%
仲裁
3
0% / 0%
逾期
0
已载入
9
开发者 9
等级
(93)
项目
133
35%
仲裁
13
38% / 31%
逾期
32
24%
空闲
10
开发者 10
等级
(110)
项目
126
37%
仲裁
3
0% / 0%
逾期
4
3%
已载入
11
开发者 11
等级
(356)
项目
378
71%
仲裁
4
100% / 0%
逾期
0
已载入
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(72)
项目
80
10%
仲裁
36
8% / 53%
逾期
6
8%
工作中
14
开发者 14
等级
(5)
项目
2
0%
仲裁
2
0% / 0%
逾期
0
工作中
相似订单
Hello Here Everyone, I need an expert to help me create a tradingview indicator that works exactly according to my requirements, Even though i will attach a file there review it and let me know if you could do it and we can talk about the price as well
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Best regards ridynaty
Project Title : Telegram Trade Bot for Bybit Derivatives Trading Project Overview : This project involves the development of an automated bot that will read trading signals from a designated Telegram channel and execute corresponding trades on the Bybit exchange, specifically under the derivatives section (for long and short positions). The bot should integrate seamlessly with both Telegram and Bybit's API to
Hey greetings My please to met you Am in need of a tradingview developer that can create alert for me based on a tradingview indicator kindly bid for this project if it is what you can do for me
Hello, In need an expert advisor that can copy my CFD (GBPUSD) into Futures 6B, along with AUDUSD. & that whenever I close the position, it closes it aswell. Also if there is limited broker API access, I don't mind getting a broker recommendation
I need an expert to help me convert chopzone traingview pinescript to mt4, I need an expert to get it done for me on between 1 to 2 days i hope this will be done by then, i will attach the file and my budget is $30 as of minimum here
Fellow devs, I need help converting a futures trading bot from python into MQL5. Code base for the bot already exists, backtests in python look good, however I need to be able to backtest it on tick data with MT5. Would appreciate someone who has experience with futures bots specifically, and even better if you have experience with AMP brokers, and can provide guidance and improvement criteria. A point you note, I
I'm planning on building/creating an mt4/5 trading indicator that use a break and retest strategy I will share a link for the idea strategy, Kindly message me to send you the link, I can't send it here
here we will create market website, where we will display all our assets in graphical form, we will pull data from Metatrader platform and update the website in real time. I need something like this https://NgnRates.com but on our site we will display our own rate based on calculations performed on MT5 source
This is a 2000 lines own-made breakout EA that I need to have cleanly converted from mql4 to mql5 for learning purposes The start() is about 400 lines long ; basic breakout with specific features , built for Index CFDs with 2 digits (typically DAX or SP500; TP SL... are expressed in actual Points) The Ontester() is about 400 lines (contains 58 different custom opimizations) The Deinit() is about 150 lines The

项目信息

预算
30+ USD
开发人员
27 USD