forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


Forex Software → Grid Explorer - Hedge → Grid Explorer (Hadge)

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 21

Topic: Grid Explorer (Hadge)

Hello Traders,

Edit: 2024-04-25 - Grid Explorer (Hedging) v1.2 attached

I started working on a Grid trading robot called "Grid Explorer (Hedge)".

* 2024-03-16 - Grid Explorer (Hedge) v1.0 - First public release.

This robot trades only at Grid levels.
It opens Long and Short positions at every Grid level (Hedge).
The robot closes the positions at a profit and keeps the losing ones open.

This Robot uses Martingale.

I already have a prototype that can be tested using the MetaTrader 5 tester and run on a demo account.

The results are very promising because the robot shows a profit on the MetaTrader Tester in almost all markets.

This is a EURUSD screenshot:

Balance chart:

https://image-holder.forexsb.com/store/hgrex-EURUSD-001.png

Backtest stats:

https://image-holder.forexsb.com/store/hgrex-EURUSD-002.png



Free Grid Robot: How do Grid systems work and what are the risks?

.

Post's attachments

Grid Explorer (Hedging) v1.2.mq5 37.58 kb, 29 downloads since 2024-04-25 

You don't have the permssions to download the attachments of this post.

Re: Grid Explorer (Hadge)

nice work...

Re: Grid Explorer (Hadge)

Hello Traders,

Grid Explorer (Hedge) v1.0 is attached to the first ppost.

4 (edited by gabdecsters 2024-03-16 02:54:33)

Re: Grid Explorer (Hadge)

Be it popov, I downloaded the file and even disabled the statuses that input to make my exchange GBP optimization I realized that basically it makes a grid without any logic or maybe it even has some built-in strategy like that, but within it wouldn't it be better to add these designer functions spacing in the strategies generated by eadwize, just as I do manually, for example, the code I will leave here as an example

Post's attachments

SPIDER H1 V2.1.mq5 70.08 kb, 19 downloads since 2024-03-16 

You don't have the permssions to download the attachments of this post.

5 (edited by gabdecsters 2024-03-16 02:54:55)

Re: Grid Explorer (Hadge)

There is also a function that I ended up doing to integrate the grid itself with strategies created by portfolio, I am sending it as an attachment too. I believe it will be very useful for a model or starting point to improve, unfortunately I am not a programmer, I do everything using tutorials available on YouTube, but as you, the lead developer, you can certainly improve this much more

Post's attachments

ZANATA BOT AUDUSD M5.mq5 231.91 kb, 11 downloads since 2024-03-16 

You don't have the permssions to download the attachments of this post.

Re: Grid Explorer (Hadge)

I am very excited for this one smile

Re: Grid Explorer (Hadge)

Hello Traders,

I attached Grid Explorer (Hedging) v1.2 to the first post.

Changes:
* Fixed "Max open lots" protection
* Fixed "Max open positions" protection
* The robot caps the Entry lots when reaching the "Max open lots" protection

Here are some screenshots of activated protections:

Trade Safe!

Post's attachments

grid-explorrer-protection-max-open-lots.png
grid-explorrer-protection-max-open-lots.png 15.92 kb, 1 downloads since 2024-04-25 

grid-explorrer-protection-max-spread.png
grid-explorrer-protection-max-spread.png 15.68 kb, 2 downloads since 2024-04-25 

You don't have the permssions to download the attachments of this post.

Re: Grid Explorer (Hadge)

I'm running this robot on a demo for a month and it works well.

https://image-holder.forexsb.com/store/grid-explorer-demo-trade-thumb.png


https://image-holder.forexsb.com/store/grid-explorer-demo-history-thumb.png


Please note that this robot is developed for academic purposes. Grid systems are risky!

Trade Safe!

Re: Grid Explorer (Hadge)

Congratulations as. I've already told you that for academic purposes and a good area to explore I added grid system to all my strategies made by the studio and I assure you that when there is an input logic the result is amazing when the strategy is created with the intention of using grid

Re: Grid Explorer (Hadge)

Hi All,

I have started exploring with Grid and Martingale. This is a wonderful tool for research. I have a couple of questions.

1. What is the logic for opening a position? Is it based on some indicator value or based on some predefined price value?

2. I was trying to run the MT5 optimizer but somehow it is not enabling the Input panel for selecting a variable and then setting the Start, Step and Stop values. What am I doing wrong?

Re: Grid Explorer (Hadge)

Hi everyone, that looks very interesting. Is it possible to combine the Grid Explorer with the strategies from FSB Pro or EA Studio?

Re: Grid Explorer (Hadge)

> 1. What is the logic for opening a position? Is it based on some indicator value or based on some predefined price value?

The expert opens new positions whenever the price touches a new Grid level. It does not use indicators. It simple opens both long and short trades (that's why I called it hedging)
Please watch the video.

> 2. I was trying to run the MT5 optimizer but somehow it is not enabling the Input panel

Correct. The robot does not have indicator parameters. However, you may adjust the Grid size. Other parameters are mainly for money management, scaling and protection.

13 (edited by vafaiemohammad1 2024-06-04 10:44:07)

Re: Grid Explorer (Hadge)

Hi Popov ,
Please let me know how this expert was created, how are the settings inside The Expert Adviser Forex software.
I don't understand how the grid size commands are added.
If possible, please provide this expert in mq4 format too.
Please, provide a video on how to make this expert.
   Best regards

Re: Grid Explorer (Hadge)

Hello Mohammad,

Please watch the video attached to the first post. I explained how the expert is working there.

I'm also attaching another video for the Grid Explorer expert att he first post.

15 (edited by skybasu 2024-06-19 21:24:56)

Re: Grid Explorer (Hadge)

Hi Popov,

Can you please share some of the Input values including the symbol, grid size, Martingale coefficient etc. that have given you some satisfactory results. I am manually trying various combinations and yet to get any profitable result. :-(

In the next release if you can enable all the input parameters to be used in optimization, I am sure all of us will highly appreciate it.

Re: Grid Explorer (Hadge)

Why don't you try using the optimiser?

Re: Grid Explorer (Hadge)

gabdecsters wrote:

Why don't you try using the optimiser?

Hi gabdecsters

I tried using the MT5 optimizer, but the Grid Explorer Adviser inputs are not enabled for taking the start/ step/ end values.

If you are referring to some other optimizer, I'll be interested to know that.

Re: Grid Explorer (Hadge)

The Grid Explorer does not use indicators and indicator parameters correspondingly.
It has parameters that can be adjusted manually, but I decided it is too risky to allow them to be optimized.

If you are sure you understand the risks of overoptimization, you can easily make the parameters available for optimizations.

Please do it by removing the "static" keyword before a parameter.

Here is an example of the "Grid_Size" parameter:

static input int    Grid_Size              =       50; // Grid size (in pips)

Remove the "static" keyword to become like that:

input int    Grid_Size              =       50; // Grid size (in pips)

19 (edited by skybasu 2024-06-29 06:37:44)

Re: Grid Explorer (Hadge)

Hi Popov,

Thank you for assisting with enabling the MQ5 file for the Optimizer. It functioned as expected.

Re: Grid Explorer (Hadge)

Hi Popov,

Just wondering if the latest Grid Explorer (Hedging) v1.2 is the final version or you are working on a newer version.

By the way, it is very useful.

Thank you.

Re: Grid Explorer (Hadge)

He said in augum place here on the forum that he is first creating the eas with functionality and then creating the generator software as he did with ea studio

Posts: 21

Pages 1

You must login or register to post a reply

Forex Software → Grid Explorer - Hedge → Grid Explorer (Hadge)

Similar topics in this forum