[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 73
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
I mean, I already had a profitable strategy, I've been trading for a while now... I just finished the Expert Advisor on it now.
Then it's urgent to pay.ru.
Would you say this is a good result for a robot on a 7 year period? I just don't know the capabilities of EAs yet, so I'm very interested
Can you say it's a good result for a robot on a 7 year period? I just don't know the capabilities of EAs yet, so I'm very interested in it.
No, that's bullshit.
I would rather sell it on pay.ru and not bother.
No, that's bullshit.
I'd rather sell to pay.ru and not have to suffer.
If it's bullshit, who's going to buy it?
If it's bullshit, who's gonna buy it?
Yeah, well, there's always a sucker.
the public's gonna eat it up.
Well, of course. There's always a sucker.
As they say, the public will eat it up.
I am not here to scam suckers, thank you of course. I will keep it for a while, gain some experience in programming, and then I will fully implement my strategy in my trading robot. Then, hopefully, it will be "no bullshit".
You should at least post a report from the tester. People might stop bitching then. You really can't tell anything from the graph.
And this phrase is confusing...
Hi all!
guys, need some help!!! )))
my code does not work! help me fix it please)))
::: If price moves in the opposite direction, when it reaches -15/-20 p a pending order is placed to capture one more order when price comes back
void otlogka () {
int a, order, k=OrdersTotal();
for (a=k-1; a>=0; a--) {
if (OrderSelect(a, SELECT_BY_POS, MODE_TRADES)) {
if (OrderType()==OP_BUY) {
if (OrderProfit()+OrderCommission()+OrderSwap()<0) {
order=OrderSend(Symbol(),OP_SELLSTOP,Lot,NormalizeDouble(Ask,Digits)+15*Point,1,0,TP, "Otlogka",MagicNumber,5,0);
}}}}
if (OrderSelect(a, SELECT_BY_POS, MODE_TRADES)) {
if (OrderType()==OP_SELL){
if (OrderProfit()+OrderCommission()+OrderSwap()<0) {
order=OrderSend(Symbol(),OP_BUYSTOP,Lot,NormalizeDouble(Ask,Digits)-15*Point,1,0,TP, "Otlogka",MagicNumber,5,0);
}}}}
Thanks in advance!!!
Positive mood
Have a nice trade!!!
Where again more for less is confused, I give up.