cTrader API Pivot function
Created at 23 Apr 2022, 12:20
WM
cTrader API Pivot function
23 Apr 2022, 12:20
Hi,
I am currently porting an indicator from TradingView to cTrader and I have a question:
Does cTrader have a pivot function in its API? It's possible to use Bars.Maximum, but the TV pivothigh function has left and right period parameters.
Thanks.
amusleh
26 Apr 2022, 09:49
Hi,
There is no such built-in function on cTrader automate, you have to create a method for it.
@amusleh