learn how to earn money villagers [Episode 2] ! - page 206

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 samovar) it's probably not about nets and lanes, there are just entry points, and if you know these places, even if not very accurately, then any samovar will brew, and everyone is looking for points, some are lucky.
A good run-up, the target is at a kilo, as Roman said)
Good samovar) it's probably not about nets and lanes, there are just entry points, and if you know these places, even if not very accurately, then any samovar will brew, and everyone is looking for points, some are lucky.
A good run-up, the target is at a kilo, as Roman said)
And keep "talking", writing and doing things... :-)
GOOD! :-)
And I've lost confidence in martingale and experts in general ....
I tried a simple TS on two wipers and two stochastics, trading on four major currency pairs
and here are the results of manual trading for the week .... (149,9% profit)
anyone interested - ask in the mail to .....
I've lost confidence in martingale and experts in general ....
I tried a simple TS on two wipers and two stochastics, trading on three major currency pairs
and here are the results of manual trading in a week .... (149,9% profit)
anyone interested - ask in the mail to .....
Why can't you automate it?
No - you need to visually analyse ...
For example, in stochastics you can programmatically set the level at which the signal is considered valid - but only firmly - and if it doesn't reach 0.01, the signal will not appear .....
Visually, you can see it and decide whether to trade or fence .....
To be exact - it is possible to code - but it will trade rarely and the profit will be minimal in relation to the time spent...
Or to be more precise - lock - only without limit levels and no trade - just beep when there is a match of indicators - further - with your head ....
....
More precisely - it is possible to code - but the trading will be rare and the profits will be minimal in relation to the time spent...
Well, if it is rare, the amount can be increased by increasing the number of traded currencies. The main thing is that the profitability is kept on a large time interval, and this can only be checked in the tester, if you have an Expert Advisor for this TS.
I don't think it will work - but you can try
MA_H4_1 = iMA ( Symbol(), PERIOD_H4, 10, 0, MODE_LWMA, PRICE_CLOSE, 0);
MA_H4_2 = iMA ( Symbol(), PERIOD_H4, 10, 0, MODE_SMMA, PRICE_CLOSE, 0);
MA_M15_1 = iMA ( Symbol(), PERIOD_M15, 10, 0, MODE_LWMA, PRICE_CLOSE, 0);
MA_M15_2 = iMA ( Symbol(), PERIOD_M15, 10, 0, MODE_SMMA, PRICE_CLOSE, 0);
STOH_H4_1 = iStochastic( Symbol(), PERIOD_H4, 5, 3, 3, MODE_SMA, 0, MODE_MAIN, 0);
STOH_H4_2 = iStochastic( Symbol(), PERIOD_H4, 5, 3, 3, MODE_SMA, 0, MODE_SIGNAL, 0);
STOH_M15_1 = iStochastic( Symbol(), PERIOD_M15, 5, 3, 3, MODE_SMA, 0, MODE_MAIN, 0);
STOH_M15_2 = iStochastic( Symbol(), PERIOD_M15, 5, 3, 3, MODE_SMA, 0, MODE_SIGNAL, 0);
I have my doubts that the stochastic will give any new information from the price, I will try to analyse the behaviour in relation to the average (although they say that the average is a bad filter)