Login Page - Create Account

Support Board


Date/Time: Sat, 11 May 2024 12:45:53 +0000



Post From: BUY Limit Order ABOVE CURRENT MARKET & SELL LIMIT Order BELOW CURRENT MARKET

[2020-02-16 15:56:40]
User355030 - Posts: 163
Maybe you can help me achieve my end goal with a different functionality currently available. My formula is

"=AND(CROSSFROMABOVE(ID0.SG4@3:ID0.SG4@4,ID1.SG7@3:ID1.SG7@4),AND(U3<=-1,V3<=-1))" where "U" and "V" are determining the slope of "ID1.SG7"

I need to somehow add logic that says when the above formula triggers I want to buy if price crosses through the high of the bar that triggered that logic (Essentially the bar that "Crossed from Above". If we had the buy limit stop functionality I was just going to set my limit order at the high of the previous bar using the "Highest High/Lowest Low" study.