脚本开发订单 - 外汇 - 已过时
创建一个订单
所有语言在存档的工作381
排序方式:
30 - 200 USD
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © allanster //@version=4 study("Gridimus Maximus", shorttitle = 'Gridimus Maximus', overlay = true) step_By = input('Steps by Pivot', title = 'Type of Increment', options = ['Steps by Pivot', 'Steps by Percent', 'Steps by Price']) stepNmb = input(defval = 5, title = 'Number Of Steps'