Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 10:14:47 +0000



Post From: Spread Sheet trading study is not closing my position

[2017-12-06 15:12:10]
User118960 - Posts: 16
Hi,

Putting my first steps into spread sheet trading and we developing a easy crossover buy study. My buy signal is working fine but the sell signal that I put into the N column is not triggering the stop loss.

My code is simple when the faster MA is crossing the slower Ma from above it need to close down the position before triggering my stop loss.

The code that i use for this in L3 is the following:
=AND( CROSSFROMABOVE( AA3:AA4 , AB3:AB4), $J$8 > 0)


I also adjusted the settings from the study it can close out positions based on alerts but no effect :-S

With kind regards
Kristof