#FreeTip
High probability strategy
Charges : Nil.
Name : MTF Inside bar (MInBar)
Everything right from the tool is provided here. All u need is to do a bit of home work and execute...
1) Scan for stocks with inside bar in 2 HTF, say monthly chart and weekly chart.

....
2) Mark the high of the inside bar with a horizontal line.
3) Come to weekly chart. The monthly markings should be intact.
4)U will find an inside weekly bar as well. Mark the high of the inside weekly bar.
5) Now u have to go long when price goes above the high of ....
....
this weekly bar or the high of the monthly inside bar whichever is higher.
6) U can go to the daily chart / 75 min chart for fine tuning your entry.
7) Keep stop of 8% in system, this is important . Exit without any questions even if the stock is of the highest quality.
..
....
8) Book 50% -75% at 20%-25%. Balance on a daily basis place a stop loss order at cost, this is very important.
9) By this method u can be wrong 3 times for every one right trade to have a net zero return. ie 33% of times u can be wrong . U will lose only if u r ...
....
Wrong less than 33% times.
10) All other basic things to be followed, for Eg, stock should be above 200 ma, ..... etc ( Refer trend template criteria) . All This is already filtered in Chartink.
11) one example chart posted.
12) Don’t immediately take a trade Tom .,..
....
Observe for some days and see if it is suiting your style and you are confident.
13) This method can be plagiarized and can be charged too.

https://t.co/hl9Fs4oC0j

Good Luck.
Eg chart

More from HMK alias MANOJ

#FREETIP For new followers
A pivot based intraday trading setup for any markets.

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.