[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 921
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I tried it that way. Only one signal comes out anyway. :((((((((((
if (Balance < Loss)
{
switch(Delta) {
case 1: PlaySound("LossLimitReached.wav"); Sleep (1000); break;
case 2: PlaySound("LossLimitReached.wav"); Sleep (1000); break;
case 3: PlaySound("LossLimitReached.wav"); Sleep (1000); break;
case 4: PlaySound("LossLimitReached.wav"); Sleep (1000); break;
case 5: PlaySound("LossLimitReached.wav"); Sleep (1000); break;
}
} Maybe so then, I don't have any other options for sure,).
if (Balance < Loss)
{
switch(Delta)
Nope.
OK, I had a custom turkey made two years ago that rang the right number of times, you could set how many. I'm gonna go through the mail, see if I can find it.
I opened a new demo account, i never touched the deposit.
Hello!!
Can anyone suggest an indicator that shows the remaining time of a candle or bar?
I couldn't find it in the code base .....
Hello!!
Can anyone suggest an indicator that shows the remaining time of a candle or bar?
I couldn't find it in the code base .....
There's a lot of different ones.
https://www.forex-tsd.com/indicators-metatrader-4/9487-candle-time.html
Here's one.
One more question.
Expert Advisor compares a candle (closed) black or white.... Black when open>close white when closed... The chart is 60 min. I want to compare and closed candlestick on 30 min chart.
Please advise who can do what. Here is the code
There are lots of different ones
https://www.forex-tsd.com/indicators-metatrader-4/9487-candle-time.html
Do normalize (NormalizeDouble()), check for maximum/minimum lot limit, if five digits - increase stop and profit by 10 times.