Create and Semi Automated Martingle EA

工作已完成

执行时间2 天
客户反馈
Highly recommended. Keep up good work. Will back to you for upgrade.
员工反馈
Good customer with good communication skill. Thanks for your job.

指定

Hello

I will explain roughly about parameters first :

·         EA Type :

·         Magic Number

·         RSI (Period) : Place 1 stSell / Buy based on RSI(Period)

·         Random : Randomly place 1st Sell or Buy

·         Auto Buy : True/False : Allow EA to Buy automatically

·         Auto Sell : True/False : Allow EA to Sell automatically

·         Start Exponent Lots : Exponent Lot from which order number

·         Lot Exponent: To determine the Lot exponent 3 rdorder . The 1 stand 2 ndorder are same lot

·         Lots (Lot) : Initial Lot

·         Take Profit(Point) : Count by Point (Exclude Spread)

·         Profit 0 (Order) : Example EA are openning 5 trades, the trade 6 th  will calculate Lot size to make  5 openning trades become 0 Profit if hit Target (set by TakeProfit)

·         Pipstep (Point) : When price are moved N Points , the EA trigger Buy/Sell . Exclude Spread.

·         Order Buy Max (Order) : Maximum number of Buy position

·         Order Sell Max (Order) : Maximum number of Sell Posistion

·         Timeframes : Determine how RSI’s preiod

·         Apply to : Open or Close price or bar/candle

·         OPEN BUY <= : System will trigger Buy if Price move N points and RSI(Period) < this parameter

·         OPEN SELL >= : System will trigger Sell if Price move N points and RSI(Period) > this parameter

·         START TIME : Before Start time, Set above OPEN BUY <0 , Set OPEN SELL >100

·         END TIME : After End Time, Set above OPEN BUY <0 , Set OPEN SELL >100

·         There are 2 button : BUY LIMIT and SELL LIMIT and one Manual input Limit Price . This is to trigger last order to balance all Pre-Openned Positions and Modify TP of ALL postions to same TP (see images 2). This is key thing when want to system to SOFT CLOSE all position , will open last buy Manually by technical analyst .

 

System Logical :

1.      Setup initial Lots for Intial Buy or Sell (Buy/Sell 1) by RSI(2) AND Price move XXX Point from when Auto Trading Enabled.

2.      Price move N points (PipStep) AND RSI(Period) is : EA will open 2nd buy/sell and modify TARGET PRICE of combination Buy/Sell 1 + Buy/Sell 2. So both Buy/Sell 1 and Buy/Sell2 will have same TP

3.      Price move N points : EA will open 3rd buy/sell with new Lots = LotExponent * Inital Lots and modify TP of Buy/Sell1 , Buy/Sell2, Buy/Sell3 so all 3 Positions will have same Target Price.

4.      Continue until MAX Open Order is hit.

5.      Buy/Sell determine by Random or RSI (Period) 

6.      There are 2 button : BUY LIMIT and SELL LIMIT and one Manual input Limit Price . This is to trigger last order to balance all Pre-Openned Positions and Modify TP of ALL postions to same TP (see images 2). This is key thing when want to system to SOFT CLOSE all position , will open last buy Manually by technical analyst .

1.      Start time , Stop time

-          Before Start time , After Stop time : : OPEN BUY <=0, OPEN SELL >=100 : So AUTO TRADING Still keep enable without need to Stop.

-          Between Start time and Stop time : Follow by Parameter

2.      Options to start Exponents Lot number from which orders (examples Exponents from 4 thorders,…)

3.      Option to select BUY&SELL , ONLY SELL , ONLY BUY

4.      Basket Close to close all orders if Target Profit is hit or SL is reach

5.      STOP EA (STOP Same as Start Time and End time above ) Before Red news N hours


I will provide more details 

Thanks


反馈

1
开发者 1
等级
(480)
项目
543
33%
仲裁
27
41% / 44%
逾期
8
1%
繁忙
2
开发者 2
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
3
开发者 3
等级
(117)
项目
138
41%
仲裁
30
7% / 77%
逾期
17
12%
空闲
4
开发者 4
等级
(1858)
项目
3461
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
相似订单
Hello! I am looking for an experienced Pine Script coder to create a custom indicator for mapping market structure based on fractals. The developer must be skilled in Pine Script and have a solid understanding of how to code market structure indicators. Looking forward to working with a talented developer
CHAPTER 1: BASICS 1.THE BASICS 1.1. EXPANSION AND RETRACEMENT Expansion =>occurs when there is an impulse movement towards a direction. Retracement => is the correction movement after an impulse movement. 1.2. FIBBONACCI RETRACEMENT USED TO DETERMINE THE END OF THE RETRACTION MOVEMENT, USUALLY THE PRICE RETRACTS TO 50% OR UNTIL OTE (0.62, 0.705, 0.79) BEFORE ANOTHER IMPULSE MOVEMENT OCCURS. 1.3. BMS - BREAK IN MARKET
I want a program that automatically disables manual trade execution once a specified number of trades have already been placed. ie. After a total of 3 trades have been placed on that day, manual trade execution should be disabled. I want the program to also limit the amount of lots that can be traded in any given day. ie. Maximum of 15 standard lots in any given day. The program should disable manual trade execution
Greetings to all developers that see this post, I have a task, I would like to work with an expert. I have an indicator that is written in the Pine script (TradingView) language; I would like it converted to MQL5, which will then lead to the creation of a trading bot based on the circumstances. I'll give you access to the indicator file
Hi , i want a indicator that shows the trades history on the chart, just for current day, like : first trade : -54 Second trade : -52 Third trade : +126 , and after three trades, display "No more trades"
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
Hello i need someone who can convert a trading view indicator into an mt5 indicator that can work smoothly also need to add an alert on the indicator i will require to test the indicator run it for 1-2days to confirm all is okay thank you
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
Hello. I would like to get a TOS script converted to Tradingview for my alerts. I’m haven’t a hard time getting my entry point because the script does not fire off alerts on thinkorswim. I will send the script so you can see if it’s possible
Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the open): Draw a Fibonacci Retracement: From the highest price to the lowest price of this candle. Check the

项目信息

预算
50 - 100 USD
开发人员
45 - 90 USD