SAFeTRADE 644 posts msg #161387 - Ignore SAFeTRADE |
10/4/2024 11:35:14 PM
WHY DOES STOCKFETCHER NOT LIKE MY SELL COMMAND?
FOR THE LIFE OF ME i CANNOT SEE IT.
|
wantonellis 161 posts msg #161388 - Ignore wantonellis |
10/5/2024 11:55:30 AM
SET{SELL,COUNT(CLOSE CROSSED BELOW MID,1)} /* <----- THIS ONE */
It appears you can't use a variable as the object in crossed below.
If I change MID to something standard like ema(5) the filter works.
SET{SELL,COUNT(CLOSE CROSSED BELOW ema(5),1)} /* <----- THIS ONE */
|
SAFeTRADE 644 posts msg #161389 - Ignore SAFeTRADE |
10/5/2024 12:46:38 PM
Why does this work? Stockfetcher why does not the mid in the first filter not work.
|