
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
thanks swifx
thaank u ,this helps
and solved the problem
the log file was getting large cause i was loading the indicators with a templete
so it was giving this message
now
what is the center help for is it better to be true or false
also the box is it better to be true or false
second
shall we try this indicator in a higer frames
i think this indicator will rock
the boxes on the chart are great
however
sometimes if we are playing within 30 pipes
the prices gets higer than theses 30 pipes so it turns to blue
then goes under the 30 pipes so it gores to red
can we fix that
can we combine a filter or hiken ashi smoothed so when they both agree the color changes
any way this one of the most wonderful indicators i have ever seen
all the indicators seems to be very lagging
this one acts diffrently
i hope we can improve it and test it on the next week
have a nice weeekend
and thanks pal for the help
Wouh not sure i'm getting everything
thaank u ,this helps
and solved the problem
the log file was getting large cause i was loading the indicators with a templete
so it was giving this message
now
what is the center help for is it better to be true or false
also the box is it better to be true or false
I have both to true...
second
shall we try this indicator in a higer frames
i think this indicator will rock
the boxes on the chart are great
however
sometimes if we are playing within 30 pipes
the prices gets higer than theses 30 pipes so it turns to blue
then goes under the 30 pipes so it gores to red
can we fix that
This indicator is not even a week old....as long as YOU are making money with it keep these settings.
You and others are welcome to try any settings and post results... good or bad
I use mostly Spread+1 pip boxes but I'm not YOU
can we combine a filter or hiken ashi smoothed so when they both agree the color changes
any way this one of the most wonderful indicators i have ever seen
all the indicators seems to be very lagging
this one acts diffrently
i hope we can improve it and test it on the next week
have a nice weeekend
and thanks pal for the helpAs you said :
-all other indicators are smoothing something or lagging or repainting especially heiken ashi...
Do you really want pipschart to do this too ?
You don't change a winning team....if you are winning pips with it show us how and why.... if you change something you might end up loosing pips..
regards
EA rules
EA is always in the market ... long or short not both!
Go long if lows are getting higher might take several pipschart candles
reverse ( Close long open short )
if Highs are getting lower
Pairs : EURJPY, EURUSD test on demo datafeed
that's it...
regards
I realize writing EA's is a huge job and you just do not pop them out like a dime a dozen...
But..
...will someone please write an EA for those of us that must automate. Please use the svifx method of
Higher highs and Higher lows
Lower highs and Lower lows
for us to test with..
This could prove to be a project that could yield something fruitful...even if some of you consider Forex a Hobby...
ES
Simple question about tick data
Greetings, all. I am in the process of trying to construct my first EA, and I have what I am guessing is probably a simple question.
As I understand it, the EA "start ()" function is executed on every tick, correct?
Do the built-in indicators also get updated on every tick so that I may compare them and take appropriate action? For instance, my EA is designed for an hourly timeframe, but I would like the EA to be able to trigger a buy or sell at any time WITHIN that hourly timeframe, not just at the close of the bar, if my indicators give such a signal.
Put another way, will a function such as this work:
if (ADXcrossed())
{
// Take some action
}
int ADX_crossed()
{
static double previousADX;
double currentADX = (iADX(NULL,0,14,PRICE_CLOSE,MODE_MAIN,0);
if (previousADX = 30) return 1;
previousADX = currentADX;
}Thanks for any help you can provide.
Use desired period on indicator.
0 = chart TF.
I am sorry.
More related thread to this question/reply is this one https://www.mql5.com/en/forum/176348
Trade Profit Alert
I'm not using any type of autotrader on MT4.
Is their a way to be alerted by MT4 when my profit reaches a set price, ex: $200 or $300 for example and just alerts me.
I can watch it on the Terminal - Trade Tab, I would just like to be alerted if I'm away.
Thanks
Look at post #17 of this thread. May be it will help.
The other thread https://www.mql5.com/en/forum/178507
I'm not using any type of autotrader on MT4.
Is their a way to be alerted by MT4 when my profit reaches a set price, ex: $200 or $300 for example and just alerts me.
I can watch it on the Terminal - Trade Tab, I would just like to be alerted if I'm away.
ThanksHere, attach this as an EA and choose your profit target. All this will do is alert you when the profit target is hit.