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
Good afternoon. I can't seem to get to grips with the use of an indicator in the EA.
Here is the indicator itself:
I am calling the indicator in the Expert Advisor like this ( values from 2 buffers)-
However, although in the visual mode I can see that the values of the indictor from both buffers change from zero to plus/minus five, but the Customs persistently show (return) zeros .....
Posted in comment. - The green line =5, but the comment shows zero.
I am trying to figure it out for the past hour. Please give me a hint where the error is.
I downloaded the tool itself.
I have found the error. I sent a test script to Misha.
In fact all parameters must be passed. String ones too.
Good afternoon, please help the knowledgeable to concoct an oscillator on the formula heiken ashi showing the difference between haOpen and haClose. Thanks in advance!
Hi all !
Please advise. here is the code:
Can't figure out what's wrong ! The tester log returns error 130 (wrong stops) if I set stoploss and takeprofit less than allowed!
But I have specifically provided that this error did not happen !
Please advise why the conditions do not work ? -
How about adding a one-two to StopLevel for the gap? It worked for me once.
Like this ? :
>> It doesn't work.
Besides, in the tester these conditions should work even without a gap. But they don't. - Error 130 is coming up
Not helpful.
Besides, in the tester these conditions should work even without a gap. But they do not. - Error 130 is showing
Not an expert, but would print out the values of StopLoss, TakeProfit, StopLevel, SL and TP variables.
Can't see how they are declared or why they are needed
Not an expert, but would print out the values of StopLoss, TakeProfit, StopLevel, SL and TP variables.
I cannot see how they are declared and what for
Here's how it's done:
Positions are opened, but instead of stops there is an error 130 .....
Displayed all stops and levels in the comment . - all seems to be displayed correctly... - but error 130 is coming up