EA 6 GRID SYMBOLS

0
(0)

I have a GRID 6 SYMBOLS Expert Advisor . I wrote it for simultaneous work on several pairs and its purpose was to control the baulance of all the instruments indicated in it. But according to numerous reviews, I realized that most people use this EA on 1 pair. For this, I simplified it. Now it will be optimized much faster. And most importantly, now it will be easy to modify it, since it is many times more difficult to modify a multi-currency advisor.

extern int Step = 100; // step between orders

/ * When profit reaches NoLoss + MinProfitNL (measured in points), we transfer the stop loss to the order open price plus minus MinProfitNL * /
extern int NoLoss = 150; // breakeven (distance from sl to price)
extern int MinProfitNL = 20; // minimum profit breakeven

extern int Orders = 3; // number of pending
extern double Lot = 0.01;
extern double Profit = 0.5;
extern int Magic = 123;

Its only minus is that over time it creates a wide corridor of orders and since it cannot reach its orders, it ceases to earn. At the moment, the exit is simple, just close all orders and restart the adviser.
The next version of the adviser is currently in development. When expanding the corridor, a second “internal network” is launched in it and the adviser trades on it, then when it is expanded, the next one is launched and so on until the adviser closes all or expands all networks.
Next, I will close long-distance losing orders due to the profit of internal networks.
I will be glad to suggestions for improving the adviser.

 

 

 

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.