Category Other  Published on 18/08/2020

[PoshTrader] Market Sentiment

Description

ctrader market sentiment

Percentage values showing the current difference between the number of traders, which have opened Long and Short positions. At that, already closed trades don’t affect the indicator’s value.

This indicator shows the sentiment of individual traders for a certain currency pair. According to the fact that “the crowd is usually wrong” we should open our trades in the direction opposite to the crowd’s direction.

Basic Ratio Strategy
We should open a long position when more than 60% of traders are short, and as you probably guessed, we should open a short position when more than 60% of traders are long. When the ratio is close to the value of 50%, we should not trade.

We can also analyze the ratio from different brokers to diversify risks. We should look for the majority of brokers showing unidirectional signals.

A good signal to open a short trade is on the picture above.


powered by PoshTrader Marketplace

How to install?


You might also be interested in:

[PoshTrader] ADX Signed

[PoshTrader] Bid and Ask

[PoshTrader] Deal Map

[PoshTrader] Divergence Spotter

[PoshTrader] Market Sentiment

[PoshTrader] Pivot Points

[PoshTrader] Position Axis

[PoshTrader] Renko Tails

[PoshTrader] Symbol Watermark

 


/* -------------------------------------------------------------------------------
 *
 *      [PoshTrader] Market Sentiment
 *
 *      Copyright (C) 2020, PoshTrader Ltd (https://poshtrader.com)
 *      PoshTrader reserves the right to modify or overwrite this algo with each release.
 *
 *      https://poshtrader.com/items/ctrader/6016/
 *
 * -------------------------------------------------------------------------------
 */

using cAlgo.API;
using PoshTrader.Licensing;

namespace cAlgo
{
    [Item(6016, "Market Sentiment", Author = "PoshTrader")]
    [Indicator(IsOverlay = true, AccessRights = AccessRights.FullAccess)]
    public class MarketSentiment : Indicator
    {
        protected override void Initialize()
        {
            new ItemLicense(this);
        }

        public override void Calculate(int index) { }
    }
}


Jiri's avatar
Jiri

Joined on 31.08.2015

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: [PoshTrader] Market Sentiment.algo
  • Rating: 5
  • Installs: 8648
Comments
Log in to add a comment.
CV
CVIT · 6 months ago

Is this still valid to buy i do not see price

DR
DreamTeam · 8 months ago

Can you present backtests ?

Jiri's avatar
Jiri · 3 years ago

My apology, marking as paid. However, you can try it completely free for 7 days. Just download and give it a try!

EL
ellcz · 3 years ago

This should be free or paid? Because on the site, you have 50euro per year. Thanks! :)