//---- return(0)です。 } //+------------------------------------------------------------------+ //| エキスパートスタート機能 //+------------------------------------------------------------------+ int start() { int total=OrdersTotal(); Comment(" total ",total); Alert(" total ",total); if ( total !=0 ){return;}。
double 平均、Verhnyayaghranytsa、Nyzhnyayaghranytsa、newres、sum、deviation。 文字列テキスト; int ticket; int err; text="macdサンプル"; 平均=iMA(NULL,0,BandsPeriod,BandsShift,MODE_SMA,PRICE_CLOSE,i)となります。 //---- newres=Close[i]-Average; sum=newres*newres。
includeに入れる。
繋げる
#include <VinL_Trade_V3.mq4>.
ありがとうございます。
Expert Advisorにこのinclude <VinL_Trade_V3.mq4>を入れました。
Expert Advisorから呼び出す場合の正しい方法を教えてください。
そして、もし可能なら、正しい使い方を教えてください。
このinclude <VinL_Trade_V3.mq4> を自分のEAに入れました。
EAから呼び出す場合の正しい方法は?
図書館の中には、すべてが揃っている。最低限のレベルであれば、すでに使用することが可能です。
を入れる。
繋げる
#include <VinL_Trade_V3.mq4>.
こうだろう?
全ては図書館の中にある。最低限のレベルであれば、すでに使用することが可能です。
文字通り、2、3の例をお願いします。
図書館の中には、すべてが詰まっています。すでに最小限のレベルで使用することができます。
一人やってもらったことがあるのですが、正直なところ、他のファイルから呼び出す仕組みがよくわからないし、正しい指定方法もわからない。
Expert Advisorを含むライブラリを添付します。
図書館の中はすべてそこにある。最低レベルでは、すでに使用することができます。
試しに始めてみたところ、このような結果になりました。
if (FirstIndikcheckBuy && SecondIndikcheckBuy && ThirdIndikcheckBuy && FourthIndikcheckBuy){ lib.Order_Open(OP_BUY, Magic); }
エラーが出ます。
私は初心者です。選択した商品のボラティリティ、トレンドの方向性、スプレッドを表示するインジケータを作ろうと思ったことがある人はいますか?
は、このオプションをチェックしてください。
https://www.mql5.com/ru/code/10289
が最後に約定した注文の 一部を tp または sl で決済したかどうかを確認する方法をご存知ですか?
例えば、最後に約定した 3 つの注文が tp で決済されたか、そのうちの 1 つが sl で決済された場合、どうすればいいですか?
ありがとうございます。
すみません、また私です、同じような話です。弟がやってきて、バトルシップで遊んでいる間、私はコンピューターから離れ、散歩をし、お茶とケーキを食べ、リディックの冒険を見たのです。
//+------------------------------------------------------------------+
| ディモンズ ボーダーズ .mq4
//| 著作権 © 2010, MetaQuotes Software Corp.
//| http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright"著作権 © 2010, MetaQuotes Software Corp.
#プロパティリンク "http://www.metaquotes.net"
//+------------------------------------------------------------------+
//| エキスパート初期化関数
//+------------------------------------------------------------------+
extern int BandsPeriod=20,i=1 ;extern int BandsShift=0;
extern double BandsDeviations=2.0;
extern double Lots=0.1,TakeProfit=50,stoploss=10。
int init()
{
//----
//----
return(0)です。
}
//+------------------------------------------------------------------+
//| 専門家による初期化関数
//+------------------------------------------------------------------+
int deinit()
{
//----
//----
return(0)です。
}
//+------------------------------------------------------------------+
//| エキスパートスタート機能
//+------------------------------------------------------------------+
int start()
{ int total=OrdersTotal(); Comment(" total ",total); Alert(" total ",total);
if ( total !=0 ){return;}。
double 平均、Verhnyayaghranytsa、Nyzhnyayaghranytsa、newres、sum、deviation。
文字列テキスト; int ticket; int err;
text="macdサンプル";
平均=iMA(NULL,0,BandsPeriod,BandsShift,MODE_SMA,PRICE_CLOSE,i)となります。
//----
newres=Close[i]-Average;
sum=newres*newres。
deviation=BandsDeviations*MathSqrt(sum/BandsPeriod) となります。
Verhnyayaghranytsa=平均値+偏差値。
Nyzhnyayaghranytsa=平均偏差。
//----
if (Verhnyayaghranytsa<Close[i])とする。
{ //Comment("buoy!",Verhnyayaghranytsa );
ticket=OrderSend(Symbol(,OP_BUY,Lots,Ask,3,Ask-stoploss*Point,Ask+TakeProfit*Point,「Macdサンプル」16384,0,Green);
}
if (Nyzhnyayaghranytsa>Close[i])とする。
{ //Comment(" sell! ",Nyzhnyayaghranytsa );
ticket=OrderSend(Symbol(,OP_SELL,Lots,Bid,3,Bid+stoploss*Point,Bid-TakeProfit*Point, "macd sample",16384,0,Red));
// アラート(GetLastError();
}
return(0)です。
}
//+------------------------------------------------------------------+
また同じエラー 130!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!☆☆☆☆☆☆☆☆☆!
それに、外出先で考える方が楽ですからね。