
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
As many people as there are opinions. It is comforting to know that mine coincided with komposter's opinion on Prival' s link.
As a suggestion: in your case, if there are two magiks in your EA, you can use the magik generated for the pair and the TF and its negative value.
Good idea.
Do you know if there is any script that can simulate the opening of positions in the tester. For example, the system of manual trading, I put on the chart the necessary indicators and run any advisor - so that the tester worked. so formed signal from indyuki and I throw the script on the chart, and it simulates the opening of a deal. and so on for each signal. and then I look profitable strategy or not.
See Visualization Testing. Manual Trading. and Visual Profitability Testing of Indicators and Signals.
Do you know if there is any script that can simulate the opening of positions in the tester. For example, the system of manual trading, I put on the chart the necessary indicators and run any Expert Advisor - to make the tester work. a signal from indyuki formed and I throw the script on the chart, and it simulates the opening of a deal. and so on for each signal. and then I look profitable strategy or not.
I want to get the value of high price from time x(hours minutes) till time y(hours minutes). Doesn't anyone have any developments of this type. I've tried something, but for some reason I get 0 in the output. And it's looking for both high and low.
Have you tried the iHighest and iLowest functions? All you have to do is translate the required time into indexes and you'll get the result you're looking for...
Have you tried the iHighest and iLowest functions? All you have to do is to convert the required time into indexes and you'll get the result you're looking for...
Thank you. I will try it.
As many people as there are opinions. It's heart-warming that mine coincided with komposter's opinion on Prival's link.
I have now given up using the chart period in mejic.
Sometimes I want to switch the TF while Expert Advisor is running, but this method of generation will immediately "start another EA".
And instead of Period() I try to use extern TimeFrame, so the EA works equally on any period chart.
Once again, a big "Ahem...".
I noticed this (for me) unpleasant thing with the time at the weekend.
Assuming that ALL times are computed relative to server time
(or its last known value) (well, except for TimeLocal () of course )
However, this is not true and I have wasted a lot of time trying to figure out
reasons for wrong filtering... :((( You live and learn...
SZY: A built-in function that directly calculates the price at a given time would have been useful.
I'm currently working on it this way:
So you don't have to guess. >> Check...