Volume indicator creator
-
Hi all, i need to create a simply indicator based on default volume indicator we all can find on mt4 platform.
I wish to draw an horizontal line on graph based on this condition:IF Volumes > 80000 (the number mean the lot, and must an input)
AND candle close LONG
THEN draw an horizontal line on high of candleIF Volumes > 80000
AND candle close SHORT
THEN draw an horizontal line on low of candleIf possible i wish to set max number of horizontal lines drawed for example draw back in the graph for no more the (for example) 500 candle....
i think its simply to realize, but i don't know where to start.
Can anyone help me?Thank You
Andy -
fxDreema is NOT designed to create indicators. However, you can create an EA doing exactly that. Is that valid for you? Please notice that an EA cannot be combined with another EA on that same chart, if that is what you want.
-
yes, it could be a good solution. it's valid to create an ea. no matter if ea or indicator...
could you help me? -
Sure! Do you have any initial project to begin with?
-
i started to write this:
https://fxdreema.com/shared/yCgu408Lc
but it doesn't work, because it place an horizontal line just in the actual candle... -
All your blocks are on the 'On init' and 'On deinit' tabs. What you need is checking those indicators' values every bar and the way to do that is moving them to the 'On tick' tab. That way, every tick arriving to your MT4 will check all required calculations.
-
i try to put the blocks on 'ON TICK' but it doesn't work the same. Can you help me?
-
Sure!. Let's begin with the indicator. It's not available on fxDreema so you will need a custom indicator to be uploaded to your fxDreema account. Do you have it?
-
Yes, it is already uploaded and setted in the block...
-
Ok. I can't check it on my builder. Could please share it here?
-
It's the link above
-
@andreaardenti l'andorrà needs your "volumes" indicator
-
Oh sorry for misunderstand. It's the one that. come's with default in the mt4 plaform
-
@andreaardenti Sorry, how did you upload this file?

-


-
Are you sure both are exactly the same, roar?
-
Never 100% sure, but I can't think of a possible reason why it wouldn't be the same.. It's just volume
-
@ambrogio I take it from the MT4 platform, then
click on MY INDICATORS (upper left) a window appear
then
ADD CUSTOM INDICATOR
and then you choos the file within your pc -
but.. can anyone help me?
-
@andreaardenti help me, where is the path of this file? and i can help you