Orders for converting - Python - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
30 - 100 USD
Hello, please convert the Python indicator for www.tradinview.com to MT4. Editable only: leftBars = input (4) rightBars = input (2) Pivot Reversal Strategy Code: //@version=3 strategy("Pivot Reversal Strategy", overlay=true) leftBars = input(4) rightBars = input(2) swh = pivothigh(leftBars, rightBars) swl = pivotlow(leftBars, rightBars) swh_cond = not na(swh) hprice = 0.0 hprice := swh_cond ? swh : hprice[1] le =
3 Applications