Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 04:00:51 +0000



Post From: Spreadsheet

[2019-09-25 18:36:29]
AndreyPoroshin - Posts: 102
Hello, I tried to find a solution, but did not find it. If you tell me, I will be very grateful.
When a buy order is executed, I need to determine the Low of the bar on which the transaction took place. It is easy- = IF (K3> 0, D3, AC4). The price level that is calculated by this formula is needed for me to set a limit stop order
The question is what is used in the formula (K3> 0) and, accordingly, if another trigger to buy occurs on the next bar, the formula works again and the stop price level changes to a new level corresponding to the last price. I would rather stay at the old level from which my trade lasts. How can I do this?
I also tried the options, = IF (FRACTIME (A3) = (FRACTIME (J42), D3, AC4) but this does not work.
Maybe there is a calculation formula for Last Entry Fill Price, based on which it will be possible to find other prices in the Fill Price area?