High Low Price Trader

MQL5 전문가

작업 종료됨

실행 시간 8 일
고객의 피드백
Great job! Many thanks!
피고용인의 피드백
Thank You

명시

Required EA is to be in MQL4 and MQL5. This means I would want the source codes for both MQL4 and MQL5


Parameters
_____________________________________

Magic Number: 1234
Comments: Bollinger Bands Trader v1.0

Use_Money_Management: True of False //Option to Use Money Management for Lot Size Calculation or not.
Default Lot Size: 0.01 // If Use_Money_Management is set to False
Lot Size Settings: (According to account Equity Size; for example: if Equity = $1000, Order Lot Size = 0.01
Risk Settings: 2%

Stop_Loss: 100 (Points)
Take_Profit: 100 (Points)

Break_Even: True of False
Break_Even_Start: 66 (Points)
Set_Break_Even: 11 (Points) //Set Stop_Loss to 11 points below Order Price in Profit

Trail_Stop: True of False
Trail_Stop_Start: 123 (Points)
Trail_Stop_Stop: 66 (Points) //Set Stop_Loss to 66 points below Order Price in Profit
Trail_Stop_Step: 1 (Points) //Set increments and follow Order Price in Profit

Hide_Stop_Loss: True of False //Option to conceal Stop Loss
Hide_Take_Profit: True of False //Option to conceal Take Profit
Hide_Break_Even: True of False //Option to conceal Break Even
Hide_Trail_Stop: True of False //Option to conceal Trailing Stop
A Buy and Sell line indicator is to be shown when Hide_Stop_Loss & Hide_Take_Profit is set to true.

Hidden_Stop_Orders: True of False //Option to conceal Stop Orders entry
A BuyStop and SellStop line indicator is to be shown when Hidden_Stop_Orders is set to true.

Trade_Start_Time_1: 01:05:00
Trade_End_Time_1: 05:59:30

Trade_Start_Time_2: 06:05:00
Trade_End_Time_2: 11:59:30

Trade_Start_Time_3: 12:05:00
Trade_End_Time_3: 17:59:30

Trade_Start_Time_4: 18:05:00
Trade_End_Time_4: 23:59:30

Series_Stop_Loss: 10 (Percentage of Account Margin)
Series_Take_Profit: 2 (Percentage of Account Margin)

Trade_TimeFrame: 1440 (in minutes)

Order_Entry_Frequency: 60 (in minutes)

Maximum_Number_of_Stop_Orders: 14

________________________Trading Modes________________________

Individual_Order_SLTP_Mode or Series_Mode

Individual_Order_SLTP_Mode is based on Stop_Loss & Take_Profit settings

Series_Mode is based on all orders created in the series, based on Series_Stop_Loss & Series_Take_Profit.
All orders will be closed when losses hits Series_Stop_Loss levels and all orders will be closed when profits hits Series_Take_Profit levels

________________________Trading Operation________________________
When Time is within:
Trade_Start_Time_1 & Trade_End_Time_1

&

Trade_Start_Time_2 & Trade_End_Time_2

&

Trade_Start_Time_3 & Trade_End_Time_3

&

Trade_Start_Time_4 & Trade_End_Time_4

&

When Trade_TimeFrame & Order_Entry_Frequency is true

&

BuyStop and SellStop orders will open based on:
BuyStop orders will be open on the highest price point of the Trade_TimeFrame
SellStop orders will be open on the lowest price point of the Trade_TimeFrame

When orders exceed Maximum_Number_of_Stop_Orders, oldest orders will be deleted to make way for newer orders.

________________________End________________________

_______________Indicators to be shown on Chart (Top left)________________________

=================
EA Name & Version
=================
Account Balance: 
Account Equity: 
Use MM: 
Lot Size: 
Account Profit: 
Equity Percent: 

________________________End________________________

파일:

응답함

1
개발자 1
등급
(42)
프로젝트
62
8%
중재
12
58% / 42%
기한 초과
1
2%
무료
2
개발자 2
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
3
개발자 3
등급
(74)
프로젝트
73
47%
중재
2
50% / 50%
기한 초과
2
3%
무료
4
개발자 4
등급
(316)
프로젝트
400
21%
중재
44
61% / 23%
기한 초과
46
12%
작업중
5
개발자 5
등급
(248)
프로젝트
444
34%
중재
56
36% / 38%
기한 초과
163
37%
로드됨
6
개발자 6
등급
(74)
프로젝트
121
43%
중재
12
33% / 50%
기한 초과
17
14%
무료
7
개발자 7
등급
(5)
프로젝트
6
0%
중재
3
0% / 100%
기한 초과
0
무료
8
개발자 8
등급
(43)
프로젝트
72
49%
중재
4
0% / 50%
기한 초과
19
26%
무료
9
개발자 9
등급
(568)
프로젝트
641
41%
중재
21
57% / 29%
기한 초과
47
7%
작업중
10
개발자 10
등급
(97)
프로젝트
135
52%
중재
4
50% / 50%
기한 초과
0
작업중
11
개발자 11
등급
(126)
프로젝트
151
48%
중재
6
83% / 17%
기한 초과
2
1%
무료
12
개발자 12
등급
(5)
프로젝트
6
50%
중재
2
0% / 50%
기한 초과
0
무료
13
개발자 13
등급
(4)
프로젝트
7
29%
중재
0
기한 초과
0
무료
14
개발자 14
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
15
개발자 15
등급
(34)
프로젝트
60
23%
중재
11
73% / 9%
기한 초과
3
5%
무료
16
개발자 16
등급
(351)
프로젝트
372
70%
중재
4
100% / 0%
기한 초과
0
작업중
비슷한 주문
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

프로젝트 정보

예산
50+ USD
개발자에게
45 USD
기한
에서 1  3 일