MQL入門 0000
関連タイピング
-
html5暗記用 <>を省いています
プレイ回数690英語長文694打 -
プログラミングタイピング
プレイ回数324英字60秒 -
キーボードにある記号全て使います!!
プレイ回数3349英語60秒 -
スクラッチのブロックを20個打ってください!!!
プレイ回数179357打 -
はじプロのノードンを打ち切れ!
プレイ回数591575打 -
JavaScriptの暗記用です
プレイ回数4603英語長文913打 -
超ロングコマンドがたくさん流れてくるので時間がかかります。
プレイ回数961長文英字2139打 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数2663英語長文300秒
問題文
(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