RSIプルバック1.0
本ウェブサイト上で公開されているワークフローの設定や戦略例を含むすべての情報は、StrategyQuantソフトウェアの使用に関連するトピックを学習することを唯一の目的としており、いかなる形でも特定の投資や取引に関する推奨を意図するものではありません。.
ウェブサイトの運営者も個人の執筆者も、登録されたブローカー、投資顧問、またはブローカーではありません。.
ウェブサイト上で特定の金融商品、コモディティ、株式、外国為替、またはオプション言及されている場合、それは常に情報提供の目的のみを目的としています。.
ウェブサイトの運営者は、個々のユーザーの具体的な決定に対して責任を負いません。.
Strategy introduction
The design of this strategy is that you first imagine that there is a line drawn below the daily opening price. When the current price is lower than this line, it means that the major trend is downward. At this time, if the RSI is higher than a certain value, it means that it will be pulled back sharply in the short term, which is a good SELL entry point for the downward trend of the general trend. It use EURUSD/M30 as the main chart timframe and D1 as the subchart.
1.The 1.0 version of this strategy currently only has SELL entry transactions, because BUY entry transactions are not very good according to my backtest results, and they are still being tested.
2.This strategy is to change the order lot size by compound interest according to the remaining amount of the balance.
You can determine the lot size of an order by changing “percentRisk” which means that the ratio of this order divided by the account balance
The lotsize formula is : (Acountbalace*percentRisk*leverage)/(100,000*close price)
example:
Acountbalace=$1000
percentRisk=0.02 (This means that the ratio of this order divided by the account balance is 2%)
leverage=500 (My default leverage is 500, maybe you can modify the lotsize formula with the sqx file to match your leverage)
EURUSD=1.10000
=>lotsize=1000*0.02*500/100,000*1.1=0.09
3.I started from $1,000, and after 8 years of back-testing time(20142~2022.03) on MT5, it has become more than $400,000, and the total number of transactions is about 300. I hope you can help me see what needs to be improved, or if you have tested a more optimized parameter combination, you can share it with us.
I hope you can give me some advice. This strategy is estimated to take an average of more than a week to place an order, so it seems that the initial profit is relatively slow, and the future direction of improvement may be to try to increase the frequency of transactions.
i had some error saying it was missing customblockXML
I have not encountered such a problem, may I ask under what conditions do you have it? Can you take a screenshot? You can send me a message using forum use this https://strategyquant.com/messages/?fepaction=newmessage&to=ftkensin
Hi I am looking for some help with a profitable strategy, thanks @keezilla
thanks for sharing!