Ultimate Hedge EA

MQL4 지표 전문가

작업 종료됨

실행 시간 4 일
고객의 피드백
ONE OF THE BEST DEVELOPERS I'VE WORKED WITH THUS FAR, WILL DEFINITELY WORK WITH THEM AGAIN! VERY FAST, VERY DETAILED, HIGH QUALITY CUSTOMER SERVICE, MAKES SUGGESTIONS AND GOES THE EXTRA MILE.
피고용인의 피드백
Thanks!!!!!

명시

Please don't apply if you have a lot of jobs you're working on, or are pressed for time.

The system will open up its first trade using one of the preset input options below. Once that trade is open it will either hit the take profit then the system will restart, or it will go negative a specified amount of pips causing the hedging to start. Once the hedge starts, it will continue to place buys and sell at the same prices that the previous orders opened at until it hits the profit target or stop loss.


So for example if the EA places a buy at 1.20000 and then a hedge sell at 1.15000, every new buy added to that sequence will be at 1.20000 and every new sell will be at 1.15000 until the take profit or stop loss is reached. 


Inputs:

  • Magic number:

  • Starting Lot size: 

  • Hedge Lot size addition or multiple: 

  • Hedge lot size increase options: 

    • Add and Stay (“If the Starting lot size” is 1 and “Hedge Lot size addition or multiple” is 1 the sequence will be: 1,2,2,2,2,2,2…) 

    • Add and Keep Adding ( “If the Starting lot size” is 1 and “Hedge Lot size addition or multiple” is 1 the sequence will be: 1,2,3,4,5,6,7,8..) 

    • Multiply (“If the Starting lot size” is 1 and “Hedge Lot size addition or multiple” is 2 the sequence will be:1, 2, 4, 8, 16, 32, 64….)

  • First order options:

    • Manual Trade ( start hedge sequence after my first manual trade is placed) 

    • Place order in the same or opposite Direction of the previous candle

    • Place order using Moving Average Crossover

    • Place order using Bollinger band and moving average crossover


Place order in the same or opposite Direction of the previous candle Settings:

  • Direction of Previous candle: Same or Opposite

MA Crossover Criteria:

  • Moving average 1 settings: Default MA inputs

  • Moving average 2 settings: Default MA inputs

Bollinger Band(BB) / MA Crossover Settings

  • Buy when MA crosses above top Bollinger band

    • BB Default Settings

    • MA Default Settings

  • Sell when MA crosses below lower Bollinger band

    • BB Default Settings

    • MA Default Settings

  • RSI Filter: On/Off

  • If the RSI filter is On: Only place buys when RSI is lower then: X

          Only place sells when RSI is Higher then: X


  • Start hedge in pips: (how many pips negative before the hedge starts)

  • Take Profit Per Pair: 

  • Account Take Profit on all Pairs Together: 

  • Start Trailing stop in $ per pair: ( if $100, once the floating profit reaches $100 start the trailing stop, then as it goes higher lock in profit based on the amount in the (Trailing step input below.”)

  • Trailing step in $ per pair: (If $10, then every $10 in floating profit it goes up, $10 is locked in, so once it hits $100, lock in 10, once $110, lock in $20 and so on.) 

  • Stop loss Per Pair: 

  • Account Stop loss on all Pairs Together: 

  • Max Slippage: 

  • Time Filter: On/Off (using local computer time zone)

    • Start Time:

    • Stop Time: (No new first trades after this time, if a sequence is in before this time continue until it hits the Take profit or Stop loss)


On screen buttons and data display: 

  • We would like a on screen button to “close all open and pending trades for that pair” and “close all trades for all pairs”

  • We would also like a legend on the screen to display the profit and loss for each pair the EA is trading.





응답함

1
개발자 1
등급
(34)
프로젝트
60
23%
중재
11
73% / 9%
기한 초과
3
5%
무료
2
개발자 2
등급
(74)
프로젝트
121
43%
중재
12
33% / 50%
기한 초과
17
14%
무료
3
개발자 3
등급
(5)
프로젝트
6
0%
중재
3
0% / 100%
기한 초과
0
무료
4
개발자 4
등급
(462)
프로젝트
491
52%
중재
10
60% / 20%
기한 초과
3
1%
무료
5
개발자 5
등급
(34)
프로젝트
49
43%
중재
3
0% / 33%
기한 초과
14
29%
무료
6
개발자 6
등급
(2367)
프로젝트
2975
65%
중재
76
47% / 14%
기한 초과
340
11%
무료
7
개발자 7
등급
(16)
프로젝트
29
48%
중재
0
기한 초과
6
21%
무료
8
개발자 8
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
작업중
비슷한 주문
Convert Trading View indicator to MT5. The source code is available for free on Trading View. Changing the colors of buffers used for each color must be allocated to separate buffers This is so that there is no difficulty in making a robot through the indicator need source file
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
Hello, I have a TMA dashboard and want to modify it. The dashboard tracks if price is above or below the TMA bands, and creates a signal based on the daily or weekly open. Changes: Replace 2 columns that track the daily and weekly open (with arrows) to track the previous Heiken Ashi candle instead(Up arrow for previous bullish candle, Down arrow for previous bearish candle. Correct the Dashboard signals since we are
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
I'm looking for an experienced developer to make some modifications to my MT4 Currency Strength Table indicator. Key Requirements: - I would like to have the add on feature of delta or the difference of the strength of currencies displayed in the new table and showing as B or S of only the currency pair when the delta or difference arises. the delta will change values as the difference of strength of compared
I'm looking for an experienced developer to make some modifications to my MT4 Currency Strength Table indicator. Key Requirements: - I would like to have the add on feature of delta or the difference of the strength of currencies displayed in the new table and showing as B or S of only the currency pair when the delta or difference arises. the delta will change values as the difference of strength of compared
Hello! I want to create an exact replica of a momentum indicator (MQL4) that also uses Bollinger bands. See pics attached. I do not have source code. I generally take entry when mom candle exits BB. I will appreciate a push alert when this happens on candle close. Keep it simple, keep it accurate. Inputs I generally use are attached. I don't show the EMA lines on the indicator. To the developer that will support me
Hello there and how have you been !!I I need a developer who is ready to take up a project ..I would like to convert Ninjatrader indicator to Tradingview all the details about the project will be sent directly to you via the inbox…
Looking for a developer to create an MT4 indicator and an EA / Robot. Indicator-based strategy consisting of several moving averages, PSAR Indicator and Pinescript indicator called Coral Trend Indicator by LazyBear (pinescript source code will be provided and will need converting to MT4 code - 34 lines of code). Strategy to be an intra-day trading period on 5-minute timeframe for the European session but “Trading”
Modify EA 30+ USD
please make it work so the EA places the Trade once the indicators are on the same direction. say No3 SELL signal is showing but the trend is BUY, so once the trend changes to SELL then EA places the trade. like wise with MACD ZZ Level - Enable / Disable zTrend - Enable / Disable MACD - Enable / Disable also a Smart TP/SL (Enable/Disable) feature = for ones when the trend changes, then EA uses this indicator signal

프로젝트 정보

예산
100+ USD
개발자에게
90 USD
기한
에서 1  3 일