Hedge EA

 
Hello Guys...

I am looking for an EA which perform ALL the below functions

1) Enter buy @ the open of the Candle when the previous bar of the Candle is Bull or Vice Versa

2) Set a stop loss & take profit of 20

3) Trades only with the specified time period.

Regards,
Sanjay
 
 
 

Dear sir. Madam 

please how many $ need for this Ea 

take profit only buy profit and sell profit.

Regards,

Sanjay.

 

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

Hedge EAs/Tools

EAs

  1. HedgExpert EA thread and updated version here
  2. HedgeEA thread 
  3. Hedge: thread with discussion and EAs
  4. 10point3 Hedge thread
  5. EES Hedger - Take the other side of the trade - the thread  

CodeBase

  1. Hedging_Zone_Recovery_Area - expert for MetaTrader 4  
  2. EMA Cross Contest Hedged - expert for MetaTrader 5
  3. Multicurrency hedge example EA (overlay hedge) - expert for MetaTrader 4  
  4. Simplest Hedging EA ever - expert for MetaTrader 5  
  5. EA Hedge Average - expert for MetaTrader 4  
  6. Profit Counter - expert for MetaTrader 4  
  7. Simple Hedge Panel - expert for MetaTrader 5  
  8. Order-Tool "Hedger" - expert for MetaTrader 4  
  9. Triangle Hedge - expert for MetaTrader 5  
  10. Hedge Expert Advisor - expert for MetaTrader 4  
  11. Simplest Hedging EA ever - expert for MetaTrader 4  
  12. SMA MultiHedge - expert for MetaTrader 4  
  13. EMA Cross Contest Hedged - expert for MetaTrader 4  
  14. Corelation - indicator for MetaTrader 4  
  15. Hedge Script - script for MetaTrader 4

Hedge Discussion

  1. Interesting discussion about Hedge Calculation - the thread
  2. Question on Hedging thread

Hedge Trading Systems

  1. MA over Equity-Indicator for Hedge Trading - the thread
  2. Low-Risk Hedge (Arbitrage) Trading Methodology - the thread
  3. 100% hedging system with two brokers - the thread
  4. simple hedging system - the thread 

The articles

Break Through The Strategy Tester Limit On Testing Hedge EA

The Basic of Coding A Hedge Expert Advisor

What about Hedging Daily?

Bi-Directional Trading and Hedging of Positions in MetaTrader 5 Using the HedgeTerminal Panel, Part 1 

Bi-Directional Trading and Hedging of Positions in MetaTrader 5 Using the HedgeTerminal API, Part 2 

Universal Expert Advisor: Pending Orders and Hedging Support (Part 5) 

Universal Expert Advisor: A Custom Trailing Stop (Part 6)

 
54566766:
Hello Guys...

I am looking for an EA which perform ALL the below functions

1) Enter buy @ the open of the Candle when the previous bar of the Candle is Bull or Vice Versa

2) Set a stop loss & take profit of 20

3) Trades only with the specified time period.

Regards,
Sanjay
 
 

You can look at CodeBase (see links in my previous post), Market, or ask on the Freelance service for example.

 
54566766:
Hello Guys...

I am looking for an EA which perform ALL the below functions

1) Enter buy @ the open of the Candle when the previous bar of the Candle is Bull or Vice Versa

2) Set a stop loss & take profit of 20

3) Trades only with the specified time period.

Regards,
Sanjay
 
 

Hello it was easy for you to modify the MACD sample that comes with the terminal.

//+------------------------------------------------------------------+
//|                                                   Mod Sample.mq4 |
//|                   Copyright 2005-2014, MetaQuotes Software Corp. |
//|                                              http://www.mql4.com |
//+------------------------------------------------------------------+
#property copyright   "2005-2014, MetaQuotes Software Corp."
#property link        "http://www.mql4.com"

input double TakeProfit    =20;
input double StopLoss      =20;
input double Lots          =0.01;
datetime time;
int ticket;
//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
void OnTick(void)
  {
//---
   if(time!=iTime(Symbol(),PERIOD_CURRENT,0))
     {
      if(iOpen(Symbol(),PERIOD_CURRENT,1)>iClose(Symbol(),PERIOD_CURRENT,1))
        {
         ticket=OrderSend(Symbol(),OP_SELL,Lots,Bid,3,Ask+StopLoss*Point,Bid-TakeProfit*Point,"mod sample",16384,0,Red);
        }
      else if(iOpen(Symbol(),PERIOD_CURRENT,1)<iClose(Symbol(),PERIOD_CURRENT,1))
        {
         ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Bid-StopLoss*Point,Ask+TakeProfit*Point,"mod sample",16384,0,Green);
        }
      time=iTime(Symbol(),PERIOD_CURRENT,0);
     }
//---
  }
//+------------------------------------------------------------------+
 

Thanks your support

Mr Marco vd Heijden


Sir but its not taking average profit 

Regards

Sanjay

 
Marco vd Heijden:

Hello it was easy for you to modify the MACD sample that comes with the terminal.

Thanks your support sir

 
54566766:

Thanks your support

Mr Marco vd Heijden


Sir but its not taking average profit 

Regards

Sanjay

It is EXACTLY what you described.

 
Marco vd Heijden:

It is EXACTLY what you described.

Files:
 
Dear Sir 
I need martingale take profit.
 
54566766:
Dear Sir 
I need martingale take profit.

Go here: https://www.mql5.com/en/job

Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • www.mql5.com
Hello, I need a installed for my Mt4 Expert Advisors Here is what the EA installer should do: Have a company logo and good looking design ( similar to Metatrader 4 program install design) Search for existing Metatrader 4 installations on the machine  (if none are found the installed should not run and display message please install Metatrader 4...
Reason: