omosiroizo’s diary

きままにプログラムLife

RSIも通貨ペア、各時間足ごとに確認したい。。インジ

f:id:omosiroizo:20180806170115j:plain

!!_rsi_dashbord_v0.mq4
https://ux.getuploader.com/omox/download/9

パラメーターは
extern string Pairs = "USDJPY,EURUSD,GBPUSD,EURJPY,GBPJPY,AUDJPY,USDCHF,USDCAD,AUDUSD";
extern string Periods = "1,5,15,30,60,240";
extern double kikan = 14;
extern int settimer = 5;
extern double AlertLebelH = 70;
extern double AlertLebelL = 30;
extern int AlertInterval = 20;//アラート間隔(秒)