Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 13:09:53 +0000



Post From: spreadsheet, formula modification

[2017-09-28 06:14:13]
aydex - Posts: 110
Hi
I'm not getting something in regards to how the price of the entry/exit order is set with an Auto trading study.
I get that rows KLMN are looking for true false
in which case a signal is drawn
and depending on study settings, the signal can be made end of candle, or "during the candle"
I get the order type can be set in the KLMN formula like this =IF($J$5 > 0, "L", "M").

But how does one set that Limit price to a value?
Say I wanted to set a limit (exit) price to low of past candle, which is in cell D4
Where do I put the D4 put on the sheet?

I have tried putting it in cell I23 "Limit or Stop Price - Buy Exit (L)"
but it doesnt seem to be working
Im guessing there is another way, as all the cells in the IJ columns mirror other settings or calls