[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 314

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
Everything before you has already been stolen - it's like MasterForex version 5... There's also version 4, but I can't find it yet, I'll find it if I need to.
It's not worth posting stolen stuff on this forum. This is the road to banishment.
I guess so:
Exactly not like that.
I need it to be like this
Greetings, does anyone have a script that can re-train stops on PSAR? Or can you write one if it's not difficult :) .
The script does not accompany the pose - this is done by an Expert Advisor...
Hello everyone!
Can you please tell me what the problem is? When I try to place one pending order, I get 2.
while (Ticket2<0)
{
RefreshRates();
Ticket2=OrderSend(Symbol(),2,Lots_New*2,price,2,0,TP,"",MN); //1 order is pending Buy
Alert ("Error in Cycle",GetLastError()); Alert ("TIK2= ",Ticket2;)
Sleep(500);
}
Greetings, do you have a script that can re-train stops on PSAR? Or can you write it if it's not too hard :) .
I couldn't find it on the search, unfortunately.
Please tell me how to set a shift of +0.21% and -0.21% in МА parameters. I want to set an envelope of 3 MAs for a chart with the period 34 and shift 0, +0.21% and -0.21%. I have no problems with the first one :) because the shift is zero, but the two following ones do not want to be set. I tried to change it to a number, for example 21, but the result is the same.
I couldn't find it in the search, unfortunately.
Please tell me how to set a shift of +0.21% and -0.21% in МА parameters. I want to set an envelope of 3 MAs for a chart with the period 34 and shift 0, +0.21% and -0.21%. I have no problems with the first one :) because the shift is zero, but the two following ones do not want to be set. I tried to replace them with numbers, for instance 21 - the result is not the same.
double iMA( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift)
Calculation of moving average.As you can see ma_shift is an integer (number of bars, by which the МАшки line is shifted to the right or to the left). And +/-0.21% - double, so it will not work.
Am I missing something in your wishes?
Good evening all. When I optimise an EA for a week I have the result and the chart, but for a fortnight nothing - optimisation is stopped. Please tell me what it may be and how to fix it? Thanks in advance, everyone!!!
and you try adding one day at a time instead of one week at a time.
(Perhaps the start date is greater than the end date)