Support Board
Date/Time: Fri, 24 Jan 2025 00:39:00 +0000
Post From: Trade Activity
[2018-12-15 13:06:35] |
User228927 - Posts: 55 |
Now I am using version 1850, if I just use a simple text like "exit" in j102 cell it does put text tag in trade window, but when text tag is triggered by formula trade window is mostly blank. I have 4 different conditions that trigger a sell exit. When one of these conditions trigger a sell exit I am trying to put text tag in, so I have a formula for text tag in j102 cell. When I look at trade log though there are only 5 instances out of 47 trades that it puts a text tag in notes column in the trade activity log. The formula I am using is this =If(and(n3=1,v3=1),"Sell Exit->RSI",If(and(n3=1,w3=1),"Sell Exit-highbars", If(and(n3=1,x3=1),"Sell Exit-Numbars",If(and(n3=1,y3=1),"Sell Exit-MANumBar","")))) n3-is sell exit trigger, v3,w3,x3, y3- are variables that trigger sell exit. |