Comment block does not show any data. Maybe i have wrong variable type. Im using double,but the numbers can be like
-43568.9 so i dont know if its correct.
Posts made by Kricoslav
-
RE: OBV + EMA Custom indicator.posted in Questions & Answers
-
RE: Maximum number of trades openposted in Questions & Answers
You need include filter when you have buy/sell orders in groups.
Try this:

-
RE: OBV + EMA Custom indicator.posted in Questions & Answers
In Block 18 im trying to find highest/lowest value of OBV per 10 Candles. Thats why im comparing same buffer. Conditions for cross are in Block 4 and 15. There im working with 2 buffers. As i understand custom indicator settings... there is in my case one buffer for OBV and second for EMA. Or am i wrong?
-
RE: OBV + EMA Custom indicator.posted in Questions & Answers
https://fxdreema.com/shared/Ui6cc4OQb
This is my project so far,but its not opening any trades. I tried it with candle ID1 to but no difference.
The strategy is when OBV crosses EMA and at same time OBV is higher than highest OBV value per 10 candles --- BUY and opposite.
Will be glad for any help,thank you.
Got second idea with OBV to use it like "support/resist" indicator but have no idea how to put it into code to test it.
Just when OBV makes HigherHigh set pending order above. and same for sell.
Sorry for my poor drawing skillz :DDD
Do anyone have idea how to code it so we can test it?

-
RE: OBV + EMA Custom indicator.posted in Questions & Answers


It looks like this.Dont know if its correct...
Thanks for any advice. -
OBV + EMA Custom indicator.posted in Questions & Answers
Hello I have OBV + EMA Custom indicator but i dont know how to set conditions for crossup/down.

Can anyone help me with this please?
here is indicator:0_1590746659809_OBV with MA.mq4
Thanks alot
-
RE: Has anyone already made this easy scalping strategy ?posted in Questions & Answers
im playing with thist strategy too, but cant optimize it to be prifitable

-
RE: Working on pullback EA,but need help please.posted in General Discussions
Thank you,its working better now

Can you please help me with one more thing?.
As you can see im opening 2 orders at the same time.What im trying to do is when first order hits TP i would like to start trail stop on second trade.It is possible?
Thanks for any response
-
Working on pullback EA,but need help please.posted in General Discussions
Hey all. Im working on EA, but it sems its not doing what i want.I need help please

The idea is this:
When ema 21>13>8 and candle 1 high crosses ema 8 but still lower then 21,then place sell stop and opposite.

tis is my project so far https://fxdreema.com/shared/AVYABOuNb
thanks alot for any advice
