@alphaomega I don't see you project, please create a share link

@alphaomega I don't see you project, please create a share link

@alphaomega I don't know, it's really weird
Please con you share your project? And also the indicator
@vish Hi! You have to set the right decimal point as the value of a pip

@alphaomega you have to enter the right buffer, the one that corresponds to the Red Arrow and equally to the Yellow Arrow

@bgvulk try to delete your project and open a new one with the same block
@botondking Hi! Try this
https://fxdreema.com/shared/ApmVAPkFb

N.B.: respects the order of the blocks 9-10-11
@mari5566 have you already seen from the examples?
https://fxdreema.com/howto "buy-sell on opposite condition"
@mari5566 moving averages are default in mt4, have you a custom indicator? If yes, you have to upload your indicator in the "my indicator" tab

@trader-philipps right! in that case we can use the "adjust" field 
@rafaels919 suppose your loss is 50 pips per trade

this is the case of pending order

this is the case if you want to draw a line

@rafaels919 what you think about a pending order? otherwise when the price touches the third line open buy now?

@rafaels919 what do you think of putting an object line on the chart (like the first order) and observing the price? if the price comes against us we lost once and so on...
Condition TRUE == draw line 1 and so on..
At the fourth line open your trade
I misunderstood?
@shovel52 said in Hull pullback strategy:
Ok , thanks for the input, I thought "candle ID 0 was the candle that was open, and candle ID1 was the next candle that hasn't opened yet. I am wrong? I know you were not questioning my indicator, I just wondered if you had put the EA on a chart and it had worked for you..I still don't understand how it could work " long" but not "short", (ROAR) had said it was because of this example .
@shovel52 Yes it works for longs, because this silly condition is usually true:
lets say, candle upper wick is 15 pips EURUSD is at 1.1070Condition: 15 is above or equal 1.1070 -> TRUE -> open buy
0
I don't understand how this can happen, and not be opposite for short trade..regards John
@seb-0 That's right, the chart tells how many OANDA clients (in percentage) are buying (LONG) and how many are selling (SHORT) on a certain pair
maybe it's too broad in content, but may be useful
https://fxdreema.com/forum/topic/7722/how-to-stop-other-all-expert-advisor-by-my-expert-advisor
@cpxiom said in Use EA to attach and indicator to a chart:
@mole Hi, this is from an old post named apply template. https://fxdreema.com/forum/topic/3658/apply-template/9
The solution is from fxDreema. https://fxdreema.com/shared/EooHSxoKb
Also, as it writes here https://fxdreema.com/forum/topic/5361/how-to-apply-template, put .tpl in the name field also.Or you could do a custom mql block, and paste this into it. ChartApplyTemplate(currChart,"SomeTemplate.tpl");
Hope it works
and thanks a lot to @CPxiom