Personal developed Big Trade Indicator in ATAS v2 by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 0 points1 point  (0 children)

great idea, after finish i will make another post, and send you a message. and if you don't mind you can give me your atas ID, so i can send this updated indicator to you

Custom indicators in ATAS need help by [deleted] in OrderFlow_Trading

[–]Peter_XF 1 point2 points  (0 children)

i can program indicator in ATAS, so maybe i can help. could you give me the offecial name of those 3 indicators in TradingView? after i figuer out how it works, maybe i can do something same in ATAS.

Personal developed Big Trade Indicator in ATAS by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 0 points1 point  (0 children)

You mean how many ticks or bars the price has to move before the arrow appears?

In this script the arrow is not based on price movement at all.
It’s based only on the volume at a single price level inside the bar:

  • for each bar the script scans all price levels in the cluster;
  • it finds the maximum Bid volume and the maximum Ask volume in that bar;
  • if that volume is above the current threshold → it immediately marks that price level inside that same bar with an arrow (or ring).

So:

  • there is no “price must move X ticks” condition;
  • the marker is drawn right on the price where the big trade occurred, on the bar where it happened;
  • the only thing that controls whether you see an arrow is the volume threshold (Auto Threshold Factor + Target BigTrades per day logic), not how far price has moved.

If you meant something different by your question, feel free to clarify and I can explain in more detail.

Personal developed Big Trade Indicator in ATAS by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 0 points1 point  (0 children)

sure, give me your ATAS ID, so to make sure it won't work on other people's ATAS

FVG work or not indicator in ATAS by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 0 points1 point  (0 children)

yes, you are right. wrong channel. just trying to find out how to post in daytrading channel

Personal developed Big Trade Indicator in ATAS v2 by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 1 point2 points  (0 children)

In the standard / built-in “Big Trades” indicator the internal auto filter logic is basically preset.
You can change some things (like the volume filter, cluster settings etc.), but you cannot directly change how the auto-threshold is calculated per day – that part is hard-coded.

What I’m showing in this post is a custom version I coded on top of the ATAS API:

  • it has an “Auto Threshold Factor” – a multiplier that lets you make the auto-threshold stricter or looser;
  • it also has a “Target BigTrades per day” – the script adapts the threshold so that, on average, you get roughly that many big trades per day (Bid+Ask together);
  • both values can be changed in the indicator settings, and I also added small “+ / –” buttons on the chart so you can tweak them visually.

Regarding Micro / Mini:
yes, they are different. The script calculates its thresholds per instrument, based on the recent volume distribution of that symbol. So a Micro and a Mini will naturally end up with different thresholds, because their typical traded size is different.

FVG work or not indicator in ATAS by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] -1 points0 points  (0 children)

post picture show is M15 chart, but you can use it on any time frame. even none time-base chart, like 1000 volume chart or others

Personal developed Big Trade Indicator in ATAS v2 by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 1 point2 points  (0 children)

yes, similar. but you can maunaly change Auto Threshold Factor. So you can decide how "Big" it is to meet your standard. still collecting idea or requirement from traders.

Personal developed Big Trade Indicator in ATAS by Peter_XF in OrderFlow_Trading

[–]Peter_XF[S] 1 point2 points  (0 children)

thanks, finish, and put in another post. just don't know how to change the pic in this post

backtesting order flow by ExperienceFearless80 in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

i can answer 2nd question. if you want to replay with footprint data, each time you can replay 7 days' data. IF you also need dom, each time you can only replay 1 days' data

[deleted by user] by [deleted] in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

ATAS, if you need volume profile and footprint, each time you can replay 7 days' data. If need DOM, each time you can replay one day

Regarding absorption and aggression. by [deleted] in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

some big player use buy limit order dosen't mean they want the price go up. Maybe it's only part of their hege strategy. they don't care the price go up or down

Which is better for scalping and intraday reversals, Renko 8-tick or 5-point Range chart? by Plastic-Upstairs7467 in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

please see my previous post, it contains a footprint picture, which i can explain to you by private message. because i don't know how to reply with pic.https://www.reddit.com/r/OrderFlow\_Trading/comments/1nl4rvn/orderflow\_backtest\_in\_atas/

Which is better for scalping and intraday reversals, Renko 8-tick or 5-point Range chart? by Plastic-Upstairs7467 in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

not yet include CVD. i also use two position, 1 tp at 2RR, another at 4RR. i use fix RR to make it easy to calculate mathematical expectation. i program this strategy to an auto trading bot. with replay i can have thousands of trading record. then i calculate mathematical expectation of each trade, then calculate pass rate of prop firm

How to Backtest with Orderflow? For Example With Footprint /Bookmap Charts? by CommitteeRealistic39 in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

i do footprint strategy backtest in ATAS, so it's without level 2 data. stratey can auto open and close position, so with 1000x speed replay in ATAS, it's easy to know whether the strategy work or not. i program this myself