@roar ok thanks... spread is working ok... in the formulas I have messed up something.
And really thanks for showing that i can check all in this way. 
Posts made by zooslinkis
-
RE: spread formatposted in Questions & Answers
-
RE: spread formatposted in Questions & Answers
You mean not to use default, but change on corresponding broker?
-
spread formatposted in Questions & Answers
Hey!
Maybe there is someone who knows... In market properties there is spread, it's in numerical format or in pip format? I want to add to variable (which are in pips) a spread... but it does not work... I have tried many different approaches, but there is nothing... -
RE: ATR crossover MA conditionposted in Questions & Answers
Or you can try to build a custom indicator https://www.eabuilder.com/ . Indicator creation there is for free... but you need to experiment with result first.

-
RE: Trailing stopposted in Questions & Answers
Thank a lot. I didn't realize this kind of approach... I will do some testing'

-
Trailing stopposted in Questions & Answers
Hey!
I have a simple question: can trailing stop become active if certain conditions are met? From all the posts I have read, after pass or etc. block it becames active. ( I have tried on some projects but in fail) Maybe there is some way?
Or it's better to create manually from check the price block?
thanks for answering. 
-
RE: once per barposted in Questions & Answers
@trader-philipps yeah... I saw many other faults. But atleast these ar parameter mistakes. I need to adjust distance between lines, stop differences (buy SL must be the same as sell TP and abother way around), and on winning trades for now trailing stop. I think tomorrow night I gonna finish that. I'm planning to add macd, rsi or some other oscilator to pluck out sideway trades. But that will be after one week. I don't have so much time to do this.

-
RE: once per barposted in Questions & Answers
@trader-philipps I figure it out. Thanks a lot!
https://fxdreema.com/shared/yoksbjC8
Partly as you said i just needed to change to conditions blocks.One more time.... thanks a lot.

-
RE: once per barposted in Questions & Answers
@trader-philipps so you almost got this all. Ok . I will explain my strategy... The shared link is only buy side of the whole strategy. When there is arrow up, sell and buy order is created and at the same time downline and upline ir drawn.
DOWNLINE for buy order is SL, but for sell order is TP
UPLINE for sell order is SL and for buy order is TP or SL (modify stops) if price is still going up trade is till open till it's closed by arrow down.
If price doesn't moves till up line and downline it's closed by arrow down.
Soooo to create that on UPLINE my order is modified and closed, I need to group sell order group 1, buy order is group 2. That's why there is groups in close trades.
There is no possible way that these arrows must be redrawn (maybe technical or so), because these lines are only drawn when the condition fulfills (arrow up)... so on each trade they stays constant.
"As you work on per tick level, there is a high chance that this will happen as prices moves up and down during a candle usually." This is what I want to avoid doing in on the openings of bars.
"What is Price Level 1 and Price Level 2 of your lines?" Amm sorry... It's my fault. I was doing a parameter cheking(maybe there was my fault that ea is not working)so I left this one unchanged... But it really doesn't mater. -
RE: once per barposted in Questions & Answers
@trader-philipps i know that i can use condition block, but for me this draw arrow is easier for me to check if all is working properly.
In block 15 and block 27 these ar 2 horizontal lines. I get these from block 10 and block 11. How you can see there is no SL and TP levels, becouse they work on tick event so I decised to use these 2 separate branches to get SL and TP levels on once per bar option (i'm ignoring bar wicks). So yeah... -
once per barposted in Questions & Answers
Hey all!
First steps first...
Here is my project : https://fxdreema.com/shared/mjZC37sfe
I am using my own simply made custom indicator... which is on each MA crossover it draws a arrow. All is good and fantastic till block 29 and block 30. I want these blocks to work once per bar... but after I put these blocks under once per bar... they simply not working at all (ok. they work, but on tick event, what I don't want). So I'm asking if anybody can help me?P.S. I even tried use them on Timer event. No results.
Thanks before!!!

-
Drawing a lineposted in Questions & Answers
Hey there! I was toying with my super ea... till I get that, that I don't know(understand) how to draw a line from previous candle (candle 1) body.
Logic is like this on one way:
Current price + previous candle body (in pips) = there is the line.
I was messig with draw a line block... but mostly it paints nothing. So can somebody help me please.
Thanks!
-
RE: Two take-profit levelsposted in Questions & Answers
@l-andorrΓ with two orders and two profit levels is too easy.
in that case I can figure it out myself. 
-
RE: Two take-profit levelsposted in Questions & Answers
@l-andorrΓ only one(same) order with two take-profit levels.
