Orders for converting - Python - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Python
123
49 completed jobs in all languages
Sort by:
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
(5) MQL4 Indicators Converting Python
123