add script
1件の返信
0
こんにちは,
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件中)