0
(0)
नाम:
SilverTrend Rewritten by CrazyChart
लेखक: एकत्र करनेवाला (2006.10.16 13:22)
डाउनलोड: 5259
डाउनलोड करना:
Indicator SilverTrend rewritten by CrazyChart is an alerting system similar to indicators of ASCTrend. If the indicator SilverTrend rewritten by CrazyChart meets lines, it alerts about necessity to buy or sell.

If the blue line meets the red line from bottom to top, a long position should be opened. If vice versa, a short position should be opened.

SilverTrend Rewritten by CrazyChart 1

4 टिप्पणियाँ एक नई टिप्पणी पोस्ट करने के लिए, कृपया लॉग इन करें या पंजीकरण करवाना

Looks excellent! But only because it repaints the last 7 सलाखों. Waste of time.

31.12.2009 21:27 rossiya

This indicator is crap! If you look into the codes, it used "future values" to compute the current indicator value, that means once the current price changes, the past indicator values will also change. It won't give you any profits.

Claude.

26.11.2008 01:07 claude

Dear,
Merry Christmass and happy new year.
This file is very important but I am facing the problem which is this file gives the sell/buy notification after the price has gone.Can you help me for the resolution of this file or maybe you have the updated file?
Thanks in advcnace for your support as usaul.
साभार,
Jamal
03.01.2007 19:37 barakat

Dear,
I have downloaded this software and enabled the ring tone as below whenever get a sell or buy signal,but i faced a problem when i get any signal,which is i am receiving an alert notification for any signal each second and more than 80 times for each second and consequently my computer is freezing.

Thanks in advance for your support to solve this problem.
साभार,
Jamal Barakat
======================
//+------------------------------------------------------------------+
//| Filename changed to ForexOFFTrend. mq4 by CrazyChart |
//| SilverTrend .mq4 |
//| SilverTrend rewritten by CrazyChart |
//| http://viac.ru/ |
//+------------------------------------------------------------------+

#property copyright "SilverTrend rewritten by CrazyChart"
#property link "http://viac.ru/ "
//----
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Blue
#property indicator_color2 Red
//---- इनपुट पैरामीटर
extern int CountBars = 400;
extern int SSP = 7;
extern double Kmin = 1.6;
extern double Kmax = 50.6;
extern bool gAlert = True; // Switch to allow alerts
//---- buffers
double ExtMapBuffer1[];
double ExtMapBuffer2[];
//----
bool gSellAlertGiven = true; // Used to stop constant alerts
bool gBuyAlertGiven = true; // Used to stop constant alerts
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- संकेतक
SetIndexStyle(0, DRAW_LINE, 0, 2);
SetIndexBuffer(0, ExtMapBuffer1);
SetIndexStyle(1, DRAW_LINE, 0, 2);
SetIndexBuffer(1, ExtMapBuffer2);
//----
अगर(CountBars >= Bars)
CountBars = Bars;
SetIndexDrawBegin(0, सलाखों - CountBars + SSP);
SetIndexDrawBegin(1, सलाखों - CountBars + SSP);
//----
वापस करना(0);
}
//+------------------------------------------------------------------+
//| Custor indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
वापस करना(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
int i,
i2,
loopbegin,
counted_bars = IndicatorCounted();
double SsMax,
SsMin,
K,
val1,
val2,
smin,
smax,
कीमत;
अगर(सलाखों <= SSP + 1)
वापस करना(0);
//---- initial zero
अगर(counted_bars < SSP + 1)
{
के लिए(मैं = 1; मैं <= SSP; i++)
ExtMapBuffer1[CountBars-i] = 0. 0;
के लिए(मैं = 1; मैं <= SSP; i++)
ExtMapBuffer2[CountBars-i] = 0. 0;
}
के लिए(i = CountBars - SSP; मैं >= 0; i--)
{
SsMax = High[Highest(व्यर्थ, 0, MODE_HIGH, SSP, मैं - SSP + 1)];
SsMin = Low[Lowest(व्यर्थ, 0, MODE_LOW, SSP, मैं - SSP + 1)];
smin = NormalizeDouble((SsMin - (SsMax - SsMin)*Kmin / 100), Digits);
smax = NormalizeDouble((SsMax - (SsMax - SsMin)*Kmax / 100), Digits);
ExtMapBuffer1[i-SSP+6] = smax;
ExtMapBuffer2[i-SSP-1] = smax;
val1 = ExtMapBuffer1[0];
val2 = ExtMapBuffer2[0];
अगर(val1 > val2)
{
टिप्पणी("ïîêَïêà buy ", val1);
अगर(gAlert == true && gBuyAlertGiven == true)
{
PlaySound("चेतावनी. wav");

चेतावनी("Buy signal at " + DoubleToStr(val1, Digits) + " पर " + अवधि() +
" मिनट चार्ट");
gBuyAlertGiven = true;
gSellAlertGiven = false;
}
}
अगर(val1 < val2)
{
टिप्पणी("ïًîنàوà sell ", val2);
अगर(gAlert == true && gSellAlertGiven == true)
{
PlaySound("चेतावनी. wav");
चेतावनी("Sell signal at " + DoubleToStr(val2, Digits) + " पर " + अवधि()+
" मिनट चार्ट");
gBuyAlertGiven = false;
gSellAlertGiven=true;
}
}
}
//----
वापस करना(0);
}
//+------------------------------------------------------------------+

ये पोस्ट कितनी उपयोगी थी?

इसे रेट करने के लिए किसी स्टार पर क्लिक करें!

औसत श्रेणी 0 / 5. वोटों की गिनती: 0

अभी तक कोई वोट नहीं! इस पोस्ट को रेट करने वाले पहले व्यक्ति बनें.

हमें खेद है कि यह पोस्ट आपके लिए उपयोगी नहीं रही!

आइए इस पोस्ट को बेहतर बनाएं!

हमें बताएं कि हम इस पोस्ट को कैसे बेहतर बना सकते हैं?



लेखक: विदेशी मुद्रा विकी टीम
हम अत्यधिक अनुभवी विदेशी मुद्रा व्यापारियों की एक टीम हैं [2000-2023] जो अपनी शर्तों पर जीवन जीने के लिए समर्पित हैं. हमारा प्राथमिक उद्देश्य वित्तीय स्वतंत्रता और स्वतंत्रता प्राप्त करना है, और हमने स्व-शिक्षा का अनुसरण किया है और एक स्व-टिकाऊ जीवन शैली प्राप्त करने के हमारे साधन के रूप में विदेशी मुद्रा बाजार में व्यापक अनुभव प्राप्त किया है।.