読み取り専用

フォーラムは現在、読み取り専用のアーカイブとなっています。.

バグ報告やプラットフォームに関する質問はこちら → [email protected]

私たちのコミュニティはDiscordとYouTubeで活動しています。ぜひ参加してください!

ご参加ください Discord YouTube

カスタム関数の設定 (MathPow)

4件の返信

ラマカン

Subscriber, bbp_participant, community, 72 replies.

プロフィールを表示

13年前 #111158

Please walk me through on how to setup MathPow in Custom Function.

よろしくお願いいたします。.

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

13年前 #121634

こんにちは,

 

it depends on what exactly you need. Do you want to use it in the condition or in the action?

 

Using Custom Function/Action is quite simple, you just specify it as:

MathPow(10, 4)

 

If you have some variable defined, you can write it as

MathPow( YourVariable1, YourVariable2)

 

 

To use it in THEN action, you’d probably want to use MathPow to assign some value to a variable, you ca define it like this:

YourPowVariable = MathPow( YourVariable1, YourVariable2);

 

Of course, all these three variables have to be defined in EA Wizard.

 

I hope it is clearer now.

マーク
StrategyQuantアーキテクト

0

ラマカン

Subscriber, bbp_participant, community, 72 replies.

プロフィールを表示

13年前 #121651

Thanks, much clearer.

 

よろしくお願いいたします。.

0

JS17

顧客、bbp_participant、コミュニティ、73件の返信。.

プロフィールを表示

13年前 #122052

I cannot find ‘MathPow’ in the documentation, can somebody post the link please

0

ステアノ

カスタマー、bbp_participant、コミュニティ、379件の返信。.

プロフィールを表示

13年前 #122067

It is a new function in the last release, so I don’t think it is in EA Wizard’s documentation.  But if you google it, you can find some info about it.  For example, on the mql4 website it says how to use it a little bit:

 

http://docs.mql4.com/math/MathPow

 

google reslutsl

http://www.google.com/search?aq=f&oq=mathpow+mql&sourceid=chrome&ie=UTF-8&q=mathpow+mql

0

4件の返信を表示中 - 1 - 4件目 (全4件中)