Hi does anyone have a vwap indicator for mt4
Posts made by peringvar
-
RE: Break even line on mutiple tradesposted in Questions & Answers
Yes I see. My problem is to calculate breakeven before it happens with diiferent lot size and combinations of sell and buys.
-
RE: DoubleTOstring and NormalizeDoubleposted in Questions & Answers
Thank you, hope there is some workaround in the future. Its quite annoying

-
DoubleTOstring and NormalizeDoubleposted in Questions & Answers
Hi there has been some topic on this before but I get a problem that this function doesn work well all the time when I write a number on the chart. Instead of the chosen desimals I often got a long road with desimals. I wonder if this is a fxdreema or a mt4 problem? And is there some way to avoid this?
-
RE: Break even line on mutiple tradesposted in Questions & Answers
@dieter I have tried to fiddle around with bucket of trades but havent find a solution yet. So far I can se the average open
-
RE: NormalizeDouble not working... long flating numbers issue...posted in Bug Reports
Hi I got problems with NormalizeDouble. I changed it to DoubleToString but i get the same issue.
Sometimes the value I print on the chart come out with to many desimals. When not it works quite well.
Are this a Fxdreema or mt4 problem? -
RE: Break even line on mutiple tradesposted in Questions & Answers
Thank again miro, i will study it
You are great -
Break even line on mutiple tradesposted in Questions & Answers
Hi I see there has been som previous question of this topic but I didn't manage to fine a clear solution.
What I want is to draw a break even line on my chart when I have several trades, both buys an sells with different lot.
I only find the average open as an option but that is not the same as break even with different lots.
Does anyone have the break even formula as an written formula so maybe I can puzzle with my brain a a start?
And of course it would be nice to have this in a block. -
No ticksposted in Questions & Answers
I guess the answer on my question is no and that the EA need tick to work but is it possible to make a "no tick" block?
I work with an trendline EA and I would like to be able to paint my objects and do my calculation in the weekend. Do everything else but perform the trades. -
RE: EA from MBFXposted in Questions & Answers
Voiila I put the indicator at the indicator root and it suddenly worked. I realize that its in the description that the indicator should have the subfolder in its name if it not at the root.
Thank you for your patient help

-
RE: EA from MBFXposted in Questions & Answers
Im still very confused. I renamed the indicator without any difference. I moved the original into the Market folder with no difference.
I had a template with the same name as the EA. I think mt4 loaded this template automatic for some reason, and that was the only reason that i get the indicator to paint on the chart in my first EA.
I deleted that template so now the EA runs with no painting and of course no trades. -
RE: EA from MBFXposted in Questions & Answers
Its in the indicator folder but organized under some subfolders
. -
RE: EA from MBFXposted in Questions & Answers
This is strange. I have deleted and added the indicator without no difference.
I added your block into my previous project with another name and the the cuves appear on the screen again. Weird.
But no trades are opened and when i traced the buffers it only draw the trace line at the prize.
Could there be any bugs somewhere? -
RE: EA from MBFXposted in Questions & Answers
I really dont see what Im doing wrong.
I tried to add this indicator again and used your setup,
This time the indicator dont show up on the chart or backtesting like I had problem wit the last time. I tried to choose a template using the MBFX while I was backtesting. Then I could see the curves but nothing happend.
Did you tried the EA you showed me?thank for helping again

-
RE: EA from MBFXposted in Questions & Answers
0_1507181914473_MBFX System.ex4
Thank you very much, that was really nice.
Its a part of the MBFX system with some other indicators I also have, but I look at this one with its interesting bands.best regards
-
RE: EA from MBFXposted in Questions & Answers
@miro1360 Thanks again Miro, I suddenly get the the EA with MBFX (my) indicator to draw its line in the strategy tester and on the chart.
On the live chart if i attached the indicator before the EA. I dont know why.
Anyway I tried to trace all the output and everyone draws the the prize level.

Even if there seem to be the right output in the data window when I hold the mouse on the first bar under the testing.
So I dont know how to detect the lines on the chart.
Per Ingvar
-
RE: EA from MBFXposted in Questions & Answers
Thanks again Miro, I suddenly get the MBFX to dr on the
-
EA from MBFXposted in Questions & Answers
Hi I have added the MBFX System indicator to my indicators.
3 inputs and 7 outputs. The output names are my modified but the number of outputs should be the same.
I have added a simple condition just to get started, but the indicator dont seem to appear on my chart neither on the chart or in the strategy tester. Could there be some write protection or have I missed somthing?



-
RE: Regression channel valuesposted in Questions & Answers
Thank you, I think I have to puzzle a little with this topic. It looks like I have to manually define the input on the indicator when I load the file into my indicators. My knowledge is at the very beginning.