You have set it to draw vertical lines in object type, change it to horizontal and set "this block can create 1 object /bar to false and it will follow how you want it.
Posts made by timmyhanke
-
RE: How do I draw moving average on chart?posted in Questions & Answers
-
RE: More than 1 order at same timeposted in Questions & Answers
@winidecorw
For buy trade
Condition
Close opposite trade (sell)
No trades ( buy )
Buy now -
RE: About "Time Bomb"-blockposted in Questions & Answers
I think it's x pips up or down depending on what block you use in x seconds .
So it has to reach your pip amount in the seconds you put in.
-
RE: EA that Trades from Indicator Arrowsposted in Questions & Answers
Indicator is visable block and point to the right buffer that creates the arrow.
If its done by objects you have to make the ea to check the object first then take action
-
RE: Somebody please help me how can i do instant sell and buy at the same timeposted in Questions & Answers
no trade block conncted to a buy and a sell block ?
-
RE: Operation to the opening of the candle not to the tickposted in Questions & Answers
It goes under on tick , if used on top it will only activate once when a new candle opens , and only once . Then it wont check contiions at all until the next candle is opended, so it blocks everything else.
And if used below your main conditions and above buy/sell blocks it will check the conditions on every tick and when its true it will only pass once , and that can be anywere in the spand of the candle time, at the beggining middle or end of it .
-
RE: Operation to the opening of the candle not to the tickposted in Questions & Answers
Once/ bar block is used for that .
If the block is used at the start of your following rows of blocks then it will take action at the beginning of each candle.
If used in the middle somewhere it will take action somewhere in the spand of a candle time if your other conditions are true .
-
RE: HORIZONTAL LINE IS NOT WORKposted in Questions & Answers
its because its no happening / condition for it to make it able .
https://fxdreema.com/shared/lQUhlNYAd
here is my latest , it will not make any sence exept that under the block 50 it changes 2 lines at every tick , in this case after a trade would happend .
Notice i have made the same line blocks at the on init section , because when the ea is added to chart it will draw the lines the first thing it does , then i only move them when i want to , so try that
-
RE: Quick question about custom indicatorsposted in Questions & Answers
Superprofit is one of ''Carl Dittmans '' scams , its repainting a couple of bars back , and thats why you have problems with it , because of past values

-
RE: weighted average open Priceposted in Questions & Answers
Cant you just use different groups or just take the open prices reardless of the lot sizes ?
-
RE: How much for a life-time purchase of Fx-Dreema?posted in Questions & Answers
Around 18 000 € i would guess
-
RE: close all position after 24 hoursposted in Questions & Answers
Timefilter then connect that to close trades block
-
RE: Doing loop for n barsposted in Questions & Answers
it all depends of what number of peak value you are looking for ( x number of bars )
if you are using your own indicators they have a more settings option on the left/right operand , in there you have somthing called Value in range of candles , there you can choose either highest or lowest value in the spand of candles you want.
Set your mind and brain free and hopefully you will come up with something interesting

-
RE: Does Fxdreema has channel of keltner on the indicators?posted in Questions & Answers
you can add custom indicators by pressing my indicators button on the top , then select it in your blocks
-
RE: Trailing Stopposted in Questions & Answers
https://fxdreema.com/shared/R2XIDrrHd
set the time you want the timefilter to pass between then it should work
-
RE: stop lose on high low candle id 1posted in Questions & Answers
I dont try the things i upload here , its more fun that way.
https://fxdreema.com/shared/UMnVVyAWc
Here i skipped the stoploss part and used conditions to close the trade , the same thing really exept the broker dont have any clue how and what you are using , and that is a good thing . Because a stoploss is a request to your broker , so if a request is skipped its more likely not to mess up

As you can see in your buy/sell columns i added the opposite condition for the closing meaning that it dosnt open an order if it already is above / below previos high/low price ( so it dosnt open and closes orders instantly)
See if it works for you

-
RE: stop lose on high low candle id 1posted in Questions & Answers
https://fxdreema.com/shared/09Sb2nAKb
Here you have buy stoploss on candle 1 low price and sell stoploss on candle 1 high price
-
RE: RUN and ON/OFF blocks linking questionposted in Questions & Answers
you can have a condition connected to the turn on/off blocks if the condition are true it the turn on blocks will turn on the blocks you want that are off at the moment , and the turn off blocks will turn on the blocks that are on and running .
So first try only using on/off blocks , the run block only forces the ea to run the blocks that you have entered.
Take notice that you have to write the number ( name) of the blocks you want to be executed with a comma to seperate them , no spaces between at all if i remember right. -
RE: soft edging eaposted in Questions & Answers
https://fxdreema.com/shared/9nkbkwMEc
Take notice i used the on trade section , the no trade blocks in the middle can be removed if you want
