still not working?
Posts made by miro1360
-
RE: Help Please!posted in Questions & Answers
start with simple projects, do few and try understand how fxdreema works little bit ... after that you can do more advanced stuffs

-
RE: Builder not working for about 13 hours so far.posted in Bug Reports
try clear cache in chrome, restart browser, something like that ...
-
RE: don't open a trade if...posted in Questions & Answers
use more conditions also with candle ID ... if you take first candle (the closed one, not current, current have ID 0) than ID is 1, for second closed is ID 2 ...
RSI[1] x< 50
RSI[1] > 30
RSI[2] < 70and opposite:
RSI[1] x> 50
RSI[1] < 70
RSI[2] > 30or any other combinations with Candle ID you can combine and come to the result ...
-
RE: don't open a trade if...posted in Questions & Answers
use 3 conditions one after another
RSI x> 50
RSI < 70
RSI > 30 -
RE: Trade Taken - Wrong Magic Number?posted in Questions & Answers
yes, your example is adding text+number, this sould add number+number, try it:

-
RE: Trade Taken - Wrong Magic Number?posted in Questions & Answers
yes, you must just increase this magic number by group number ... with simple math "plus" operator
-
RE: PLEASE CAN ANY ONE TELL ME ? only EURGBP Heiken Ashi not work ?posted in Questions & Answers
how you mean "not work"? how exactly?
-
RE: Getting startedposted in Questions & Answers
you must open this new window with "empty indicator" - like that RSI with no color, and in blocks (draw blocks) set index of this window ...

-
RE: Why does the description field appear as the variable name?posted in Questions & Answers
I am not sure about this but probably not ...

