- 显示:
- 3697
- 等级:
- 已发布:
- 2008.07.25 07:17
- 已更新:
- 2014.04.21 14:53
-
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务
指标 BS_MarketPrice.
参量:
Indicator_Name="BS_#MarketPrice"; Right_Top=true; Shift_Y=0; Shift_X=0; // Untuk menentukan Warna Harga sesuai arah Trend Price_Variable="Setting for Price Color";// change Price_color_Up=Blue; Price_color_Dn=Red; Time_Frame=15; //---- MA_Fast_Period=1; MA_Fast_Method=0; MA_Fast_Apply_To=0; MA_Fast_Shift=0; //---- MA_Slow_Period=4; MA_Slow_Method=0; MA_Slow_Apply_To=0; MA_Slow_Shift=0;
BS_MarketPrice
由MetaQuotes Ltd译自英文
原代码: https://www.mql5.com/en/code/8277