거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Two Stochastic Custom Filling Alert - MetaTrader 5용 지표

조회수:
5677
평가:
(33)
게시됨:
2022.05.28 07:06
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The idea of the indicator

Two iStochastic (Stochastic Oscillator, STO) indicators - 'Fast' and 'Slow' (more precisely, the 'Main' lines of these indicators) in one subwindow. Areas are filled between lines. The level settings are included in the input parameters - it can be useful when used in an Expert Advisor and when visualizing in a strategy tester. Added Notifications when crossing lines (Sound, Alert, mail, push)

input group             "Alerts"
input string               InpSoundName               = "alert.wav"; // Sound Name
input uchar                InpSoundRepetitions        = 3;           // Repetitions
input uchar                InpSoundPause              = 3;           // Pause, in seconds
input bool                 InpUseSound                = false;       // Use Sound
input bool                 InpUseAlert                = true;        // Use Alert
input bool                 InpUseMail                 = true;        // Use Send mail
input bool                 InpUseNotification         = true;        // Use Send notification


Two Stochastic Custom Filling Alert

Rice. 1. Two Stochastic Custom Filling Alert

    RSI Dual Cloud EA RSI Dual Cloud EA

    Strategy based on custom indicator 'RSI Dual Cloud'. Four types of signals

    RSI Dual Cloud RSI Dual Cloud

    Two RSI (Relative Strength Index, RSI) lines - 'Fast' and 'Slow'. Filling areas from the window borders to these lines

    Candles Ask Candles Ask

    The indicator displays the 'Ask' line -> a spread is added to the 'Close' price

    Group transfer Stop loss Group transfer Stop loss

    The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price