Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 01:38:00 +0000



Post From: unstable behavior

[2019-10-17 02:10:14]
User135907 - Posts: 5
Built very strong/clean long/short signals on e-mini chart. This (alert condition) verbiage is used to fire signals is a copy paste from alert condition to place arrows on chart.
This was copied from alert condition to place arrow on chart.
=AND(CROSSFROMBELOW(ID37.SG1,ID54.SG1),
AND(ID53.SG1>ID53.SG2))
As well, alert manager shows this signal "true" all thru course of day.(no error messages


Here below is signal (alert condition) to place up arrow onto my chart which is set to fire on close of bar eliminating almost all false signals. (visible bad signals are very limited on clean chart in below link
This was copied from alert condition inside (trading system based on alert condition.
=AND(CROSSFROMBELOW(ID37.SG1,ID54.SG1),
AND(ID53.SG1>ID53.SG2))


Here below is clean chart to clearly see signals generated.

http://www.sierrachart.com/image.php?Image=1571270793348.png

*************

Here below is chart with short signals on a steady downtrend.
There is no long signals placing up lime-green arrows on chart in this steady down trend, yet auto-trade system is placing long buy signals randomly in sim-mode from identical written instructions (white diagonal lines denote many short signals), but short strategy is disabled to clean up chart.

Question; How is it possible for system to place long market orders, when same signal does not place lime-green up arrows on this symmetrically balanced beautiful downtrend.
On far right of chart (2) buy signals (marked white lines) appear to have fills many bars after signals were generated & sent as well are randomly late which is curious!

http://www.sierrachart.com/image.php?Image=1571274579735.png

Please Fix This, help me make this work correctly. My alert conditions are good.