無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
スクリプト

Market and symbol Information for MT4 - MetaTrader 4のためのスクリプト

ビュー:
6022
評価:
(22)
パブリッシュ済み:
2021.11.01 19:51
アップデート済み:
2021.11.02 11:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

The purpose of this interactive script is to display into one place all market and symbol informations taken from MarketInfo and Symbol Info, such as margin and leverage. This way traders don't have to browse the entire broker's site to find market conditions for a given symbol, which could be the case at times. The button list is taken from MarketWath with the Select option as some brokers may trade thousands of symbols


This is a downgraded version to MT4 of the sample script SymbolInfo for MT5, itself enhanced with previously missing margin and leverage values for any given symbol.  Left column lists Market Informations (MarketInfo), center and right columns list validated Symbol informations (SymbolInfoInteger, String, Double).Leverage value has been added and labeled MODE_LEVERAGE on the last line of MarketInfo column. It is calculated for any symbol as;

Leverage = Bid * Contractsize * Rate (Symbol Profit Currency / Account Curency  )  / Margin Required. 




    RSI histogram bars RSI histogram bars

    Two RSI indicator periods smoothed and displayed as histogram.

    Nadaraya-Watson estimator Nadaraya-Watson estimator

    Nadaraya-Watson estimator - metatrader 4 version

    MyRsi MyRsi

    MyRsi - by John Ehlers : metatrader 4 version

    MyRsi with NET MyRsi with NET

    MyRsi with Noise Elimination Technology - by John Ehlers : metatrader 4 version