Strategy - Gabdecsters

Do the video we can translate with IA

Create Manual Strategy

Yes, unfortunately you are correct - this cannot be fully done in Studio.

What will be next?

Popov wrote:

Hello Roughey,

I just finished a script for automatically running the Express Generator. It took me one month to make it work to my taste smile.

I worked on the Top 10 and the Prop Firm Robots applications for the entire year 2024. These apps are almost ready, so I'll start new projects in 2025.

I'm planning an application to generate and export robots for Trading View.

I'll possibly add functionality for exporting robots for Ninja Traders and CTrader.

I'm also thinking of developing an even faster offline strategy generator.

Another significant task is to develop a system for testing a trading workflow. This system will generate and select strategies for trading, compose portfolios, and test performance in a virtual trading environment.


This sounds great! Did you fix also the bugs on the mql code? I posted here somewhere.

Create Manual Strategy

Hi,

Apologies for the newbie question but I would appreciate any help. My scenario is that I am looking to replicate a manual trading strategy in EAS but I am unsure if it is fully possible.

The manual strategy I would follow is:

1. Use the 50 day EMA
2. Look for a indicator that is below the EMA and then breaks above and has 1 candle closing above
3. Wait for pull back - considered when 2 back to back opposite candles pull down
4. Wait for the price to break above the swing high (where body of the candle closes above the swing high)
5. Buy at this point
6. I would typically use a chandelier to define the stop loss value but I see this indicator isn't available - any suggestions?
7. Set take profit at double the stop loss value

Trade is invalidated if:

1. The pullback as per point 3 continues below the 50 EMA
2. The breakout candle as per point 4 is larger than average i.e. 3 or 4 times the typical candle size

Running on a 4H chart for all main forex pairs

What will be next?

Hello Roughey,

I just finished a script for automatically running the Express Generator. It took me one month to make it work to my taste smile.

I worked on the Top 10 and the Prop Firm Robots applications for the entire year 2024. These apps are almost ready, so I'll start new projects in 2025.

I'm planning an application to generate and export robots for Trading View.

I'll possibly add functionality for exporting robots for Ninja Traders and CTrader.

I'm also thinking of developing an even faster offline strategy generator.

Another significant task is to develop a system for testing a trading workflow. This system will generate and select strategies for trading, compose portfolios, and test performance in a virtual trading environment.

Portfolio Expert - Wish list

> The issue arises with managing the number of open orders across different currency pairs.

This is a viable idea. It can be easily implemented because each robot can see all the open positions.

I may add an option to limit the total number of open lots for the Portfolio Robots.

What will be next?

Hi @Popov hope you are well. Didnt here longer time.

My questions is when you will fix MQL Code. There are bugs as i posted.

Maybe you can tell us about future idea and on what are you working now?

Issue with Open/Close Trades at 00:00 - Request Failed Errors

Thanks footon. I modified the settings. I hope it will be ok now.

Issue with Open/Close Trades at 00:00 - Request Failed Errors

Thanks, Seb!

You can set it up under Tools->Trading session (pic attached for reference).

Or open your EA file and at line ~80 there's also a possibility to mark the times, but those have to be written in seconds.

But try and test to see if it carries the signal forward.

Issue with Open/Close Trades at 00:00 - Request Failed Errors

Footon, you are very nice, as usual.

I trade on 1H timeframe, how do I setup the Expert Advisor Studio to delay the open/close for such a market ? I already searched in the strategies properties in MT5 it seems that there are no settings to be modified...