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 ペア. 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; // とんとん (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. 現時点で, 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.
次, I will close long-distance losing orders due to the profit of internal networks.
I will be glad to suggestions for improving the adviser.

 

 

読む  Legendary Grid EA - 無料版

 

この投稿は役に立ちました?

星をクリックして評価してください!

平均評価 0 / 5. 投票数: 0

これまでのところ投票はありません! この投稿を最初に評価してください.

この投稿が役に立たなかったことをお詫び申し上げます!

この投稿を改善しましょう!

この投稿を改善する方法を教えてください?



著者: 外国為替Wikiチーム
私たちは経験豊富な外国為替トレーダーのチームです [2000-2023] 自分の思いどおりに人生を生きることに専念している人. 私たちの主な目的は、経済的自立と自由を獲得することです, そして私たちは自立可能なライフスタイルを実現する手段として、独学で外国為替市場での豊富な経験を積んできました。.