oh, i used text in the datatype
Posts made by edwardseer
-
RE: Simplifying Taskposted in Questions & Answers
i got 1 variables for each timeframe.
so for each timeframe it go through the condition and save the result to the variable assigned to it either as up or down like Stoch_M5=Up.
it then repeats the same steps for different timeframe and store them to different variable e.g Stoch_M15=Up, Stoch_M30=Up all using the same set of condition. -
RE: Add locks for guiposted in Questions & Answers
The color is not working, i set the variable to Red but it still appears black on the chart
-
RE: Add locks for guiposted in Questions & Answers
Also is it possible to add color variable? if i use text and put inside the box, this happens http://snag.gy/ZaUtS.jpg
not sure how it will work out yet. -
RE: Simplifying Taskposted in Questions & Answers
i got this and it looks like repetive.
i know there is the repeat with different tf in the timeframe block but how do i set that it changes the variable modified with each change in timeframe -
RE: Add locks for guiposted in Questions & Answers
hi, is it possible to add like locks to the gui.
For example i have 1 area with all the blocks i need and connected, the area can be set to locked, thus no changes can be accidentally made to the whole area until unlocked.
it would be a neat feature to add for large complicated ea. Thank you. -
RE: Organise Indicator Disappeared after enteringposted in Bug Reports
i tried without the & and it can work already. but theres one more problem, im unable to remove the indicator from the indicator list now. it cant be deleted. also if i tried to rename it, it will just generate new indicator named as the new one and it will still remain with its full name there lol.
http://snag.gy/TGmUj.jpg
http://snag.gy/fGVO2.jpg
http://snag.gy/DjAKv.jpg -
RE: Organise Indicator Disappeared after enteringposted in Bug Reports
I finished updating the indicator and manage to key in my indicators values and when compiling the indicators value i typed in were missing.
http://snag.gy/h18Pb.jpg -
RE: Indicators Appearingposted in Questions & Answers
i got it working thanks.
its for when initialising the ea starting parameters.
im currently using that 2 buffer variables method for the on ticks section.
it would be great to have this as a feature next time though . -
RE: Condition for cross above/belowposted in Bug Reports
hi, its a minor bug but i do not know if this will be a recurring problem but just now the condition for cross above/below would not work for one of the two conditions i set and i realised that for the cross above condition that did not work, the cross width was not there while the other had the cross width.
I tried to create new condition block, but the new condition block did not have the cross width for that condition.
However, the problem was resolved after a restart of fxdreema though. -
RE: Indicators Appearingposted in Questions & Answers
this is an example of what im trying to do to get the latest 2 value. but i still cant seem to get the values out. can you help me check the problem?
......
test.xml -
RE: Indicators Appearingposted in Questions & Answers
Hi, is there an easy way to get the previous 2 value which appeared on the indicator
-
RE: MA Cross and Daily Countposted in Questions & Answers
you can do it this way too

theres quite a number of ways to do it with fxdreema......
MACD.xml -
RE: MT4 closes When switching EAposted in Bug Reports
it happens often with the ea i built i think, i only tried very few outside ea but i never encounter the terminal crashing so often with them. but its ok, just irritating as the ea will work right after i open mt4 again.
-
RE: Read from csvposted in Questions & Answers
alright hope you can figure it out :). i prefer to use buffer too but the indicators already have 8 buffers inside to do its calculation i think thus it does not have any buffer allocated to output of its value. It only output its value through the rectangle object. im only using it for >15min charts so its fine and i saw the output file gives me everything i need directly.
ok thanks hopefully i can figure this out :).
anyway, great job with your software. i am loving it so far and thank you for your reply

......
ZUPp_148.mq4 -
RE: MT4 closes When switching EAposted in Bug Reports
Hi, my MT4 sometime closes when i try to switch EA on the same chart or open a new EA on a new chart. Both are built by the ea builder. My EA does not contain any block that closes terminal.
-
RE: Read from csvposted in Questions & Answers
Attached is an example of the csv it wrote. The indicator writes the pattern formed along with its price to sell,etc to a csv i want to be able to extract the name from the csv file like bearish AB=CD from the file below and price level etc and put it onto a dashboard which i will create.
Also, how do i directly extract the price level at the edge of the rectangle as shown in http://snag.gy/2xXGR.jpg
the indicator is able to export 2 kinds 1 csv and the other xml. the xml also shows what are the headings for the values in csv.
if it can also import from either an xml or csv file too will be good.......
AB=CD_AUDJPY_M5_Bullish.csv
AB=CD_AUDJPY_M5_Bullish.xml -
RE: Read from csvposted in Questions & Answers
hi, is there a method to read values from csv?
i got a indicator which do not output its value in buffer but instead write the values to a csv and i wish to use directly from the csv file to input the buy limit,etc into the ea.