Support Board
Date/Time: Wed, 05 Nov 2025 20:51:04 +0000
Post From: Previous close
| [2020-06-04 09:49:28] |
| gfx2trade - Posts: 48 |
|
dear helper ... my studiy works with ... if (sc.CrossOver(sc.Close, Subgraph_High ) == CROSS_FROM_BOTTOM
but does not with float previousClose = sc.Close[index-1]; if (sc.CrossOver(previousClose, Subgraph_High ) == CROSS_FROM_BOTTOM How come ? |
