RSI インジケーターの平均化アドバイザー

0
(0)

注文を開始するためのシグナルは、上位レベルまたは下位レベルの RSI 交差点です。.

レベルはパラメータで設定されます.

extern ENUM_TIMEFRAMES timeframe_RSI = 60;
extern int period_RSI = 14;
extern int level_buy = 30;
extern int level_sell = 70;
extern int MinStep = 20;
extern double Lot = 0.1;
extern double K_Lot = 1.5;
extern int Takeprofit = 50;
extern int Magic = 0;
extern int DigitsLot = 2;
extern int slippage = 3;



If the indicator crosses the level level_buy = 30 from bottom to top, then the buy position is opened. If the price did not reach TP and a new buy signal arrived, the adviser checks the current price level and, if the price is lower on MinStep, it opens a second trade.

TP of both trades is averaged and set from the point of their total breakeven. The same happens with the positions for sale.

The parameters in the advisor must be selected for each tool separately. This is easiest to do in the terminal optimizer. If you have questions, ask.

Below is an example of the work of the adviser. EA RSI Averange hands first - opening the first position manually. The rest are already opened by the adviser.

Title: 2018-05-01_14-17-28.png Views: 3197 Size: 17.8 KB

Title: 2019-03-12_15-12-06.png Views: 80 Size: 15.0 KB

attachment2618579

Click on image to enlarge Name: Snapshot.PNG Views: 58 Size: 20.9 KB ID: 2596734

paperclip
添付ファイル

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

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

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

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

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

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

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



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