آموزش پاین‌اسکریپت – قسمت یازدهم – آموزش استفاده از توابع

توابع در پاین اسکریپت
توابع در پاین اسکریپت

در این قسمت به توضیح توابع پرداخته‌ایم.

تابع یک خطی:

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © CoingramSite

//@version=4
study("Lesson 11", overlay=true)

//Inputs
len = input(title="Length?", type=input.integer, defval=20)
len2 = input(title="Length 2?", type=input.integer, defval=46000)


//Tak Khati
coingram(x,y) => x+y

plot(coingram(len2,len), color = color.orange)


تابع چند خطی:

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © CoingramSite

//@version=4
study("Lesson 11", overlay=true)

//Inputs
len = input(title="Length?", type=input.integer, defval=20)
len2 = input(title="Length 2?", type=input.integer, defval=46)
source = input(title="source ?", type=input.integer, defval=20)

//Chand khati Khati
coingram(x,y,z) =>
    a = x + 20
    b = y * 2
    ema(source,a+b)

plot(coingram(len2,len,source), color = color.orange)


برای مشاهده این ویدیو می‌توانید اینجا را کلیک کنید.

سروش طیبی
سروش طیبی هستم، برنامه‌نویس و طراح وب، عاشق دنیای رمزارز و کریپتو