Tuesday, November 2, 2021

DMZ X Zone Robot (Recovery Zone EA)

 



DMZ X Zone Robot is the Expert Advisors trading with a combination of multiple strategy trading algorithms (Trend, Hedging, and Money Management with Martingale Zone recovery). 

The Trading algorithms.

1. Follow trends with Indicators is Moving average and Envelopes.

2. Open order two ways that trading both BUY and SELL.

3. Open STOP orders for hedging with zone recovery distance.

4. Close orders and exit with a profit.

How to work?

Open BUY

  • When Moving Average is Above Envelopes Line Upper. EA open order.
  • And open SELL STOP to distance to set. (Hedging)

Open SELL

  • When Moving Average is below Envelopes Line Lower. EA open order.
  • And open BUY STOP to distance to set. (Hedging)

Closing

  • Close orders and exit with TP. 

Currency Recommend: Any Pairs

Time Frame: Any Time Frame

The Expert Advisors can run all-time in 24 hours and any Brokers.



Expert Advisors Default parameters

MagicNumber: 111 

(Magic Number for setting, It will be associated with each order. It ensures that EA will not modify or close orders opened by another EA running on the same account.)

MaxOrder: 0 (Maximum open trade, 0= no active)

TrailingStop : 500 (0=no active)

GridSize: 500 (Distance STOP Order)

==Indicators Setting==

SSMA : 3 (Moving Average - Period=3, MA Method=Simple, Apply to=Weighted Close (HLCC/4))

MA_Shift : 0 (Moving Average Shift=0)

Envelopes : 20 (Envelopes - Period=20, MA Method=Smoothed, Apply to=Close)

Envelopes_MA_Shift : 2 (MA Shift of Envelopes - Shift=2)

Deviation : 0.1 (Deviation of Envelopes=0.1%) 

==Order Management==

Lots: 0.2 (Initial Lot Start)

LotSteps : 2 (Next Stop order multiply 2, 0=no active)

TP($) : 0 (Take profit in money, 0=no active)

SL($) : 0 (Stoploss in money, 0=no active)

==Comment Setting==

ShowComment : true (Active show information of trading)

FontsSize(horizontal) : 12 

FontsSize : 10

BGColor: MidnightBlue

TextColor: Aqua



Contact me: tony.mqlfx@gmail.com

Friday, October 15, 2021

Slope Trend Robot by Tony MqlFx

Slope Trend Robot by Tony MqlFx




Hello, Trader in the world.

Today, I have a new idea about algorithm trading for crating robot trade.

So I have created an EA robot trade name is "Slope Trend Robot".

The main idea is this system.
1. We follow trends with Indicators is "MA and Envelopes".

2. We open order 2 ways that trading both BUY and SELL.

3. We open orders with distance.

4. Close order follow indicator's signal and it has a profit. 

EA Default Setting 



1. Moving Average 

  • Period : 3
  • Shift : 0
  • MA Method: Simple
  • Apply to: Weighted Close (HLCC/4)


2. Envelopes

  • Period: 20
  • Shift: 2
  • MA Method: Smoothed
  • Apply to:  Close
  • Deviation: 0.10 %


Algorithm Trading: How to work?

Open BUY
  • When Moving Average  Cross Above Envelopes Line Upper. EA open order new bar.
  • When the indicator's signal Cross opposite Waiting  for signal Cross BUY again for opening 
  • Reserve distancing each order. 

Open SELL

  • When Moving Average  Cross Below Envelopes Line Lower. EA open order new bar.
  • When the indicator's signal Cross opposite Waiting  for signal Cross SELL again for opening 
  • Reserve distancing each order. 
MM This EA Lot 0.01 & Lot Step 0.02


Close BUY
  • When Moving Average   Cross Below Envelopes Line Lower and average's BUY has a profit. EA closes all Buy orders.
Close SELL
  • When Moving Average   Cross Above Envelopes Line Upper and average's SELL has a profit. EA closes all SELL orders.


Explain "Slope Trend Robot" HOW TO WORK?




Contact me: tony.mqlfx@gmail.com
Just 29$ per 1 account trading. (Payment for my coffee drink)


DMZ X Zone Robot (Recovery Zone EA)

  DMZ X Zone Robot  i s the Expert Advisors trading with a combination of multiple strategy trading algorithms (Trend, Hedging, and Money Ma...