Support Board
Date/Time: Sun, 22 Dec 2024 20:26:01 +0000
Post From: ACSIL method running during "Recalculate" and on first load
[2015-06-11 13:32:15] |
User53496 - Posts: 34 |
Hi, I have developed a trading system in acsil, and put an alert next to "sc.BuyEntry()" so I will get an alert whenever the system enters a position. Now whenever I add the study to a chart, I get an alert for each time the study would use "sc.BuyEntry()" in the chart history. And I am not sure what will happen once I go live- will it send the orders for past prices? So I know that sierra runs the study for each candle in the chart, but is it really going to send the buy order in live trading? And if so, is there a way to avoid it via the configurations? Thanks, Eyal. |