I have A to J column that provides buy sell with targets with stop loss
In the cell, "J3 " shows whether the price is triggered or not now want. To add more formulas in the same cell which shows a target hit 1 2 3 and if price moves above 3 than out of range should display
In the cell, "J3 " shows whether the price is triggered or not now want. To add more formulas in the same cell which shows a target hit 1 2 3 and if price moves above 3 than out of range should display
Buy Sell Formula.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | ||||||||||||
2 | Magic Number | 9.32 | Entry | Ini.Tgt. | 1st Tgt. | 2nd Tgt. | 3rd Tgt | Strict SL | Last Traded Price | |||
3 | 578.00 | Buy> | 582.66 | 584.99 | 588.72 | 591.98 | 594.31 | 578.09 | 589 | BUY | ||
4 | Sell< | 573.34 | 571.01 | 567.28 | 564.02 | 561.69 | ||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | B2 | =C3-C4 |
D3 | D3 | =C3+(B2*0.25) |
E3 | E3 | =C3+(B2*0.65) |
F3 | F3 | =C3+B2 |
G3 | G3 | =C3+(B2*1.25) |
H3 | H3 | =AVERAGE(C3:C4)+B2/100 |
D4 | D4 | =C4-(B2*0.25) |
E4 | E4 | =C4-(B2*0.65) |
F4 | F4 | =C4-B2 |
G4 | G4 | =C4-(B2*1.25) |
J3 | J3 | =IF(A3<I3,IF(I3>C3,"BUY","B Near SL"),IF(I3<C4,"SELL","S Near SL")) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
J3 | Cell Value | contains "SELL" | text | YES |
J3 | Cell Value | contains "BUY" | text | YES |
A1 | Cell Value | ="LONG" | text | YES |
A1 | Cell Value | ="SHORT" | text | YES |
C1 | Cell Value | ="LONG" | text | YES |
C1 | Cell Value | ="SHORT" | text | YES |