Search found 2 matches

by Urzhumtr
04 Oct 2023
Forum: MultiCharts
Topic: Buy Next Bar at Price Limit
Replies: 4
Views: 471

Re: Buy Next Bar at Price Limit

Thank TJ, but in my code I already have an explicit statement with conditions such as: if time >= StartTime and (EntriesToday(date) < dailytradeslimit) and condition1 and condition2 and First_Bullish_FVG_Occured=1 then buy next bar at FVG_High1 limit; The conditions and FVG_High are written as below...
by Urzhumtr
04 Oct 2023
Forum: MultiCharts
Topic: Buy Next Bar at Price Limit
Replies: 4
Views: 471

Buy Next Bar at Price Limit

Hello, I probably have a stupid question but I cant figure out how to keep buy limit order active over multiple bars in my code. I have a basic set of conditions (i.e. condition1 = (Low - High[2])>=FVG_Size; condition2= (Time > StartTime) and (Time <= EndTime); which when are true allow me to assign...

Go to advanced search