読み取り専用

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

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

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

ご参加ください Discord YouTube

add script

1件の返信

ヒーロー

定期購入者、bbp_participant、コミュニティ、2件の返信。.

プロフィールを表示

12年前 #112211

Can someone explain  how to add to my strategy  script.
I want this:    if …….. then run script (Binary Call)
 
 
 
 
 
 
ファイル Binary CALL.mq4
ファイル EURUSDCall.sqw

0

マーク・フリック

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

プロフィールを表示

12年前 #124709

こんにちは,

 

you can copy the function from Binary CALL.mq4 file to EA WIzard/code/CustomFunctions.mq4 file. This will make it included in every EA created by the Wizard.

 

You can then use THEN -> Other -> Custom Action

 

to call this function with the correct parameters.

例えば:

Custom Action: takeTrade(direction,assetName,tradeSize,”60SEC”,clientAPI,scriptName,DoubleToStr((Bid+Ask)/2,Digits));

 

where you have to create direction, assetName, etc. as variables in EA Wizard or replace them with fixed values.

マーク
StrategyQuantアーキテクト

0

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