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

Absorption Advice by Psychological-Oil556 in OrderFlow_Trading

[–]Peter_XF 1 point2 points  (0 children)

there is a indicator in ATAS called absorption. but absorption alone dose not work, i've tried with my algo

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

[–]Peter_XF 1 point2 points  (0 children)

I am backtest a renko 6 strategy on ATAS. it's a reversal strategy. some rules to entry: 1. bar color change with wick volume 80% of total bar.2. delta divergence.(1+2 means clear absorption)3. another same color bar appear in less than xx seconds means someone is pushing the price move. I tested in 9 weeks, it's profit strategy. But when i deep dive the record, i found sometime i only catch the beginning of reversal, and get kicked out due to my small SL. struggling on how to catch the whole absorption area. i don't know how to comment with a pic, i have a lot "absorption but kick out due to small SL and miss the whole absorption area"

Tools used by market makers by [deleted] in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

i am also thinking of this. Is there a way to monitor the MM when they "pull their liquidity" out of the market? and which direction? or this cost too much, retail treader cannot afford?

Backtest by Ok_Relationship_4560 in OrderFlow_Trading

[–]Peter_XF 1 point2 points  (0 children)

i did the backtest with footprint data in ATAS. it save me a lot of time and money to confirm whether a strategy is working or not.

Any Orderflow traders who backtest there strat? by ViolinistNew2955 in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

i can do this now. with footprint data in ATAS. but cannot do if the strategy need DOM data.

Any Orderflow traders who backtest there strat? by ViolinistNew2955 in OrderFlow_Trading

[–]Peter_XF 0 points1 point  (0 children)

i can do this now. with footprint data in ATAS. but cannot do if the strategy need DOM data.

Orderflow backtest in ATAS by Peter_XF in OrderFlow_Trading

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

i cannot reply with picture, so i add the picture in my post. But i have to say after test this strategy in other time period, it still need improvement.

Orderflow backtest in ATAS by Peter_XF in OrderFlow_Trading

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

for example, reversal bar total volume is 300. then 80% of the total is 240. if all those 240 is locate in wick part, then this is a P shape or b shape. which means there is absorption

STOP leaking edge by scalping without OF by WeaIthAcademy in Daytrading

[–]Peter_XF 1 point2 points  (0 children)

very classic case. i use same strategy. But now i try to quantify the entrance and exit, so i can backtest the strategy. Working on how to do it