Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 15:59:28 +0000



Post From: Spreadsheet

[2019-07-13 01:47:56]
AndreyPoroshin - Posts: 102
Good advice, thank you!
But how to make so that after the transaction all the following triggers with a smaller volume are ignored for some time?
 I did so
= LARGE (S3: S290.1) Where S- Last Entry Volume
290- lines per day in the table on a 5 minute timeframe
 
The problem is that the 290 is not quite suitable, for example, because on Friday there can be a lot of volume at the close, and on Monday at the beginning of the European session, the volume will be less, but it is more significant than the close on Friday. But the lines in the table between these two volumes will be less than 290, since the market did not trade at the weekend and a lot of time passed. The trigger does not work
Of course, it is more correct to specify not
= LARGE (S3: S290,1)
and adding the formula
= AND (F-Volume @ 3> Large Volume @ 4 ...,
but to indicate that after 12 or 24 hours the maximum volume should be reset and the formulas could already respond to lower volume values

The situation is simple, the fact is that in the Asian session many trends are born and they are not so significant in terms of volume compared to volumes on the US. And the BuyEntry trigger, having triggered on Asia, will no longer respond to market noise during the day or other specified period of time, unless there is more volume.
I use Relative Volume to measure volume