[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 598
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
How do I get the meta-editor out of the glitch? Preferably without shutting down the computer, preferably saving the information - the last ten to fifteen lines that have not been compiled.
Hi all,
please advise how to find out the maximum price that was after the formation of a fractal
Here is the trading function that opens positions:
All clear and concise. Error 130 keeps popping up in the tester, although the Expert Advisor works, but error 130 keeps popping up. What is the reason for that?
This function uses position opening functions, here they are:
I thought it had something to do with stop level, I added check, but it's not the same. I removed it for now as on Alpari this level is 0. Please hint what needs to be corrected to avoid this error.
double min=Low[iLowest(NULL,PERIOD_M15,MODE_LOW,32,0)];
Declare a variable of datetime type and assign it the valueTime[0]. After the order has been opened, if it is not equal toTime[0], you may open the next order and if it is equal to Exit. As for the criteria, I haven't looked at the code, but it seems that if it is a stochastic, it should trigger at crossing at overbought/oversold levels (usually >80 and <20%). For clarity, set the levels at 20 and 80 % in the stochastics settings
Declare a variable of datetime type, assign it the valueTime[0], after opening an order, then if it is not equal toTime[0, you can open the next order, if it is equal to --exit from start. As for the criteria, I haven't looked at the code, but it seems that if it is a stochastic, it should trigger at crossing at overbought/oversold levels (usually >80 and <20%). For clarity, set levels of 20 and 80 % in the stochastic settings.
Good afternoon please help, I can't understand why unwanted orders open ((, in the screenshot they are circled in red, here are the criteria
Try to take indicator values from 1 and 2 bars. Something like this.
Hi all,
please advise how to find out the maximum price that was after the formation of a fractal
Next top fractal.