Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 12:55:09 +0000



Post From: Stop trading after a lost

[2017-10-26 02:59:17]
User29926 - Posts: 92
Ok, I will try to be more concise about what is needed and why I use a locking/persistant cell.

(1) When there is a losing trade, I need to disable auto trading J28 with a "1".
(2) When the $H$90 cell value changes from a "0" to a "1" , I need to re-enable auto trading J28 with a "0".
(3) When the $H$90 cell value switches back to a "0". I need the J28 to stay a "0" even tho there is still a losing trade on the board.

I wouldn't say the $H$90 cell is a locking cell, its more of a persistent value.
Since the locking cell ability only allows one parameter to unlock it.

I use the cell $H$90, to condense about 8 different chart indicators, cell values and various price conditions.
I reference the chart indicators directly ie: ID17.SG8@3, instead of a direct cell reference.
This way I can add or remove indicators without having to worry about cell changes.

When all the conditions are true the $H$90 cell is set to "0".
The $H$90 cell is reset by a change in anyone of the conditions that set it.

The $H$90 cell (Long trades)and another cell $H$91 (Short trades)controls 96% of the decisions to enter a trade or not.
By using the two cells, my K3 and M3 cell are very clean and only reference 3 other cells and has no long complicated formulas in it.
Date Time Of Last Edit: 2017-10-26 03:09:11