[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 394

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
copied the code into the new EA, the file in the tester\files folder is created normally.
скопировал код в новый советник, файл в папке tester\files создается нормально.
Funny - I was expecting to see it in the "experts\files" folder, but didn't know about the "tester\files" at all (and the file was actually created there).
Thank you!
посоветуйте пару надёжных советников по eur\usd что бы с 1000 бак 30 ежедневно делал и побольше сделок
If you can find it... drop me a line, too.
Thanks in advance.
Он предпочитает деньгами, обычно в размере депозита :))
А если есть что сказать, говорите, здесь Вам помогут избавиться от иллюзий, а может и найти рациональное зерно.
Thank you =) there is an illusion ...
The price movement has a wave nature! Move in a certain direction, then bounce back as Elliot, Fibonacci, etc. said.
So why not use Martingale?! The Martingale system can be improved! At each losing trade we do not just increase the lot, but at the same time open the opposite order, no matter which way the price moved we have profit from this, and the return of the lot to the initial stage is a matter of time!
I will give you an example!
Suppose we opened a Sell position 0.1
=>The price went up by 10 pips, so we open two orders,
1. sell lot 0.2 (increase by martingale)
2. Buy lot 0.1
=>Price has risen by 10 pips again,
1. Close Buy ( fix profit)
2. Open Sell lot 0.4
3. Open Buy lot 0.1
=> price went up again by 10 pips,
1. Close Buy ( Fix profit)
2. Open Sell lot 0.8
3. Open Buy lot 0.1
=> Price fell by 10 pips i.e. Price Price Price is TP triggered
1. Close all Sell(0.1\0.2\0.4\0.8)
2. Open Buy position 0.2 (increase the size of the previous Buy position, since the previous one was losing)
3. Open Sell lot 0.1
Well, 10 pips is just an example! This size will depend on the timeframe and the pair!
Kogalym, you count to ten... Up to 10 orders at a Sell loss, and the Bay closes will seem like an arithmetic error to you. And also, it would be good to know exactly how much for the Sell margin and the cost of the punt, so .... just in case ...
To correct the error, see MarketInfo( symbol(), 13 ... 33)
Kogalym, вы посчитайте до десяти... до 10 ордеров в убыток по Sell, и закрываемые Bay покажутся Вам арифметической погрешностью. И еще, хорошо бы точно знать сколько для Sell залога и стоимость пунтка, так ... на всякий случай ...
для исправления ошибки см. MarketInfo( symbol(), 13 ... 33)
OK, 10 Sell orders in 50 pips step => 50*10=500 pips =)
500 pips without a pullback?! I must have missed something if it is possible =)
The deposit may be partially compensated by opening a Buy order
I still could not find the error =(
Почему при запуске советника выдает ошибку OrderSend error 130 ?
At a minimum, NormalizeDouble must be applied to all Ask, Bid, etc. in OrderSend. For example: NormalizeDouble(Ask-SL_Buy*PointX,Digits).