[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 412

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
Read the code several times until it's clear what's written, and you'll be happy.
why do you need flags?) you can do without them
Instead of check_us1, check_us2 and check_us3 what variables or conditions should be set, I don't understand...?
Still don't get it.
It's probably easier to explain in a picture.
Yes, thank you! Where you have it highlighted in blue you need to find the candle that closed above the high on D1.
P.S. I'll ask again, as we slipped past there somehow.
Yes, the indicator on history works with any invoked ind. does not work in real life, checked on M1.
if I understood you correctly, I will try to replace in the conditions >0, <0 with ==1 or ==-1.
It works for me, line time setting ind.
int to double replace when calling ind.
or give me ex4 indicators to work (may be there is something in them?!)
Instead of check_us1, check_us2 and check_us3 what variables or conditions should be set, I don't understand...?
Read the code several times until it's clear what's written, and you'll be happy.
Read the code several times until it is clear what is written, and you will be happy.
What should I put here?
Yes, thank you! Where you have it highlighted in blue you need to find the candle that closed above the high on D1.
P.S. I'll ask again, as we have somehow slipped past there.
I thought it was pretty clear.
What should we put here?
nothing (work : a positive half-wave came in, if (if) check_us1==true, check further if (if) yyyyyyul==true,(oppen>slope assuming) then prohibit on the next half-wave check condition 1 yyyyyul==true)
The condition is your condition.
yyyyyuuuuuuuul is your condition
I understand that condition, but instead of check_us1, check_us2 and check_us3 what should be put?
Good afternoon, friends!
I've got the idea of writing an EA, but my knowledge is woefully lacking.
I don't understand how to set pending order opening for time (i.e. with specified expiry date of pending order in case of non-execution).
If you don't mind, please give me an example of a program which opens a BS order at 50 pips from the current price with SL=50 TP=100 for 120 minutes to get a 100% understanding of it.
That is, such a body, which, if compiled, would simply open one by one orders with the specified parameters at the specified time and distance from the current price, at any timeframe, for any currency pair, and that is all.
To all of you, thank you very much in advance for support!