[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 265

 
Thank you. Question removed - will test at opening prices:(
 

Hi folks!

I'm mastering mql4 from Forex trading introduction booklet I've read a simple strategy on

I`ve tried it with OsMA + SAR, I`ve added Klimov trall, I`ve optimized it (my technique is very weak) !

I have already started to use my own EA, but I have not got any tips on how to use it.

Compiled file and set,

Currenex EURUSDcx 5-digit M15 EC Renesource Capital

6 weeks stats

I'm afraid it very often overshoots position.

Settings

extern double  lots                 = 0.1;
extern int     Stoploss             = 0,      //стоплосс, если 0 то не изменяется
               Takeprofit           = 0;      //тейкпрофит, если 0 то не изменяется
extern int     TrailingStop         = 30;     //длинна тралла, если 0 то нет тралла
extern int     StepTrall            = 0;      //шаг тралла - перемещать стоплосс не ближе чем StepTrall
extern int     NoLoss               = 0,     //перевод в безубыток при заданном кол-ве пунктов прибыли, если 0 то нет перевода в безубыток
               MinProfitNoLoss      = 0;      //минимальная прибыль при переводе вбезубыток
extern int     VolumeFiltr          =200;     // Фильтр по Volume
extern int     OsMaFast_ema_period  =12; 
extern int     OsMaSlow_ema_period  =26; 
extern int     OsMaSignal_period    =9;
extern bool    Dolivka              =false;  // до ТФ М15 включительно лучше не использовать
extern int     doliv                =300;    //отступ от уже отрытого ордера
extern int     dolivK               =2;      // множитель лота на доливку

I am afraid that I may use some different settings, may someone try it with the tester and do not reprimand me, I am studying :-)

Files:
pips4.0.zip  10 kb
 
PapaYozh:


Why are you being so silly?

Do the ticks come in?

If yes, does the EA attempt to open an order?

If yes, what is the ticket number returned by OrderSend()?

If "-1", what error code does GetLastError() return?

I have noticed that my Expert Advisor shows no signs of life starting from 00:00 MSK, 23:00 MSK on my terminal: it does not request to open orders.

Last Log entry: 2012.07.19 00:55:28 '*****': order #16368360 buy 0.10 EURUSD at 1.2283 was modified -> sl: 0.0000 tp: 1.2343, this was at 23:55:28 MSK, 22:55:28 terminal, 00:55:28 local

Orders are closing: 2012.07.19 01:25:56 '*****': order #16368153 buy 0.10 EURUSD at 1.2279 sl: 0.0000 tp: 1.2339 closed at price 1.2281

Here it is, earned like nothing happened: 2012.07.19 02:00:05 '*****': instant order buy 0.10 EURUSD at 1.2284 sl: 0.0000 tp: 0.0000





 
yosuf:

I`ve just noticed that my Expert Advisor shows no signs of life: it does not request to open orders at 00:00 MSK, 23:00 MSK on my terminal.

Last log entry: 2012.07.19 00:55:28 '*****': order #16368360 buy 0.10 EURUSD at 1.2283 was modified -> sl: 0.0000 tp: 1.2343, this was at 23:55:28 MSK, 22:55:28 terminal, 00:55:28 local

Orders are closing: 2012.07.19 01:25:56 '*****': order #16368153 buy 0.10 EURUSD at 1.2279 sl: 0.0000 tp: 1.2339 closed at price 1.2281



There's filtering by Volume I forgot to write
 
lx-7:
Who can help? Write to lx-7@mail.ru I am from Krasnoyarsk region.
I am from Zheleznogorsk. Skype artmedia70
 
sergey_54:

Hi folks!

I'm mastering mql4 from Forex trading introduction booklet I've read a simple strategy on

I`ve tried it with OsMA + SAR, I`ve added Klimov trall, I`ve optimized it (my technique is very weak) !

I have already started to use my own EA, but I have not got any tips on how to use it.

Compiled file and set,

Currenex EURUSDcx 5-digit M15 EC Renesource Capital

6 weeks stats

I'm afraid it very often overshoots position.

Settings

I am afraid that I may use some different settings, may someone try it with the tester and do not reprimand me, I am studying :-)

Hi! Put this beauty in the codebase and keep a comment thread there, keeping track of questions, requests and downloads.
 
Can you please tell me if there is an indicator that shows the number of orders at price levels?
 
yosuf:
Can you please tell me if there is an indicator that shows the number of orders at price levels?

How do you imagine it in graphical form? What would it look like and what data would be displayed?
 
drknn:

How do you envisage this graphically? What would it look like, what data would it have to display?
Horizontal lines at each price level, where there are open orders and the greater the number, the longer the lines. Somewhere like this, and in different colours to distinguish between sell orders and buy orders.
 
yosuf:
Can you please tell me if there is an indicator that shows the number of orders at price levels?

http://fxtrade.oanda.com/lang/ru/analysis/forex-order-book
Reason: