I have multiple closure routines
Is there a possibility to change the comment field when the EA closes a trade?
It would help in analyses of profit and loss scenarios
hope this makes sense
I have multiple closure routines
Is there a possibility to change the comment field when the EA closes a trade?
It would help in analyses of profit and loss scenarios
hope this makes sense
Whether something looks nice is subjective, but that is not the point. I just like to put the information that is really useful to the forefront... In my case that us the actual data it puts out and not the title....
Thanks
Yes I am talking about your comments
You let me set the font size, for example 10
then the title (in yellow) is multiplied with 1.3 in your mt4 code
I would like to be able to change this multiplier 1.3 without going into meteditor to change it
Does this make sense?
I like to set the textsize of the comment bigger than the title textsize, as that is the actual information I need to see during my trading
I know that within metaeditor I can set the multiplier to something smaller, you use 1.3
Could you make this etting available in the comment settings section
you can possibly put it right under the textsize = 10
you can call it : Title Multiplier = 1.3 (or something)
would be appreciated
thanks
Is thee an easy way to have a label attach to my arrow?
for example I have an up arrow, and I want to put a message in a small label visible on teh chart next to the arrow
Possible?
another remark
the 0.370000002 refers to total lotszie of open sell orders
the fact that it adds 000002 on the back is just weird, that size does not even exist nor is accepted by the mt4 terminal
The case for the long numbers, for example renkosize which is represented as 99.999999.... should be exactlty 100
Before with the same calculation that was exactly the case, with renko size is fixed so no deviation possible
Before you updated on Monday the same EA gave me 100 as a result
That is what I am referring to the fact that the same EA, when compiled before monday gave the result 100 fopr RenkSize and when compiling after monday gives the result 99.99999999
Of course it is not far off, but it lets me fear that other number are slightly off as well. and forex is an exact game, it is not a big difference but a difference all the same
to illustrate my previous point

another error message, it did compile but shows in teh tab when EA is running, or actually as such not running, this was why the commenst did not show up

which refers to a line of code

which is teh block used to select trades, organized by least or most profitable
when i trun it off the EA runs, but comments shwo up wierded out
thanks
Okay
but the same EA - old version prints the comment message on the screen correctly
when I use the old EA but recompiled with new fxdreem, either the message does not show at all!
or it shows but it gives faulty values
for example 99.9999999998 instead of 100
very confusing
okay
thanks
but it is still acting weird
I went back to a old version, before the compiling issues yesterday
so when I load the older version into the metaeditor and compile, no errors
but when I load the old version into fxdreema, resave as mq4 and recompile in metaediotr
it compiles but it has a 7 warnings, while just before it had none
while you are probably just going to say it are just warnings, they were not there before so I finf it disconcernting
......
errors.JPG
when trying to set the current timeframe to a offlinechart, it suddenly creates a error message
in an another EA it just worked fine
any ideas?
......
error.JPG
I am looking to Retrieve the highest value for a 30 candle period for the MACD line.
So I wnat to look back and retrive the highest value within a certain period.
Is there already an easy way within fxdreema? Or do I have to try my luck in wriing value to variables?
Any advice welcome
Gideon
I imagine when we select profitable last, it selects based on piure dollar values, and not pips, right?
Is it posisble to have a routine that selects based on per pip, not dollars?
Any possibility on adding this?
I am still having issues with the bucket function
orderlotsizes and average prices are still no calculating correctly
okay so I should use loop(break) instead I guess
WOW
that is so much easier than actually programming this
I should have found that option
last question on this subject
when you use terminate, does it actually stop the EA, or just the loop?
or just waits for the next tick or bar to keep on working?
hope I make sense
What would be the easiest way to select the single least profitable trade and close it
So lets say I have 5 open trades , all losers and I want to close the absolute biggest loser in pips, and keep the other 4 open
how would I manage that, which blocks should I use?
Thanks
I am not sure I understand your question. But I guess you want to know how to run an EA on chart1, while the EA check a condition on renkoChart50
IF that is what you want you just have to plug in the renkochart identifier, so for an offline chart M50, that would be 50
you enter this number 50 into the timeframe option, which normally says Current
Hope this helps