How to draw triangle based on high and lows of ZIG ZAG?
-
Can anyone help me please?
-
-
@fxmich78 Plotting things with fxDreema is usually tough. Do you really need it? Can't you calculate the variables you need instead? That would definitely make it easier.
-
@l-andorrà
still ,don't know how.If you can show me,i would be grateful. -
@fxmich78 It is not an intuitive structure if you are not used to using variables. Are you?
-
@l-andorrà i believe i know in a good grade.
-
@l-andorrà said in How to draw triangle based on high and lows of ZIG ZAG?:
@fxmich78 Plotting things with fxDreema is usually tough. Do you really need it? Can't you calculate the variables you need instead? That would definitely make it easier.
I often will draw things first before making it into EA form. If I can control my idea fully, visually, then I will be able to control every aspect of the candles is the reasoning for why I do it.
-
@fxmich78 Then you need to store all three values for those triangle vertices into three different variables. But I don't fully understand why you need that from Zig zag. IMHO you should use a custom indicator plotting those triangles instead. You would save a lot of time and effort.
-
@l-andorrà @TipsyWisdom thank you.