alreshaidan

Trends_2022

Hello everyone,
we are developing a strategy which is suited for people that likes to trade in small time frames.
Our strategy uses many indications for entries. These indicators can be used individually or better solution we combined them together for best prediction.
These indications like True Range, Average True Range , moving averages also previous bars highs, lows and closes values and finally mathematical equations to decide close price wave movement. Most of the work is in scaling price data and comparing them with the indicators to decide trend

The strategy is planned to go only long direction..
now we will discuss how each indicator is used to decide trend
* According to ATR trend prediction ...
  • it is up when the scaled bar price greater than ATR value
  • it turns down when the scaled bar price is less than ATR value
* According to MAs trend prediction ...
we use SMA and previous bar data averages then apply linReg ( Linear regression curve) this result in curve up and down zero
  • it is up when the value is up zero
  • it turns down when the value is down zero
* According to close price wave movement ...
we applied cos function on previous bars close data to get the sloping wave of close movement
  • If the slope is increasing ... this means the current wave value is greater than the previous value
  • If the slope is decreasing ... this means the current wave value is less than the previous value

Now as we mentioned before... The strategy goes only long direction.
LONG ENTRY Conditions (ANDing condition not ORing):
we can use any one of these indicators individually, or mix any two of them or use them all simultaneously

So... LONG ENTRY Conditions are as below:
  • if ATR trend is used .. it should be UP.
  • if MAs trend used .. it should be > 0.
  • if close wave slope is used .. it should be increasing.

On the other side… the Exit conditions are also (ANDing condition not ORing):
So... LONG Exit Conditions are as below:
  • if ATR trend is used .. it should be down.
  • if MAs trend used .. it should be < 0.
  • if close wave slope is used .. it should be decreasing.

Please send me private message for script authorization.
Happy trading everyone!

招待専用スクリプト

このスクリプトへのアクセスは作者が許可したユーザーに制限されており、通常はお支払いが必要です。お気に入りに追加することはできますが、許可を申請して作者が許可した後でなければ使用することはできません。 詳細については alreshaidan にお問い合わせいただくか、以下の作者の指示に従ってください。

TradingViewは、スクリプトの作者を100%信頼して、スクリプトの動作を理解しているといった場合でない限りは、代金を支払って利用される事をお勧めしません。多くのケースでは、コミュニティスクリプトでオープンソースの優れた代替スクリプトを無料で見つける事ができます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

作者の指示

このスクリプトの作者は、スクリプトへのアクセス権を許可できなくなりました。アクセス権をリクエストしないでください。

チャートでこのスクリプトを利用したいですか?

注: アクセス権をリクエストされる前にご覧ください