FT Line Chart MT4
This simple indicator plots a line chart from various prices. Standard Line chart shows only the close price.
Inputs
- InpAppliedPrice - applied price (Close, Open, High, Low, Median, Typical, Weighted)
For Developers
You can use the indicator in your code.
Syntax:
iCustom(_Symbol, _Period, "Market\FT Line Chart MT4.ex4", <AppliedPrice>, 0, <BarShift>);
Example:
//--- Actual Typical Price (HLC/3) double price_typical; price_typical = iCustom(_Symbol, _Period, "Market\FT Line Chart MT4.ex4", PRICE_TYPICAL, 0, 0); //--- Weighted Close (HLCC/4) one bar ago double price_weighted; price_weighted = iCustom(_Symbol, _Period, "Market\FT Line Chart MT4.ex4", PRICE_WEIGHTED, 0, 1); //--- High ten bars ago double price_high; price_high = iCustom(_Symbol, _Period, "Market\FT Line Chart MT4.ex4", PRICE_HIGH, 0, 10);
本店最新上架
-
- MT4 MT5跟单EA 本地跟单远程跟单 绝不
- ¥1100.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
全网为您推荐
-
- AlgoTradeSoft
- ¥3988.00
-
- 国际期货套利软件
- ¥3988.00
-
- MT4 MT5跟单EA 本地跟单远程跟单 绝不
- ¥1100.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00