Include Hedge System in EA F8_V8.0_FL.mq4

MQL4 Indikatoren Experten

Auftrag beendet

Ausführungszeit 46 Tage
Bewertung des Kunden
The best developer I've worked with. Dedicated, insightful and competent.
Bewertung des Entwicklers
Thanks for the chance! It was an honor working with Nelson.

Spezifikation


Definitions:

 

Master Order – Any order opened by F8_V8.0_FL.mq4

Hedge Order – A Hedge Order is an order open when a Master Order profit < hedge_at.

Orphan Order – A Hedge Order whose Master Order has been closed.

 

Hedge Order is an order in the same Symbol in opposite direction.

Example: If Master Order is BUY Hedge Order is SELL.

 

How it works

  

When Master Order reaches hedge_at value a new Hedge Order will open.

 

The Hedge Order is closed using the following parameters.

 

 

============= Changes I want  - Parameters - Begin ============================

 




use_hedge – Boolean – If TRUE use Hedge system in EA F8_V8.0_FL.mq4

 

Check – string – (e_sort) – choose between money or points.

 

hedge_at – Double – When profit Master Order reaches this value a new Hedge Order will open.

close_at_profit – Double - When the Hedge Order's profit – positive value - reaches this value, this order will be closed.

Note that if profit_master_order < hedge_at a new Hedge Order will be opened. This is normal.

close_at_lose – Double - When the Hedge Order's profit – negative value - reaches this value, this order will be closed.

Note that if profit_master_order < hedge_at a new Hedge Order will be opened. This is normal.

 

Lot_multip – Double – Lot multiplier.

 

All_profit_close_all – Double - When Equity reaches this value all open orders – Masters and Hedge - will closed.

 

Close_Orphan   – Boolean – If true Close Hedge Order when respective Master Order is closed.

============================= Changes I want  - End ==========================

 





 ====== Place code of EA F8_V6.0.mq4 into EA F8_V8.0_FL.mq4  ======

 

 

F8_V8.0_FL.mq4 use 2 MAs to open and close Main orders. Others orders can open using StepUp and StepDown parameters. it works fine. Nothing to do.

 

EA F8_V6.0.mq4 open 2 Main orders – BUY and SELL - at start and open new order when each Main order is closed. It works fine.

 

==== What I want in F8_V8.0_FL.mq4 ==================

============== Create a new parameter =================================

open_2_main – Boolean – If False system use 2 MAs to open Main orders. It already works fine. Nothing to do.

If True system use code that run in EA F8_V6.0.mq4 to open 2 Main orders. This code not use PSAR indicator.

 

 ========================================================================================

You can see how the Hedge System parameters work in EA Eye_V3.4.1_FL.mq4

This EA does not work correctly, serving ONLY to demonstrate the parameters.

 

 


Dateien:

MQ4
F8_V8.0_FL.mq4
109.4 Kb
MQ4
F8_V6.0.mq4
83.1 Kb
MQ4
jempol.mq4
11.2 Kb

Bewerbungen

1
Entwickler 1
Bewertung
(12)
Projekte
12
25%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(568)
Projekte
641
41%
Schlichtung
25
48% / 36%
Frist nicht eingehalten
46
7%
Arbeitet
3
Entwickler 3
Bewertung
(42)
Projekte
47
30%
Schlichtung
12
17% / 75%
Frist nicht eingehalten
6
13%
Frei
4
Entwickler 4
Bewertung
(472)
Projekte
491
75%
Schlichtung
6
67% / 17%
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
I want someone to check if the indicator is re-painting or drawing and modify it. When I refresh the chart sometimes it the buy and sell arrow change positions. I want the indicator draw and dot re-paint
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0

Projektdetails

Budget
35+ USD
Ausführungsfristen
von 1 bis 3 Tag(e)