MQL入門 0000
関連タイピング
-
JavaScript 暗記用です
プレイ回数3319英語長文1038打 -
css 3 暗記用です
プレイ回数930英語長文438打 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数4063英語長文120秒 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数655英語短文30秒 -
ブラウザで動くテトリスのコーディングです。
プレイ回数2936長文532打 -
※long long → ll, vector → vc
プレイ回数37英語90秒 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数2571英語長文300秒 -
プレイ回数320英語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