ThinkScript TickSize equiv for PIPs


Category:
0
0

Hi,

Wondered if you knew if thinkscript to compute a profit target for pips moved. So, in the stocks/futures world, I can do the following to determine a profit move and then I wondered if there is a way to do same with Pips? Thanks, Jennifer

def ProfitMove = (ProfitTarget * TickSize()) / TickValue();

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on August 30, 2020 8:08 am
161 views
0
Private answer

I searched the language reference provided by Thinkorswim and did not find anything equivalent to "TickValue()" that would work the same for Forex as it does for all the other ticker symbols (stocks and futures). It's clear that TickValue() cannot be used for Forex in the same way. But I do not see any other tools to replace it.

Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on August 30, 2020 11:42 am