oo nice i din know we can do this in the variables too. thanks
Posts made by edwardseer
-
RE: CheckUpposted in Questions & Answers
-
RE: CheckUpposted in Questions & Answers
not sure if this would help you but this is what i think i would add to my main project,
-
RE: CheckUpposted in Questions & Answers
ok
, was hoping that it would be an easy addition to the system since there was a check for it. seems like it is not haha. -
RE: CheckUpposted in Questions & Answers
i see all the checkup blocks in fxdreema. is there a way to see the current calculated values of the data?
for example check average profit from "n" trade, can i output the value in there to the comment for me to see while the ea is running?
theres the trade statistic but it only shows gross loss of current or history, but i wish to have a certain number of trade calculated.
what im doing now is when the ea opened it first trade, if it goes into a loss it enters the trade management mode where it open a series of trade, i only want to check the current average profit of the entry trade to the trade management trade. -
RE: Adding mt4 indicatorsposted in Questions & Answers
ok
was wondering which 1 to use as its a default indicator not a custom indicator -
RE: Adding mt4 indicatorsposted in Questions & Answers
how do i add mt4 default indicators as custom indicators? i need to use the moving average oscillator but i do not know how to arrange the input. which 1 comes first.
or do i use the custom indicators in the indicator? -
RE: Drawing in indicator windowposted in Questions & Answers
ya
Sorry to bother you on that ><. Thank you. -
RE: Drawing in indicator windowposted in Questions & Answers
can u also make the offline version have the sub window option? Thanks
-
RE: Set partial close option in buy now sell nowposted in Questions & Answers
erm i like to clarify something, in your block of partial close, the help says that it closes fully then reopen with a lot with lesser volume. wont it incur twice the spread? compared to the pending orders option or something? is there no way to actually partial close a lot directly? im not really sure how the spread works though with partial close. in the mt4 we can directly do partial closing?
http://snag.gy/5qjlD.jpg -
RE: Drawing in indicator windowposted in Questions & Answers
i really cant seem to get the chart id work. always have a error code 4202. just a test file i attached.
i tried changing the price value to fixed, tried adding a indicator visible so that they will be a "indicator window". tried using negative integers.... i do not understand how to get this to work...
im trying to make the ea draw red and white rectangles in a indicator window to help me intepret a custom indicator whether its bull or bear for each candle.......
test.xml -
RE: Drawing in indicator windowposted in Questions & Answers
hi, is there a way to draw the shape in the indicator window?
what exactly does chart id and z-order does?
im assuming z-order is the order of the shape drawn in the z direction, higher number means being displayed on top?
i tried changing z-order when i run last time but it seem to do nothing with the order of the rectangle drawn so can you give an example?
also is chart id something to do with the indicator window? -
RE: help with indicatorposted in Questions & Answers
hi, i got a error which keep repeating which i cant figure out hope you can help.
http://snag.gy/HaP7Z.jpg
it happened in strategy tester. not in forward testing......
test.xml
THV4 TRIX MTF.ex4 -
RE: Import Project Issuesposted in Bug Reports
hi, i am unable to import my own project into fxdreema local version. it wont load the project and when i open up the load project this appears.
the project exported was using local version too
http://snag.gy/itxoX.jpg -
RE: import indicators settingsposted in Questions & Answers
No problem. Wasn't expecting a 1 month bonus as it is still an awesome product to me
. Thank you.Hopefully this problem can be resolved after you finish the rewrite process.
-
RE: import indicators settingsposted in Questions & Answers
er could you help look into copying blocks along with their variables into new project? that feature is important to me. i created a number of mini projects which i share using the share link (some advertising for your awesome product :P) and some of them i would like to copy into new projects of mine but the variables will always be messed up and i will need to check through the blocks and create new variables.
although the mini projects usually contain only about 10 blocks which are easy to copy over but my personal projects got a lot of blocks and quite a number of variables scattered in them which really took up a lot of time to "debug" the blocks whenever i copy them to the main project.It would be nice to like make each block you copy over auto add the variables into the new project.
Thank you.
-
RE: Set partial close option in buy now sell nowposted in Questions & Answers
i just got to know that sell limit and sell stop can also act as partial close of trades in mt4. not sure if its true. but i just tried it in mt4 and it works.
maybe you can add the partial close function for buy as sell limit for take profit level or sell stop as partial stop loss to the buy sell blocks.
but then it can also work with just adding a couple of pending limit order blocks to the project.
-
RE: Set partial close option in buy now sell nowposted in Questions & Answers
Hi, is it possible to add target levels into the buy now sell now blocks? for example i have 3 target levels then i wan to partially close 33% of initial volume when reach fixed target 1 then another 33% at fixed target 2 then set trail stop at 3rd target level.