MQL入門 0000

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4666 | 1THz【1テラヘルツ】 | 4.7 | 98.3% | 149.8 | 711 | 12 | 30 | 2025/02/23 |
関連タイピング
-
ウェブプログラミング言語のタイピング練習ができます。
プレイ回数1.9万長文2819打 -
javaやpythonのコードを打つタイピングです
プレイ回数602長文60秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数2938英語長文120秒 -
JavaScript 暗記用です
プレイ回数2706英語長文594打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1031英語長文90秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1万長文記号276打 -
C#プログラマ向けタイピング
プレイ回数1.2万英字60秒 -
プレイ回数220長文英字60秒
問題文
(input int MA_Period = 10;)
input int MA_Period = 10;
(for(int i=0; i<OrderTotal(); i++))
for(int i=0; i<OrderTotal(); i++)
(input double Lots = 0.1;)
input double Lots = 0.1;
(OrderSend(Symbol(),OP_BUY,Lots,Ask,Slippage,Ask-SLpips*Point,0,"comment",MAGIC,0,Blue); )
OrderSend(Symbol(),OP_BUY,Lots,Ask,Slippage,Ask-SLpips*Point,0,"comment",MAGIC,0,Blue);
(double iMA(symbol,timeframe,period,ma_shift,ma_method,applied_price,shift))
double iMA(symbol,timeframe,period,ma_shift,ma_method,applied_price,shift)
(double iBands(symbol,timeframe,period,deviation,bands_shift,applied_price,mode,shift) )
double iBands(symbol,timeframe,period,deviation,bands_shift,applied_price,mode,shift)
(OrderClose(OrderTicket(),OrderLots(),Ask,Slippage,White);)
OrderClose(OrderTicket(),OrderLots(),Ask,Slippage,White);
(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
OrderSelect(i,SELECT_BY_POS,MODE_TRADES)
(input int)
input int
(input double)
input double
(sinput int MagicNumber = 20221224;)
sinput int MagicNumber = 20221224;
(if(OrderSymbol() != Symbol() ||OrderMagicNumber() != MagicNumber) continue;)
if(OrderSymbol() != Symbol() ||OrderMagicNumber() != MagicNumber) continue;
(int)
int
(double)
double
(bool)
bool
(string)
string
(if(OrderType() ==OP_BUY))
if(OrderType() ==OP_BUY)
(Print("error");)
Print("error");
(OP_BUY)
OP_BUY
(OP_SELL)
OP_SELL
(OP_BUYLIMIT)
OP_BUYLIMIT
(OP_SELLLIMIT)
OP_SELLLIMIT
(OP_BUYSTOP)
OP_BUYSTOP
(OP_SELLSTOP)
OP_SELLSTOP
(return)
return
(false)
false
(true)
true
(else)
else
(OrdersTotal)
OrdersTotal
(OrderModify)
OrderModify